2019-06-28 18:14:31 +03:00
|
|
|
# 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.
|
|
|
|
|
2019-10-11 00:46:54 +03:00
|
|
|
# Avoids the need for a custom root variable.
|
|
|
|
use_relative_paths = True
|
|
|
|
|
2020-07-21 17:08:03 +03:00
|
|
|
gclient_gn_args_file = 'build/config/gclient_args.gni'
|
|
|
|
|
2021-06-15 20:47:47 +03:00
|
|
|
gclient_gn_args = [
|
2022-10-14 01:29:33 +03:00
|
|
|
'checkout_angle_internal',
|
2022-10-28 03:16:08 +03:00
|
|
|
'checkout_angle_mesa',
|
2022-10-14 01:29:33 +03:00
|
|
|
'checkout_angle_restricted_traces',
|
2021-06-15 20:47:47 +03:00
|
|
|
'generate_location_tags',
|
|
|
|
]
|
|
|
|
|
2015-07-20 17:14:54 +03:00
|
|
|
vars = {
|
2016-12-13 23:18:58 +03:00
|
|
|
'android_git': 'https://android.googlesource.com',
|
2015-07-20 17:14:54 +03:00
|
|
|
'chromium_git': 'https://chromium.googlesource.com',
|
2019-10-10 22:27:27 +03:00
|
|
|
'chrome_internal_git': 'https://chrome-internal.googlesource.com',
|
2019-09-19 19:48:31 +03:00
|
|
|
'swiftshader_git': 'https://swiftshader.googlesource.com',
|
2018-04-13 22:51:24 +03:00
|
|
|
|
2018-06-01 21:18:28 +03:00
|
|
|
# This variable is overrided in Chromium's DEPS file.
|
|
|
|
'build_with_chromium': False,
|
|
|
|
|
2022-05-04 19:47:00 +03:00
|
|
|
# By default, download the fuchsia sdk from the public sdk directory.
|
2022-05-06 20:40:27 +03:00
|
|
|
'fuchsia_sdk_cipd_prefix': 'fuchsia/sdk/gn/',
|
2022-05-04 19:47:00 +03:00
|
|
|
|
2021-06-15 20:47:47 +03:00
|
|
|
# We don't use location metadata in our test isolates.
|
|
|
|
'generate_location_tags': False,
|
|
|
|
|
2019-10-10 22:27:27 +03:00
|
|
|
# Only check out public sources by default. This can be overridden with custom_vars.
|
2019-12-19 00:34:29 +03:00
|
|
|
'checkout_angle_internal': False,
|
2019-06-28 18:14:31 +03:00
|
|
|
|
2021-04-13 20:23:26 +03:00
|
|
|
# Controls if we check out the restricted traces.
|
|
|
|
'checkout_angle_restricted_traces': 'checkout_angle_internal',
|
|
|
|
|
2021-04-17 02:21:15 +03:00
|
|
|
# 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',
|
|
|
|
|
2022-09-29 17:50:39 +03:00
|
|
|
# Check out Mesa and libdrm in ANGLE's third_party folder.
|
2022-10-28 03:16:08 +03:00
|
|
|
'checkout_angle_mesa': False,
|
2022-09-29 17:50:39 +03:00
|
|
|
|
2019-10-12 00:49:24 +03:00
|
|
|
# Version of Chromium our Chromium-based DEPS are mirrored from.
|
2023-01-24 11:02:11 +03:00
|
|
|
'chromium_revision': '7d74066a940609c0896602c2854d7ec2455eb05a',
|
2020-08-13 04:12:47 +03:00
|
|
|
# We never want to checkout chromium,
|
|
|
|
# but need a dummy DEPS entry for the autoroller
|
|
|
|
'dummy_checkout_chromium': False,
|
2019-10-12 00:49:24 +03:00
|
|
|
|
2019-10-28 19:54:03 +03:00
|
|
|
# Current revision of VK-GL-CTS (a.k.a dEQP).
|
2023-01-09 15:44:56 +03:00
|
|
|
'vk_gl_cts_revision': 'c1ebeb5013f976a3dfafd532c28aa9112f90f32c',
|
2018-06-01 21:18:28 +03:00
|
|
|
|
2019-10-25 16:00:41 +03:00
|
|
|
# Current revision of googletest.
|
|
|
|
# Note: this dep cannot be auto-rolled b/c of nesting.
|
2021-08-05 00:28:53 +03:00
|
|
|
'googletest_revision': '2d924d7a971e9667d76ad09727fb2402b4f8a1e3',
|
2020-08-20 00:33:31 +03:00
|
|
|
|
|
|
|
# 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
|
2021-08-05 00:28:53 +03:00
|
|
|
# file: https://source.chromium.org/chromium/chromium/src/+/main:DEPS
|
|
|
|
'chromium_googletest_revision': '17bbed2084d3127bd7bcd27283f18d7a5861bea8',
|
2019-10-25 16:00:41 +03:00
|
|
|
|
2019-10-26 15:16:12 +03:00
|
|
|
# Current revision of jsoncpp.
|
|
|
|
# Note: this dep cannot be auto-rolled b/c of nesting.
|
2022-09-23 20:29:02 +03:00
|
|
|
'jsoncpp_revision': '42e892d96e47b1f6e29844cc705e148ec4856448',
|
2019-10-26 15:16:12 +03:00
|
|
|
|
2020-06-25 01:12:17 +03:00
|
|
|
# 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:
|
2021-09-08 14:59:37 +03:00
|
|
|
# https://source.chromium.org/chromium/chromium/src/+/main:DEPS
|
2022-09-23 20:29:02 +03:00
|
|
|
'chromium_jsoncpp_revision': 'f62d44704b4da6014aa231cfc116e7fd29617d2a',
|
2020-06-25 01:12:17 +03:00
|
|
|
|
2019-10-26 15:16:12 +03:00
|
|
|
# Current revision of patched-yasm.
|
|
|
|
# Note: this dep cannot be auto-rolled b/c of nesting.
|
|
|
|
'patched_yasm_revision': '720b70524a4424b15fc57e82263568c8ba0496ad',
|
|
|
|
|
2019-10-17 21:36:41 +03:00
|
|
|
# Three lines of non-changing comments so that
|
|
|
|
# the commit queue can handle CLs rolling catapult
|
|
|
|
# and whatever else without interference from each other.
|
2023-01-24 11:02:11 +03:00
|
|
|
'catapult_revision': 'c95933a0d5f6eb2fff47c29f55b6d4b70d996ce3',
|
2020-09-13 17:34:54 +03:00
|
|
|
|
2022-05-04 19:47:00 +03:00
|
|
|
# the commit queue can handle CLs rolling Fuchsia sdk
|
|
|
|
# and whatever else without interference from each other.
|
2023-01-23 10:00:23 +03:00
|
|
|
'fuchsia_version': 'version:11.20230122.2.1',
|
2022-05-04 19:47:00 +03:00
|
|
|
|
2020-09-13 17:34:54 +03:00
|
|
|
# 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.
|
2023-01-11 10:01:35 +03:00
|
|
|
'luci_go': 'git_revision:81e5cdad29bb4c7aaad98c843637513db3155b0d',
|
2021-04-17 02:21:15 +03:00
|
|
|
|
|
|
|
# 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.
|
2022-07-27 14:49:41 +03:00
|
|
|
'android_sdk_build-tools_version': '-VRKr36Uw8L_iFqqo9nevIBgNMggND5iWxjidyjnCgsC',
|
2021-04-17 02:21:15 +03:00
|
|
|
# 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.
|
2022-07-27 14:49:41 +03:00
|
|
|
'android_sdk_emulator_version': '9lGp8nTUCRRWGMnI_96HcKfzjnxEJKUcfvfwmA3wXNkC',
|
2021-04-17 02:21:15 +03:00
|
|
|
# Three lines of non-changing comments so that
|
|
|
|
# the commit queue can handle CLs rolling android_sdk_extras_version
|
|
|
|
# and whatever else without interference from each other.
|
|
|
|
'android_sdk_extras_version': 'ppQ4TnqDvBHQ3lXx5KPq97egzF5X2FFyOrVHkGmiTMQC',
|
|
|
|
# Three lines of non-changing comments so that
|
|
|
|
# the commit queue can handle CLs rolling android_sdk_patcher_version
|
|
|
|
# and whatever else without interference from each other.
|
|
|
|
'android_sdk_patcher_version': 'I6FNMhrXlpB-E1lOhMlvld7xt9lBVNOO83KIluXDyA0C',
|
|
|
|
# Three lines of non-changing comments so that
|
|
|
|
# the commit queue can handle CLs rolling android_sdk_platform-tools_version
|
|
|
|
# and whatever else without interference from each other.
|
2022-07-27 14:49:41 +03:00
|
|
|
'android_sdk_platform-tools_version': 'RSI3iwryh7URLGRgJHsCvUxj092woTPnKt4pwFcJ6L8C',
|
2021-04-17 02:21:15 +03:00
|
|
|
# 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.
|
2022-07-27 14:49:41 +03:00
|
|
|
'android_sdk_platforms_version': 'eo5KvW6UVor92LwZai8Zulc624BQZoCu-yn7wa1z_YcC',
|
2021-04-17 02:21:15 +03:00
|
|
|
# Three lines of non-changing comments so that
|
|
|
|
# the commit queue can handle CLs rolling android_sdk_sources_version
|
|
|
|
# and whatever else without interference from each other.
|
2021-11-03 17:54:04 +03:00
|
|
|
'android_sdk_sources_version': '_a_BcnANjPYw5mSKlNHa7GFY8yc1kdqj2rmQgac7yUcC',
|
2022-10-03 05:19:02 +03:00
|
|
|
|
|
|
|
# ninja CIPD package version.
|
|
|
|
# https://chrome-infra-packages.appspot.com/p/infra/3pp/tools/ninja
|
2023-01-17 10:27:46 +03:00
|
|
|
'ninja_version': 'version:2@1.11.1.chromium.6',
|
2015-07-20 17:14:54 +03:00
|
|
|
}
|
|
|
|
|
2010-04-06 19:42:22 +04:00
|
|
|
deps = {
|
2012-04-11 20:23:44 +04:00
|
|
|
|
2019-10-11 00:46:54 +03:00
|
|
|
'build': {
|
2023-01-24 11:02:11 +03:00
|
|
|
'url': '{chromium_git}/chromium/src/build.git@0f97315fd107d62aa96cb2a7b792ce0bde1c506f',
|
2018-06-01 21:18:28 +03:00
|
|
|
'condition': 'not build_with_chromium',
|
|
|
|
},
|
2017-08-29 05:53:24 +03:00
|
|
|
|
2019-10-11 00:46:54 +03:00
|
|
|
'buildtools': {
|
2023-01-24 11:02:11 +03:00
|
|
|
'url': '{chromium_git}/chromium/src/buildtools.git@37cb03bdf9b61e500893b543bd14f49b295411f6',
|
2018-06-01 21:18:28 +03:00
|
|
|
'condition': 'not build_with_chromium',
|
|
|
|
},
|
2017-08-29 05:53:24 +03:00
|
|
|
|
2021-03-02 21:21:52 +03:00
|
|
|
'buildtools/clang_format/script': {
|
2023-01-18 18:46:30 +03:00
|
|
|
'url': '{chromium_git}/external/github.com/llvm/llvm-project/clang/tools/clang-format.git@f97059df7f8b205064625cdb5f97b56668a125ef',
|
2021-03-02 21:21:52 +03:00
|
|
|
'condition': 'not build_with_chromium',
|
|
|
|
},
|
|
|
|
|
|
|
|
'buildtools/linux64': {
|
|
|
|
'packages': [
|
|
|
|
{
|
2022-05-19 12:15:37 +03:00
|
|
|
'package': 'gn/gn/linux-${{arch}}',
|
2022-12-13 10:45:45 +03:00
|
|
|
'version': 'git_revision:5e19d2fb166fbd4f6f32147fbb2f497091a54ad8',
|
2021-03-02 21:21:52 +03:00
|
|
|
}
|
|
|
|
],
|
|
|
|
'dep_type': 'cipd',
|
|
|
|
'condition': 'not build_with_chromium and host_os == "linux"',
|
|
|
|
},
|
|
|
|
|
|
|
|
'buildtools/mac': {
|
|
|
|
'packages': [
|
|
|
|
{
|
|
|
|
'package': 'gn/gn/mac-${{arch}}',
|
2022-12-13 10:45:45 +03:00
|
|
|
'version': 'git_revision:5e19d2fb166fbd4f6f32147fbb2f497091a54ad8',
|
2021-03-02 21:21:52 +03:00
|
|
|
}
|
|
|
|
],
|
|
|
|
'dep_type': 'cipd',
|
|
|
|
'condition': 'not build_with_chromium and host_os == "mac"',
|
|
|
|
},
|
|
|
|
|
|
|
|
'buildtools/third_party/libc++/trunk': {
|
2023-01-24 11:02:11 +03:00
|
|
|
'url': '{chromium_git}/external/github.com/llvm/llvm-project/libcxx.git@885d5d1cd59a7c88cee3c83fc71be5812c8e6bbd',
|
2021-03-02 21:21:52 +03:00
|
|
|
'condition': 'not build_with_chromium',
|
|
|
|
},
|
|
|
|
|
|
|
|
'buildtools/third_party/libc++abi/trunk': {
|
2023-01-23 10:00:23 +03:00
|
|
|
'url': '{chromium_git}/external/github.com/llvm/llvm-project/libcxxabi.git@d520d582aa710cc0a4635620c02c5dbc187deb4f',
|
2021-10-21 18:38:42 +03:00
|
|
|
'condition': 'not build_with_chromium',
|
|
|
|
},
|
|
|
|
|
|
|
|
'buildtools/third_party/libunwind/trunk': {
|
2023-01-16 10:02:50 +03:00
|
|
|
'url': '{chromium_git}/external/github.com/llvm/llvm-project/libunwind.git@bb5988e15c56d4742574fc880c51ae104d5421b7',
|
2021-03-02 21:21:52 +03:00
|
|
|
'condition': 'not build_with_chromium',
|
|
|
|
},
|
|
|
|
|
|
|
|
'buildtools/win': {
|
|
|
|
'packages': [
|
|
|
|
{
|
|
|
|
'package': 'gn/gn/windows-amd64',
|
2022-12-13 10:45:45 +03:00
|
|
|
'version': 'git_revision:5e19d2fb166fbd4f6f32147fbb2f497091a54ad8',
|
2021-03-02 21:21:52 +03:00
|
|
|
}
|
|
|
|
],
|
|
|
|
'dep_type': 'cipd',
|
|
|
|
'condition': 'not build_with_chromium and host_os == "win"',
|
|
|
|
},
|
|
|
|
|
2019-10-11 00:46:54 +03:00
|
|
|
'testing': {
|
2023-01-24 11:02:11 +03:00
|
|
|
'url': '{chromium_git}/chromium/src/testing@984070b262ed6ff65b5b7afd5fcebd13fe8b50e7',
|
2018-06-01 21:18:28 +03:00
|
|
|
'condition': 'not build_with_chromium',
|
|
|
|
},
|
2012-05-17 03:37:50 +04:00
|
|
|
|
2020-07-23 21:58:10 +03:00
|
|
|
'third_party/abseil-cpp': {
|
2023-01-24 11:02:11 +03:00
|
|
|
'url': '{chromium_git}/chromium/src/third_party/abseil-cpp@5e509ec912995b1c2d0e3bfdab4610c72894a891',
|
2020-07-23 21:58:10 +03:00
|
|
|
'condition': 'not build_with_chromium',
|
|
|
|
},
|
|
|
|
|
2021-04-17 02:21:15 +03:00
|
|
|
'third_party/android_build_tools': {
|
2023-01-16 10:02:50 +03:00
|
|
|
'url': '{chromium_git}/chromium/src/third_party/android_build_tools@7ce1c475b8e32092d7216d0d1c6785eca0f0b4b3',
|
2021-04-17 02:21:15 +03:00
|
|
|
'condition': 'checkout_android and not build_with_chromium',
|
|
|
|
},
|
|
|
|
|
|
|
|
'third_party/android_build_tools/aapt2': {
|
|
|
|
'packages': [
|
|
|
|
{
|
|
|
|
'package': 'chromium/third_party/android_build_tools/aapt2',
|
2022-12-02 05:35:39 +03:00
|
|
|
'version': 'cbNG7g8Sinh-lsT8hWsU-RyXqLT_uh4jIb1fjCdhrzIC',
|
2021-04-17 02:21:15 +03:00
|
|
|
},
|
|
|
|
],
|
|
|
|
'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': [
|
|
|
|
{
|
2021-08-17 14:11:49 +03:00
|
|
|
'package': 'chromium/third_party/android_build_tools/bundletool',
|
2022-12-19 10:04:03 +03:00
|
|
|
'version': 'XIPSJgFHEHN1ogOJqWVktlbl8PTfLZdNf_G2h4GcnrYC',
|
2021-04-17 02:21:15 +03:00
|
|
|
},
|
|
|
|
],
|
|
|
|
'condition': 'checkout_android and not build_with_chromium',
|
|
|
|
'dep_type': 'cipd',
|
|
|
|
},
|
|
|
|
|
2022-07-01 21:07:12 +03:00
|
|
|
'third_party/android_build_tools/lint': {
|
2022-06-24 16:53:39 +03:00
|
|
|
'packages': [
|
|
|
|
{
|
2022-07-05 16:38:00 +03:00
|
|
|
'package': 'chromium/third_party/android_build_tools/lint',
|
2023-01-05 10:00:12 +03:00
|
|
|
'version': '0X1mSg1M9Q3Dv6pcOnX0mK0YR_LyTxyT3oRbYk5uxQ8C',
|
2022-07-05 16:38:00 +03:00
|
|
|
},
|
|
|
|
],
|
|
|
|
'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',
|
2023-01-18 18:46:30 +03:00
|
|
|
'version': 'Oe3FpLcNFdPYOQQYUNnC4ajNSBfgmsFHDUaAimk7m6MC',
|
2022-06-24 16:53:39 +03:00
|
|
|
},
|
|
|
|
],
|
|
|
|
'condition': 'checkout_android and not build_with_chromium',
|
|
|
|
'dep_type': 'cipd',
|
|
|
|
},
|
|
|
|
|
2022-07-01 21:07:12 +03:00
|
|
|
'third_party/android_deps': {
|
2023-01-24 11:02:11 +03:00
|
|
|
'url': '{chromium_git}/chromium/src/third_party/android_deps@6d5f62996f64f6124ebfd67b9e9783ec92ec00cf',
|
2022-07-01 21:07:12 +03:00
|
|
|
'condition': 'checkout_android and not build_with_chromium',
|
|
|
|
},
|
|
|
|
|
2020-07-21 17:08:03 +03:00
|
|
|
'third_party/android_ndk': {
|
2022-04-12 16:06:17 +03:00
|
|
|
'url': '{chromium_git}/android_ndk.git@8388a2be5421311dc75c5f937aae13d821a27f3d',
|
2020-07-21 17:08:03 +03:00
|
|
|
'condition': 'checkout_android and not build_with_chromium',
|
|
|
|
},
|
|
|
|
|
2021-05-07 17:31:52 +03:00
|
|
|
'third_party/android_platform': {
|
2022-10-07 11:31:21 +03:00
|
|
|
'url': '{chromium_git}/chromium/src/third_party/android_platform@1bf9b932433ebb78828bf3c8cd0ccc86b9ef4787',
|
2021-05-07 17:31:52 +03:00
|
|
|
'condition': 'checkout_android and not build_with_chromium',
|
|
|
|
},
|
|
|
|
|
2021-04-17 02:21:15 +03:00
|
|
|
'third_party/android_sdk': {
|
2022-12-08 01:04:57 +03:00
|
|
|
'url': '{chromium_git}/chromium/src/third_party/android_sdk@0ba8b5fcefb5d849c6bbf07ded26a6588c1f8813',
|
2021-04-17 02:21:15 +03:00
|
|
|
'condition': 'checkout_android and not build_with_chromium',
|
|
|
|
},
|
|
|
|
|
|
|
|
'third_party/android_sdk/androidx_browser/src': {
|
|
|
|
'url': '{chromium_git}/external/gob/android/platform/frameworks/support/browser.git@65086eb5e52c16778fa7b4f157156d17b176fcb3',
|
|
|
|
'condition': 'checkout_android and not build_with_chromium',
|
|
|
|
},
|
|
|
|
|
|
|
|
'third_party/android_sdk/public': {
|
|
|
|
'packages': [
|
|
|
|
{
|
2022-07-27 14:49:41 +03:00
|
|
|
'package': 'chromium/third_party/android_sdk/public/build-tools/33.0.0',
|
2021-04-17 02:21:15 +03:00
|
|
|
'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/patcher',
|
|
|
|
'version': Var('android_sdk_patcher_version'),
|
|
|
|
},
|
|
|
|
{
|
|
|
|
'package': 'chromium/third_party/android_sdk/public/platform-tools',
|
|
|
|
'version': Var('android_sdk_platform-tools_version'),
|
|
|
|
},
|
|
|
|
{
|
2022-07-27 14:49:41 +03:00
|
|
|
'package': 'chromium/third_party/android_sdk/public/platforms/android-33',
|
2021-04-17 02:21:15 +03:00
|
|
|
'version': Var('android_sdk_platforms_version'),
|
|
|
|
},
|
|
|
|
{
|
2021-11-03 17:54:04 +03:00
|
|
|
'package': 'chromium/third_party/android_sdk/public/sources/android-31',
|
2021-04-17 02:21:15 +03:00
|
|
|
'version': Var('android_sdk_sources_version'),
|
|
|
|
},
|
|
|
|
{
|
|
|
|
'package': 'chromium/third_party/android_sdk/public/cmdline-tools',
|
2023-01-23 10:00:23 +03:00
|
|
|
'version': '3Yn5Sn7BMObm8gsoZCF0loJMKg9_PpgU07G9DObCLdQC',
|
2021-04-17 02:21:15 +03:00
|
|
|
},
|
|
|
|
],
|
|
|
|
'condition': 'checkout_android_native_support and not build_with_chromium',
|
|
|
|
'dep_type': 'cipd',
|
|
|
|
},
|
|
|
|
|
|
|
|
'third_party/android_system_sdk': {
|
|
|
|
'packages': [
|
|
|
|
{
|
2021-07-23 15:57:19 +03:00
|
|
|
'package': 'chromium/third_party/android_system_sdk/public',
|
2022-07-27 14:49:41 +03:00
|
|
|
'version': 'RGY8Vyf8jjszRIJRFxZj7beXSUEHTQM90MtYejUvdMgC',
|
2021-04-17 02:21:15 +03:00
|
|
|
},
|
|
|
|
],
|
|
|
|
'condition': 'checkout_android and not build_with_chromium',
|
|
|
|
'dep_type': 'cipd',
|
|
|
|
},
|
|
|
|
|
2022-06-03 15:29:23 +03:00
|
|
|
'third_party/astc-encoder/src': {
|
|
|
|
'url': '{chromium_git}/external/github.com/ARM-software/astc-encoder@573c475389bf51d16a5c3fc8348092e094e50e8f',
|
2022-09-22 20:26:26 +03:00
|
|
|
'condition': 'not build_with_chromium',
|
2022-06-03 15:29:23 +03:00
|
|
|
},
|
|
|
|
|
2021-04-17 02:21:15 +03:00
|
|
|
'third_party/bazel': {
|
|
|
|
'packages': [
|
|
|
|
{
|
|
|
|
'package': 'chromium/third_party/bazel',
|
|
|
|
'version': 'VjMsf48QUWw8n7XtJP2AuSjIGmbQeYdWdwyxVvIRLmAC',
|
|
|
|
},
|
|
|
|
],
|
|
|
|
'condition': 'checkout_android and not build_with_chromium',
|
|
|
|
'dep_type': 'cipd',
|
|
|
|
},
|
|
|
|
|
2020-07-21 17:08:03 +03:00
|
|
|
'third_party/catapult': {
|
|
|
|
'url': '{chromium_git}/catapult.git@{catapult_revision}',
|
2020-10-12 00:16:34 +03:00
|
|
|
'condition': 'not build_with_chromium',
|
2020-07-21 17:08:03 +03:00
|
|
|
},
|
|
|
|
|
2019-10-28 19:54:03 +03:00
|
|
|
# Cherry is a dEQP/VK-GL-CTS management GUI written in Go. We use it for viewing test results.
|
2019-10-11 00:46:54 +03:00
|
|
|
'third_party/cherry': {
|
2018-06-01 21:18:28 +03:00
|
|
|
'url': '{android_git}/platform/external/cherry@4f8fb08d33ca5ff05a1c638f04c85bbb8d8b52cc',
|
|
|
|
'condition': 'not build_with_chromium',
|
|
|
|
},
|
2015-10-02 15:57:14 +03:00
|
|
|
|
2021-04-17 02:21:15 +03:00
|
|
|
'third_party/colorama/src': {
|
|
|
|
'url': '{chromium_git}/external/colorama.git@799604a1041e9b3bc5d2789ecbd7e8db2e18e6b8',
|
|
|
|
'condition': 'checkout_android and not build_with_chromium',
|
|
|
|
},
|
|
|
|
|
2021-04-11 23:52:15 +03:00
|
|
|
'third_party/depot_tools': {
|
2023-01-24 11:02:11 +03:00
|
|
|
'url': '{chromium_git}/chromium/tools/depot_tools.git@a1abbeda6b93383a573916c6a8e7480b19dd9542',
|
2021-04-11 23:52:15 +03:00
|
|
|
'condition': 'not build_with_chromium',
|
|
|
|
},
|
|
|
|
|
2020-08-13 04:12:47 +03:00
|
|
|
# We never want to checkout chromium,
|
|
|
|
# but need a dummy DEPS entry for the autoroller
|
|
|
|
'third_party/dummy_chromium': {
|
|
|
|
'url': '{chromium_git}/chromium/src.git@{chromium_revision}',
|
|
|
|
'condition': 'dummy_checkout_chromium',
|
|
|
|
},
|
|
|
|
|
2022-08-24 20:17:14 +03:00
|
|
|
'third_party/EGL-Registry/src': {
|
|
|
|
'url': '{chromium_git}/external/github.com/KhronosGroup/EGL-Registry@7dea2ed79187cd13f76183c4b9100159b9e3e071',
|
|
|
|
'condition': 'not build_with_chromium',
|
|
|
|
},
|
|
|
|
|
Roll Chromium from c8d10c0b09ab to 2c98c5af6539 (5653 revisions)
Manually copying third_party/flatbuffers from Chromium,
with one small modification:
libs = [ "log" ]
in "flatbuffers_unittests" BUILD.gn
Also, forcing MSVC builds to use C++17 instead of C++20.
https://chromium.googlesource.com/chromium/src.git/+log/c8d10c0b09ab..2c98c5af6539
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/chromium-angle-autoroll
Please CC syoussefi@google.com,ynovikov@google.com on the revert to ensure that a human
is aware of the problem.
To file a bug in Chromium: https://bugs.chromium.org/p/chromium/issues/entry
To file a bug in ANGLE: https://bugs.chromium.org/p/angleproject/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Changed dependencies
* build: https://chromium.googlesource.com/chromium/src/build.git/+log/ef3d15e613..f75f7c9503
* buildtools: https://chromium.googlesource.com/chromium/src/buildtools.git/+log/5c1eeb8715..33b52eafd5
* buildtools/linux64: git_revision:57c352b2b03461c24b19c678c61d7aeacc6981f4..git_revision:a4d67be044b42963de801001e7146f9657c7fad4
* buildtools/mac: git_revision:57c352b2b03461c24b19c678c61d7aeacc6981f4..git_revision:a4d67be044b42963de801001e7146f9657c7fad4
* buildtools/third_party/libc++/trunk: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/888eff8ec2..fc6bbc5eb0
* buildtools/third_party/libc++abi/trunk: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/685c4ad257..8dd405113a
* buildtools/third_party/libunwind/trunk: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/1f633d41a0..aabcd87536
* buildtools/win: git_revision:57c352b2b03461c24b19c678c61d7aeacc6981f4..git_revision:a4d67be044b42963de801001e7146f9657c7fad4
* testing: https://chromium.googlesource.com/chromium/src/testing/+log/50f814ce03..1a1a839b38
* third_party/Python-Markdown: https://chromium.googlesource.com/chromium/src/third_party/Python-Markdown/+log/872ba9e68a..4838827d12
* third_party/abseil-cpp: https://chromium.googlesource.com/chromium/src/third_party/abseil-cpp/+log/3027824279..8fb5a04597
* third_party/android_build_tools: https://chromium.googlesource.com/chromium/src/third_party/android_build_tools/+log/4f07dd5cca..216373bd26
* third_party/android_build_tools/bundletool: sSBNyeRs5Px7nKXDLyQpz24T_OV9_rUkzqgXRNEaH0kC..JUxLsQLBkNG0ylmbHz6FGBtYyK1PNDZ04pMCii90Bd4C
* third_party/android_build_tools/lint: PgXTfxO_ExRhHwuAVaMUh48zDVj5bqVPSjecGWZ8TQIC..oJIo5mCU1gyxTf-EnMPZXg_GG2-3YOE_xUWXtmwO96IC
* third_party/android_build_tools/manifest_merger: lgqr-qkYSNJxPdYaRg1beYU6to-4LBuHBw3WVO7_ancC..xd-wXGBtd-G1FJXc_owo3j_wxWs4YxgOfQ-tKWHwN5AC
* third_party/android_deps: https://chromium.googlesource.com/chromium/src/third_party/android_deps/+log/94f1169192..e8b385d860
* third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/{catapult_..3ffa6b2228
* third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/64b6175557..1adbbff2c0
* third_party/fuchsia-sdk/sdk: version:10.20221018.0.1..version:10.20221102.0.1
* third_party/jinja2: https://chromium.googlesource.com/chromium/src/third_party/jinja2/+log/ee69aa00ee..4633bf4311
* third_party/markupsafe: https://chromium.googlesource.com/chromium/src/third_party/markupsafe/+log/1b882ef637..13f4e8c9e2
* third_party/nasm: https://chromium.googlesource.com/chromium/deps/nasm.git/+log/5fd9246276..fc8e0bd892
* third_party/r8/d8: 9PJITrOEIl2U8mvr44d5e9XjOdvzRPuF774VA3jWOsYC..qGtBu6TtxyR5XNy4cmsslb7c946YtkZF5_QCjVP-wc8C
* third_party/turbine: rrpgWQ-uylo8c5IPgUVP464LwcVOmt29MqwsR59O_zkC..HqLybI_r3dCgRJywsqJ3xkp2D6vQAI4-8D7zdqNiyxcC
* third_party/zlib: https://chromium.googlesource.com/chromium/src/third_party/zlib/+log/d689fca54d..cff720848d
* tools/clang: https://chromium.googlesource.com/chromium/src/tools/clang.git/+log/2619cde247..b147cbb71c
* tools/luci-go: git_revision:0b4ca85948120a9e07c81e06386c031a693724c4..git_revision:765f51c332c38e9b8d7981f23640b9df59371cd5
* tools/luci-go: git_revision:0b4ca85948120a9e07c81e06386c031a693724c4..git_revision:765f51c332c38e9b8d7981f23640b9df59371cd5
* tools/mb: https://chromium.googlesource.com/chromium/src/tools/mb/+log/cac69ccc90..88b5767779
* tools/md_browser: https://chromium.googlesource.com/chromium/src/tools/md_browser/+log/7ff27244f2..de79b55b74
* tools/memory: https://chromium.googlesource.com/chromium/src/tools/memory/+log/98140a6948..8581381d92
* tools/perf: https://chromium.googlesource.com/chromium/src/tools/perf/+log/7ab82e1fdc..fe7aa52821
* tools/skia_goldctl/linux: t3TPrZYHYFYj-Uycz4891UuvI29G25cnOuAXx4YKTJEC..96rKSNFMICaC-zy3dzFRxE3xkMm8mIPbR6pxbfHXZysC
* tools/skia_goldctl/mac_amd64: pkodJRDmOHJK-oKhKr3YyRBH-aZDOifqq2f39tyYYkwC..BTXwaBdnwpgPkzCAT5gTk0xV0_vzeR2q_icN_le7NBIC
* tools/skia_goldctl/mac_arm64: MGH9P0-cwU4UFOV-4rkxKLBFEVtXIE8vtynMsKM4O4UC..r0TJJDCO6SDuVGZoUBvAzDe7hACLXwX3fWH6tvNkYAAC
* tools/skia_goldctl/win: -y4QQFDzRbkTKhmiP7CqEhagCHKtWFdfxwAK6anUvfAC..IffTHOl24SBx-1fnxVM5kaNaOA8mS_3urxANjmbsZWUC
Clang version changed llvmorg-16-init-7184-gdeb82d4a:llvmorg-16-init-9369-g87a20868
Details: https://chromium.googlesource.com/chromium/src/tools/clang/+/2619cde247bf037c2afa19b0913cccddac12ccbd..b147cbb71c13c6fec5da3d91b99f3a408c5eb07c/scripts/update.py
Bug: angleproject:4242,angleproject:4417,angleproject:4846,angleproject:5505,angleproject:6430
Bug: angleproject:7788, chromium:1380553
Tbr: syoussefi@google.com,ynovikov@google.com
Change-Id: Ia1f563f1dc5227b2cbb42ac05f5f7f40e47a4168
Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/4000540
Reviewed-by: Shahbaz Youssefi <syoussefi@chromium.org>
Commit-Queue: Yuly Novikov <ynovikov@chromium.org>
2022-11-02 21:04:35 +03:00
|
|
|
'third_party/flatbuffers/src': {
|
2022-12-22 20:16:32 +03:00
|
|
|
'url': '{chromium_git}/external/github.com/google/flatbuffers.git@b47ba1d5ffae3bd4d5eaad615e33d7cc5c1e3d4a',
|
Roll Chromium from c8d10c0b09ab to 2c98c5af6539 (5653 revisions)
Manually copying third_party/flatbuffers from Chromium,
with one small modification:
libs = [ "log" ]
in "flatbuffers_unittests" BUILD.gn
Also, forcing MSVC builds to use C++17 instead of C++20.
https://chromium.googlesource.com/chromium/src.git/+log/c8d10c0b09ab..2c98c5af6539
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/chromium-angle-autoroll
Please CC syoussefi@google.com,ynovikov@google.com on the revert to ensure that a human
is aware of the problem.
To file a bug in Chromium: https://bugs.chromium.org/p/chromium/issues/entry
To file a bug in ANGLE: https://bugs.chromium.org/p/angleproject/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Changed dependencies
* build: https://chromium.googlesource.com/chromium/src/build.git/+log/ef3d15e613..f75f7c9503
* buildtools: https://chromium.googlesource.com/chromium/src/buildtools.git/+log/5c1eeb8715..33b52eafd5
* buildtools/linux64: git_revision:57c352b2b03461c24b19c678c61d7aeacc6981f4..git_revision:a4d67be044b42963de801001e7146f9657c7fad4
* buildtools/mac: git_revision:57c352b2b03461c24b19c678c61d7aeacc6981f4..git_revision:a4d67be044b42963de801001e7146f9657c7fad4
* buildtools/third_party/libc++/trunk: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/888eff8ec2..fc6bbc5eb0
* buildtools/third_party/libc++abi/trunk: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/685c4ad257..8dd405113a
* buildtools/third_party/libunwind/trunk: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/1f633d41a0..aabcd87536
* buildtools/win: git_revision:57c352b2b03461c24b19c678c61d7aeacc6981f4..git_revision:a4d67be044b42963de801001e7146f9657c7fad4
* testing: https://chromium.googlesource.com/chromium/src/testing/+log/50f814ce03..1a1a839b38
* third_party/Python-Markdown: https://chromium.googlesource.com/chromium/src/third_party/Python-Markdown/+log/872ba9e68a..4838827d12
* third_party/abseil-cpp: https://chromium.googlesource.com/chromium/src/third_party/abseil-cpp/+log/3027824279..8fb5a04597
* third_party/android_build_tools: https://chromium.googlesource.com/chromium/src/third_party/android_build_tools/+log/4f07dd5cca..216373bd26
* third_party/android_build_tools/bundletool: sSBNyeRs5Px7nKXDLyQpz24T_OV9_rUkzqgXRNEaH0kC..JUxLsQLBkNG0ylmbHz6FGBtYyK1PNDZ04pMCii90Bd4C
* third_party/android_build_tools/lint: PgXTfxO_ExRhHwuAVaMUh48zDVj5bqVPSjecGWZ8TQIC..oJIo5mCU1gyxTf-EnMPZXg_GG2-3YOE_xUWXtmwO96IC
* third_party/android_build_tools/manifest_merger: lgqr-qkYSNJxPdYaRg1beYU6to-4LBuHBw3WVO7_ancC..xd-wXGBtd-G1FJXc_owo3j_wxWs4YxgOfQ-tKWHwN5AC
* third_party/android_deps: https://chromium.googlesource.com/chromium/src/third_party/android_deps/+log/94f1169192..e8b385d860
* third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/{catapult_..3ffa6b2228
* third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/64b6175557..1adbbff2c0
* third_party/fuchsia-sdk/sdk: version:10.20221018.0.1..version:10.20221102.0.1
* third_party/jinja2: https://chromium.googlesource.com/chromium/src/third_party/jinja2/+log/ee69aa00ee..4633bf4311
* third_party/markupsafe: https://chromium.googlesource.com/chromium/src/third_party/markupsafe/+log/1b882ef637..13f4e8c9e2
* third_party/nasm: https://chromium.googlesource.com/chromium/deps/nasm.git/+log/5fd9246276..fc8e0bd892
* third_party/r8/d8: 9PJITrOEIl2U8mvr44d5e9XjOdvzRPuF774VA3jWOsYC..qGtBu6TtxyR5XNy4cmsslb7c946YtkZF5_QCjVP-wc8C
* third_party/turbine: rrpgWQ-uylo8c5IPgUVP464LwcVOmt29MqwsR59O_zkC..HqLybI_r3dCgRJywsqJ3xkp2D6vQAI4-8D7zdqNiyxcC
* third_party/zlib: https://chromium.googlesource.com/chromium/src/third_party/zlib/+log/d689fca54d..cff720848d
* tools/clang: https://chromium.googlesource.com/chromium/src/tools/clang.git/+log/2619cde247..b147cbb71c
* tools/luci-go: git_revision:0b4ca85948120a9e07c81e06386c031a693724c4..git_revision:765f51c332c38e9b8d7981f23640b9df59371cd5
* tools/luci-go: git_revision:0b4ca85948120a9e07c81e06386c031a693724c4..git_revision:765f51c332c38e9b8d7981f23640b9df59371cd5
* tools/mb: https://chromium.googlesource.com/chromium/src/tools/mb/+log/cac69ccc90..88b5767779
* tools/md_browser: https://chromium.googlesource.com/chromium/src/tools/md_browser/+log/7ff27244f2..de79b55b74
* tools/memory: https://chromium.googlesource.com/chromium/src/tools/memory/+log/98140a6948..8581381d92
* tools/perf: https://chromium.googlesource.com/chromium/src/tools/perf/+log/7ab82e1fdc..fe7aa52821
* tools/skia_goldctl/linux: t3TPrZYHYFYj-Uycz4891UuvI29G25cnOuAXx4YKTJEC..96rKSNFMICaC-zy3dzFRxE3xkMm8mIPbR6pxbfHXZysC
* tools/skia_goldctl/mac_amd64: pkodJRDmOHJK-oKhKr3YyRBH-aZDOifqq2f39tyYYkwC..BTXwaBdnwpgPkzCAT5gTk0xV0_vzeR2q_icN_le7NBIC
* tools/skia_goldctl/mac_arm64: MGH9P0-cwU4UFOV-4rkxKLBFEVtXIE8vtynMsKM4O4UC..r0TJJDCO6SDuVGZoUBvAzDe7hACLXwX3fWH6tvNkYAAC
* tools/skia_goldctl/win: -y4QQFDzRbkTKhmiP7CqEhagCHKtWFdfxwAK6anUvfAC..IffTHOl24SBx-1fnxVM5kaNaOA8mS_3urxANjmbsZWUC
Clang version changed llvmorg-16-init-7184-gdeb82d4a:llvmorg-16-init-9369-g87a20868
Details: https://chromium.googlesource.com/chromium/src/tools/clang/+/2619cde247bf037c2afa19b0913cccddac12ccbd..b147cbb71c13c6fec5da3d91b99f3a408c5eb07c/scripts/update.py
Bug: angleproject:4242,angleproject:4417,angleproject:4846,angleproject:5505,angleproject:6430
Bug: angleproject:7788, chromium:1380553
Tbr: syoussefi@google.com,ynovikov@google.com
Change-Id: Ia1f563f1dc5227b2cbb42ac05f5f7f40e47a4168
Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/4000540
Reviewed-by: Shahbaz Youssefi <syoussefi@chromium.org>
Commit-Queue: Yuly Novikov <ynovikov@chromium.org>
2022-11-02 21:04:35 +03:00
|
|
|
'condition': 'checkout_android and not build_with_chromium',
|
|
|
|
},
|
|
|
|
|
2022-05-04 19:47:00 +03:00
|
|
|
'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',
|
2019-04-08 16:40:40 +03:00
|
|
|
},
|
|
|
|
|
2019-10-10 22:27:27 +03:00
|
|
|
# Closed-source OpenGL ES 1.1 Conformance tests.
|
2019-10-11 00:46:54 +03:00
|
|
|
'third_party/gles1_conform': {
|
2019-10-10 22:27:27 +03:00
|
|
|
'url': '{chrome_internal_git}/angle/es-cts.git@dc9f502f709c9cd88d7f8d3974f1c77aa246958e',
|
2019-12-19 00:34:29 +03:00
|
|
|
'condition': 'checkout_angle_internal',
|
2019-10-10 22:27:27 +03:00
|
|
|
},
|
|
|
|
|
2019-03-05 18:07:41 +03:00
|
|
|
# glmark2 is a GPL3-licensed OpenGL ES 2.0 benchmark. We use it for testing.
|
2019-10-11 00:46:54 +03:00
|
|
|
'third_party/glmark2/src': {
|
2021-07-14 16:46:25 +03:00
|
|
|
'url': '{chromium_git}/external/github.com/glmark2/glmark2@ca8de51fedb70bace5351c6b002eb952c747e889',
|
2019-03-05 18:07:41 +03:00
|
|
|
},
|
|
|
|
|
2019-10-11 00:46:54 +03:00
|
|
|
'third_party/googletest': {
|
2020-08-20 00:33:31 +03:00
|
|
|
'url': '{chromium_git}/chromium/src/third_party/googletest@{chromium_googletest_revision}',
|
2019-02-13 17:15:26 +03:00
|
|
|
'condition': 'not build_with_chromium',
|
|
|
|
},
|
|
|
|
|
2021-04-21 20:15:59 +03:00
|
|
|
'third_party/ijar': {
|
2022-10-07 11:31:21 +03:00
|
|
|
'url': '{chromium_git}/chromium/src/third_party/ijar@b35e1915479b5f2d573bc06fa75ed958a5b4ab4a',
|
2021-04-21 20:15:59 +03:00
|
|
|
'condition': 'checkout_android and not build_with_chromium',
|
|
|
|
},
|
|
|
|
|
2022-09-29 17:50:39 +03:00
|
|
|
# We use the upstream/main branch.
|
|
|
|
'third_party/libdrm': {
|
|
|
|
'url': '{chromium_git}/chromiumos/third_party/libdrm@474894ed17a037a464e5bd845a0765a50f647898',
|
2022-11-02 01:08:23 +03:00
|
|
|
'condition': 'checkout_angle_mesa',
|
2022-09-29 17:50:39 +03:00
|
|
|
},
|
|
|
|
|
2019-03-05 18:07:41 +03:00
|
|
|
# libjpeg_turbo is used by glmark2.
|
2019-10-11 00:46:54 +03:00
|
|
|
'third_party/libjpeg_turbo': {
|
2022-09-06 12:59:13 +03:00
|
|
|
'url': '{chromium_git}/chromium/deps/libjpeg_turbo.git@ed683925e4897a84b3bffc5c1414c85b97a129a3',
|
2019-03-05 18:07:41 +03:00
|
|
|
'condition': 'not build_with_chromium',
|
|
|
|
},
|
|
|
|
|
2019-10-11 00:46:54 +03:00
|
|
|
'third_party/libpng/src': {
|
2021-09-17 07:46:22 +03:00
|
|
|
'url': '{android_git}/platform/external/libpng@d2ece84bd73af1cd5fae5e7574f79b40e5de4fba',
|
2018-06-01 21:18:28 +03:00
|
|
|
'condition': 'not build_with_chromium',
|
|
|
|
},
|
2015-03-17 18:25:27 +03:00
|
|
|
|
2021-04-09 18:24:07 +03:00
|
|
|
'third_party/jdk': {
|
|
|
|
'packages': [
|
|
|
|
{
|
|
|
|
'package': 'chromium/third_party/jdk',
|
2022-05-18 10:01:35 +03:00
|
|
|
'version': 'egbcSHbmF1XZQbKxp_PQiGLFWlQK65krTGqQE-Bj4j8C',
|
2021-04-09 18:24:07 +03:00
|
|
|
},
|
|
|
|
],
|
|
|
|
'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',
|
|
|
|
},
|
|
|
|
|
2021-04-17 02:21:15 +03:00
|
|
|
'third_party/jinja2': {
|
2022-12-28 10:00:12 +03:00
|
|
|
'url': '{chromium_git}/chromium/src/third_party/jinja2@264c07d7e64f2874434a3b8039e101ddf1b01e7e',
|
2021-04-17 02:21:15 +03:00
|
|
|
'condition': 'checkout_android and not build_with_chromium',
|
|
|
|
},
|
|
|
|
|
2019-10-11 00:46:54 +03:00
|
|
|
'third_party/jsoncpp': {
|
2020-06-25 01:12:17 +03:00
|
|
|
'url': '{chromium_git}/chromium/src/third_party/jsoncpp@{chromium_jsoncpp_revision}',
|
2019-01-28 17:55:20 +03:00
|
|
|
'condition': 'not build_with_chromium',
|
|
|
|
},
|
2018-08-28 18:20:57 +03:00
|
|
|
|
2021-04-17 02:21:15 +03:00
|
|
|
'third_party/markupsafe': {
|
Roll Chromium from c8d10c0b09ab to 2c98c5af6539 (5653 revisions)
Manually copying third_party/flatbuffers from Chromium,
with one small modification:
libs = [ "log" ]
in "flatbuffers_unittests" BUILD.gn
Also, forcing MSVC builds to use C++17 instead of C++20.
https://chromium.googlesource.com/chromium/src.git/+log/c8d10c0b09ab..2c98c5af6539
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/chromium-angle-autoroll
Please CC syoussefi@google.com,ynovikov@google.com on the revert to ensure that a human
is aware of the problem.
To file a bug in Chromium: https://bugs.chromium.org/p/chromium/issues/entry
To file a bug in ANGLE: https://bugs.chromium.org/p/angleproject/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Changed dependencies
* build: https://chromium.googlesource.com/chromium/src/build.git/+log/ef3d15e613..f75f7c9503
* buildtools: https://chromium.googlesource.com/chromium/src/buildtools.git/+log/5c1eeb8715..33b52eafd5
* buildtools/linux64: git_revision:57c352b2b03461c24b19c678c61d7aeacc6981f4..git_revision:a4d67be044b42963de801001e7146f9657c7fad4
* buildtools/mac: git_revision:57c352b2b03461c24b19c678c61d7aeacc6981f4..git_revision:a4d67be044b42963de801001e7146f9657c7fad4
* buildtools/third_party/libc++/trunk: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/888eff8ec2..fc6bbc5eb0
* buildtools/third_party/libc++abi/trunk: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/685c4ad257..8dd405113a
* buildtools/third_party/libunwind/trunk: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/1f633d41a0..aabcd87536
* buildtools/win: git_revision:57c352b2b03461c24b19c678c61d7aeacc6981f4..git_revision:a4d67be044b42963de801001e7146f9657c7fad4
* testing: https://chromium.googlesource.com/chromium/src/testing/+log/50f814ce03..1a1a839b38
* third_party/Python-Markdown: https://chromium.googlesource.com/chromium/src/third_party/Python-Markdown/+log/872ba9e68a..4838827d12
* third_party/abseil-cpp: https://chromium.googlesource.com/chromium/src/third_party/abseil-cpp/+log/3027824279..8fb5a04597
* third_party/android_build_tools: https://chromium.googlesource.com/chromium/src/third_party/android_build_tools/+log/4f07dd5cca..216373bd26
* third_party/android_build_tools/bundletool: sSBNyeRs5Px7nKXDLyQpz24T_OV9_rUkzqgXRNEaH0kC..JUxLsQLBkNG0ylmbHz6FGBtYyK1PNDZ04pMCii90Bd4C
* third_party/android_build_tools/lint: PgXTfxO_ExRhHwuAVaMUh48zDVj5bqVPSjecGWZ8TQIC..oJIo5mCU1gyxTf-EnMPZXg_GG2-3YOE_xUWXtmwO96IC
* third_party/android_build_tools/manifest_merger: lgqr-qkYSNJxPdYaRg1beYU6to-4LBuHBw3WVO7_ancC..xd-wXGBtd-G1FJXc_owo3j_wxWs4YxgOfQ-tKWHwN5AC
* third_party/android_deps: https://chromium.googlesource.com/chromium/src/third_party/android_deps/+log/94f1169192..e8b385d860
* third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/{catapult_..3ffa6b2228
* third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/64b6175557..1adbbff2c0
* third_party/fuchsia-sdk/sdk: version:10.20221018.0.1..version:10.20221102.0.1
* third_party/jinja2: https://chromium.googlesource.com/chromium/src/third_party/jinja2/+log/ee69aa00ee..4633bf4311
* third_party/markupsafe: https://chromium.googlesource.com/chromium/src/third_party/markupsafe/+log/1b882ef637..13f4e8c9e2
* third_party/nasm: https://chromium.googlesource.com/chromium/deps/nasm.git/+log/5fd9246276..fc8e0bd892
* third_party/r8/d8: 9PJITrOEIl2U8mvr44d5e9XjOdvzRPuF774VA3jWOsYC..qGtBu6TtxyR5XNy4cmsslb7c946YtkZF5_QCjVP-wc8C
* third_party/turbine: rrpgWQ-uylo8c5IPgUVP464LwcVOmt29MqwsR59O_zkC..HqLybI_r3dCgRJywsqJ3xkp2D6vQAI4-8D7zdqNiyxcC
* third_party/zlib: https://chromium.googlesource.com/chromium/src/third_party/zlib/+log/d689fca54d..cff720848d
* tools/clang: https://chromium.googlesource.com/chromium/src/tools/clang.git/+log/2619cde247..b147cbb71c
* tools/luci-go: git_revision:0b4ca85948120a9e07c81e06386c031a693724c4..git_revision:765f51c332c38e9b8d7981f23640b9df59371cd5
* tools/luci-go: git_revision:0b4ca85948120a9e07c81e06386c031a693724c4..git_revision:765f51c332c38e9b8d7981f23640b9df59371cd5
* tools/mb: https://chromium.googlesource.com/chromium/src/tools/mb/+log/cac69ccc90..88b5767779
* tools/md_browser: https://chromium.googlesource.com/chromium/src/tools/md_browser/+log/7ff27244f2..de79b55b74
* tools/memory: https://chromium.googlesource.com/chromium/src/tools/memory/+log/98140a6948..8581381d92
* tools/perf: https://chromium.googlesource.com/chromium/src/tools/perf/+log/7ab82e1fdc..fe7aa52821
* tools/skia_goldctl/linux: t3TPrZYHYFYj-Uycz4891UuvI29G25cnOuAXx4YKTJEC..96rKSNFMICaC-zy3dzFRxE3xkMm8mIPbR6pxbfHXZysC
* tools/skia_goldctl/mac_amd64: pkodJRDmOHJK-oKhKr3YyRBH-aZDOifqq2f39tyYYkwC..BTXwaBdnwpgPkzCAT5gTk0xV0_vzeR2q_icN_le7NBIC
* tools/skia_goldctl/mac_arm64: MGH9P0-cwU4UFOV-4rkxKLBFEVtXIE8vtynMsKM4O4UC..r0TJJDCO6SDuVGZoUBvAzDe7hACLXwX3fWH6tvNkYAAC
* tools/skia_goldctl/win: -y4QQFDzRbkTKhmiP7CqEhagCHKtWFdfxwAK6anUvfAC..IffTHOl24SBx-1fnxVM5kaNaOA8mS_3urxANjmbsZWUC
Clang version changed llvmorg-16-init-7184-gdeb82d4a:llvmorg-16-init-9369-g87a20868
Details: https://chromium.googlesource.com/chromium/src/tools/clang/+/2619cde247bf037c2afa19b0913cccddac12ccbd..b147cbb71c13c6fec5da3d91b99f3a408c5eb07c/scripts/update.py
Bug: angleproject:4242,angleproject:4417,angleproject:4846,angleproject:5505,angleproject:6430
Bug: angleproject:7788, chromium:1380553
Tbr: syoussefi@google.com,ynovikov@google.com
Change-Id: Ia1f563f1dc5227b2cbb42ac05f5f7f40e47a4168
Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/4000540
Reviewed-by: Shahbaz Youssefi <syoussefi@chromium.org>
Commit-Queue: Yuly Novikov <ynovikov@chromium.org>
2022-11-02 21:04:35 +03:00
|
|
|
'url': '{chromium_git}/chromium/src/third_party/markupsafe@13f4e8c9e206567eeb13bf585406ddc574005748',
|
2021-04-17 02:21:15 +03:00
|
|
|
'condition': 'checkout_android and not build_with_chromium',
|
|
|
|
},
|
|
|
|
|
2022-09-29 17:50:39 +03:00
|
|
|
# We use the upstream/main branch.
|
|
|
|
'third_party/mesa/src': {
|
|
|
|
'url': '{chromium_git}/external/github.com/Mesa3D/mesa@0a6aa58acae2a5b27ef783c22e976ec9b0d33ddc',
|
2022-11-02 01:08:23 +03:00
|
|
|
'condition': 'checkout_angle_mesa',
|
2022-09-29 17:50:39 +03:00
|
|
|
},
|
|
|
|
|
|
|
|
# We use the upstream/master branch.
|
|
|
|
'third_party/meson': {
|
|
|
|
'url': '{chromium_git}/external/github.com/mesonbuild/meson@9fd5eb605674067ce6f8876dc27e5e116024e8a6',
|
2022-11-02 01:08:23 +03:00
|
|
|
'condition': 'checkout_angle_mesa',
|
2022-09-29 17:50:39 +03:00
|
|
|
},
|
|
|
|
|
2020-04-27 23:57:46 +03:00
|
|
|
'third_party/nasm': {
|
2022-11-03 10:00:32 +03:00
|
|
|
'url': '{chromium_git}/chromium/deps/nasm.git@0873b2bae6a5388a1c55deac8456e3c60a47ca08',
|
2020-04-27 23:57:46 +03:00
|
|
|
'condition': 'not build_with_chromium',
|
|
|
|
},
|
|
|
|
|
2022-10-03 05:19:02 +03:00
|
|
|
'third_party/ninja': {
|
|
|
|
'packages': [
|
|
|
|
{
|
|
|
|
'package': 'infra/3pp/tools/ninja/${{platform}}',
|
|
|
|
'version': Var('ninja_version'),
|
|
|
|
}
|
|
|
|
],
|
|
|
|
'dep_type': 'cipd',
|
|
|
|
'condition': 'not build_with_chromium',
|
|
|
|
},
|
|
|
|
|
2022-08-24 20:17:14 +03:00
|
|
|
'third_party/OpenCL-Docs/src': {
|
|
|
|
'url': '{chromium_git}/external/github.com/KhronosGroup/OpenCL-Docs@774114e8761920b976d538d47fad8178d05984ec',
|
|
|
|
'condition': 'not build_with_chromium',
|
|
|
|
},
|
|
|
|
|
2021-04-28 20:26:00 +03:00
|
|
|
'third_party/OpenCL-ICD-Loader/src': {
|
|
|
|
'url': '{chromium_git}/external/github.com/KhronosGroup/OpenCL-ICD-Loader@9b5e3849b49a1448996c8b96ba086cd774d987db',
|
|
|
|
'condition': 'not build_with_chromium',
|
|
|
|
},
|
|
|
|
|
2022-08-24 20:17:14 +03:00
|
|
|
'third_party/OpenGL-Registry/src': {
|
2022-10-07 21:35:49 +03:00
|
|
|
'url': '{chromium_git}/external/github.com/KhronosGroup/OpenGL-Registry@5bae8738b23d06968e7c3a41308568120943ae77',
|
2022-08-24 20:17:14 +03:00
|
|
|
'condition': 'not build_with_chromium',
|
|
|
|
},
|
|
|
|
|
2021-04-17 02:21:15 +03:00
|
|
|
'third_party/proguard': {
|
|
|
|
'packages': [
|
|
|
|
{
|
|
|
|
'package': 'chromium/third_party/proguard',
|
|
|
|
'version': 'Fd91BJFVlmiO6c46YMTsdy7n2f5Sk2hVVGlzPLvqZPsC',
|
|
|
|
},
|
|
|
|
],
|
|
|
|
'condition': 'checkout_android and not build_with_chromium',
|
|
|
|
'dep_type': 'cipd',
|
|
|
|
},
|
|
|
|
|
2020-10-12 00:16:34 +03:00
|
|
|
'third_party/protobuf': {
|
2023-01-18 18:46:30 +03:00
|
|
|
'url': '{chromium_git}/chromium/src/third_party/protobuf@45851774ada4b6351b990d4accd99abcb2ddda1b',
|
2020-10-12 00:16:34 +03:00
|
|
|
'condition': 'not build_with_chromium',
|
|
|
|
},
|
|
|
|
|
2019-10-11 00:46:54 +03:00
|
|
|
'third_party/Python-Markdown': {
|
2022-11-29 10:02:21 +03:00
|
|
|
'url': '{chromium_git}/chromium/src/third_party/Python-Markdown@0f4473546172a64636f5d841410c564c0edad625',
|
2019-04-08 16:40:40 +03:00
|
|
|
'condition': 'not build_with_chromium',
|
|
|
|
},
|
|
|
|
|
2019-10-11 00:46:54 +03:00
|
|
|
'third_party/qemu-linux-x64': {
|
2019-01-22 02:09:15 +03:00
|
|
|
'packages': [
|
|
|
|
{
|
2021-11-18 18:53:04 +03:00
|
|
|
'package': 'fuchsia/third_party/qemu/linux-amd64',
|
|
|
|
'version': 'FFZaD9tecL-z0lq2XP_7UqiAaMgRGwXTyvcmkv7XCQcC'
|
2019-01-22 02:09:15 +03:00
|
|
|
},
|
|
|
|
],
|
|
|
|
'condition': 'not build_with_chromium and (host_os == "linux" and checkout_fuchsia)',
|
|
|
|
'dep_type': 'cipd',
|
|
|
|
},
|
|
|
|
|
2019-10-11 00:46:54 +03:00
|
|
|
'third_party/qemu-mac-x64': {
|
2019-01-22 02:09:15 +03:00
|
|
|
'packages': [
|
|
|
|
{
|
2021-11-18 18:53:04 +03:00
|
|
|
'package': 'fuchsia/third_party/qemu/mac-amd64',
|
|
|
|
'version': '79L6B9YhuL7uIg_CxwlQcZqLOixVtS2Cctn7dmVg0q4C'
|
2019-01-22 02:09:15 +03:00
|
|
|
},
|
|
|
|
],
|
|
|
|
'condition': 'not build_with_chromium and (host_os == "mac" and checkout_fuchsia)',
|
|
|
|
'dep_type': 'cipd',
|
|
|
|
},
|
2019-02-26 01:13:16 +03:00
|
|
|
|
2021-04-17 02:21:15 +03:00
|
|
|
'third_party/r8': {
|
|
|
|
'packages': [
|
|
|
|
{
|
|
|
|
'package': 'chromium/third_party/r8',
|
2023-01-24 11:02:11 +03:00
|
|
|
'version': 'PhbyY6VT6R_nwiYKM8E7SZ5EGYxvBqKo_aQtlY-wrg4C',
|
2022-09-06 12:59:13 +03:00
|
|
|
},
|
|
|
|
],
|
|
|
|
'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',
|
Roll Chromium from c8d10c0b09ab to 2c98c5af6539 (5653 revisions)
Manually copying third_party/flatbuffers from Chromium,
with one small modification:
libs = [ "log" ]
in "flatbuffers_unittests" BUILD.gn
Also, forcing MSVC builds to use C++17 instead of C++20.
https://chromium.googlesource.com/chromium/src.git/+log/c8d10c0b09ab..2c98c5af6539
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/chromium-angle-autoroll
Please CC syoussefi@google.com,ynovikov@google.com on the revert to ensure that a human
is aware of the problem.
To file a bug in Chromium: https://bugs.chromium.org/p/chromium/issues/entry
To file a bug in ANGLE: https://bugs.chromium.org/p/angleproject/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Changed dependencies
* build: https://chromium.googlesource.com/chromium/src/build.git/+log/ef3d15e613..f75f7c9503
* buildtools: https://chromium.googlesource.com/chromium/src/buildtools.git/+log/5c1eeb8715..33b52eafd5
* buildtools/linux64: git_revision:57c352b2b03461c24b19c678c61d7aeacc6981f4..git_revision:a4d67be044b42963de801001e7146f9657c7fad4
* buildtools/mac: git_revision:57c352b2b03461c24b19c678c61d7aeacc6981f4..git_revision:a4d67be044b42963de801001e7146f9657c7fad4
* buildtools/third_party/libc++/trunk: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/888eff8ec2..fc6bbc5eb0
* buildtools/third_party/libc++abi/trunk: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/685c4ad257..8dd405113a
* buildtools/third_party/libunwind/trunk: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/1f633d41a0..aabcd87536
* buildtools/win: git_revision:57c352b2b03461c24b19c678c61d7aeacc6981f4..git_revision:a4d67be044b42963de801001e7146f9657c7fad4
* testing: https://chromium.googlesource.com/chromium/src/testing/+log/50f814ce03..1a1a839b38
* third_party/Python-Markdown: https://chromium.googlesource.com/chromium/src/third_party/Python-Markdown/+log/872ba9e68a..4838827d12
* third_party/abseil-cpp: https://chromium.googlesource.com/chromium/src/third_party/abseil-cpp/+log/3027824279..8fb5a04597
* third_party/android_build_tools: https://chromium.googlesource.com/chromium/src/third_party/android_build_tools/+log/4f07dd5cca..216373bd26
* third_party/android_build_tools/bundletool: sSBNyeRs5Px7nKXDLyQpz24T_OV9_rUkzqgXRNEaH0kC..JUxLsQLBkNG0ylmbHz6FGBtYyK1PNDZ04pMCii90Bd4C
* third_party/android_build_tools/lint: PgXTfxO_ExRhHwuAVaMUh48zDVj5bqVPSjecGWZ8TQIC..oJIo5mCU1gyxTf-EnMPZXg_GG2-3YOE_xUWXtmwO96IC
* third_party/android_build_tools/manifest_merger: lgqr-qkYSNJxPdYaRg1beYU6to-4LBuHBw3WVO7_ancC..xd-wXGBtd-G1FJXc_owo3j_wxWs4YxgOfQ-tKWHwN5AC
* third_party/android_deps: https://chromium.googlesource.com/chromium/src/third_party/android_deps/+log/94f1169192..e8b385d860
* third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/{catapult_..3ffa6b2228
* third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/64b6175557..1adbbff2c0
* third_party/fuchsia-sdk/sdk: version:10.20221018.0.1..version:10.20221102.0.1
* third_party/jinja2: https://chromium.googlesource.com/chromium/src/third_party/jinja2/+log/ee69aa00ee..4633bf4311
* third_party/markupsafe: https://chromium.googlesource.com/chromium/src/third_party/markupsafe/+log/1b882ef637..13f4e8c9e2
* third_party/nasm: https://chromium.googlesource.com/chromium/deps/nasm.git/+log/5fd9246276..fc8e0bd892
* third_party/r8/d8: 9PJITrOEIl2U8mvr44d5e9XjOdvzRPuF774VA3jWOsYC..qGtBu6TtxyR5XNy4cmsslb7c946YtkZF5_QCjVP-wc8C
* third_party/turbine: rrpgWQ-uylo8c5IPgUVP464LwcVOmt29MqwsR59O_zkC..HqLybI_r3dCgRJywsqJ3xkp2D6vQAI4-8D7zdqNiyxcC
* third_party/zlib: https://chromium.googlesource.com/chromium/src/third_party/zlib/+log/d689fca54d..cff720848d
* tools/clang: https://chromium.googlesource.com/chromium/src/tools/clang.git/+log/2619cde247..b147cbb71c
* tools/luci-go: git_revision:0b4ca85948120a9e07c81e06386c031a693724c4..git_revision:765f51c332c38e9b8d7981f23640b9df59371cd5
* tools/luci-go: git_revision:0b4ca85948120a9e07c81e06386c031a693724c4..git_revision:765f51c332c38e9b8d7981f23640b9df59371cd5
* tools/mb: https://chromium.googlesource.com/chromium/src/tools/mb/+log/cac69ccc90..88b5767779
* tools/md_browser: https://chromium.googlesource.com/chromium/src/tools/md_browser/+log/7ff27244f2..de79b55b74
* tools/memory: https://chromium.googlesource.com/chromium/src/tools/memory/+log/98140a6948..8581381d92
* tools/perf: https://chromium.googlesource.com/chromium/src/tools/perf/+log/7ab82e1fdc..fe7aa52821
* tools/skia_goldctl/linux: t3TPrZYHYFYj-Uycz4891UuvI29G25cnOuAXx4YKTJEC..96rKSNFMICaC-zy3dzFRxE3xkMm8mIPbR6pxbfHXZysC
* tools/skia_goldctl/mac_amd64: pkodJRDmOHJK-oKhKr3YyRBH-aZDOifqq2f39tyYYkwC..BTXwaBdnwpgPkzCAT5gTk0xV0_vzeR2q_icN_le7NBIC
* tools/skia_goldctl/mac_arm64: MGH9P0-cwU4UFOV-4rkxKLBFEVtXIE8vtynMsKM4O4UC..r0TJJDCO6SDuVGZoUBvAzDe7hACLXwX3fWH6tvNkYAAC
* tools/skia_goldctl/win: -y4QQFDzRbkTKhmiP7CqEhagCHKtWFdfxwAK6anUvfAC..IffTHOl24SBx-1fnxVM5kaNaOA8mS_3urxANjmbsZWUC
Clang version changed llvmorg-16-init-7184-gdeb82d4a:llvmorg-16-init-9369-g87a20868
Details: https://chromium.googlesource.com/chromium/src/tools/clang/+/2619cde247bf037c2afa19b0913cccddac12ccbd..b147cbb71c13c6fec5da3d91b99f3a408c5eb07c/scripts/update.py
Bug: angleproject:4242,angleproject:4417,angleproject:4846,angleproject:5505,angleproject:6430
Bug: angleproject:7788, chromium:1380553
Tbr: syoussefi@google.com,ynovikov@google.com
Change-Id: Ia1f563f1dc5227b2cbb42ac05f5f7f40e47a4168
Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/4000540
Reviewed-by: Shahbaz Youssefi <syoussefi@chromium.org>
Commit-Queue: Yuly Novikov <ynovikov@chromium.org>
2022-11-02 21:04:35 +03:00
|
|
|
'version': 'qGtBu6TtxyR5XNy4cmsslb7c946YtkZF5_QCjVP-wc8C',
|
2021-04-17 02:21:15 +03:00
|
|
|
},
|
|
|
|
],
|
|
|
|
'condition': 'checkout_android and not build_with_chromium',
|
|
|
|
'dep_type': 'cipd',
|
|
|
|
},
|
|
|
|
|
2019-10-11 00:46:54 +03:00
|
|
|
'third_party/rapidjson/src': {
|
2022-05-19 17:36:54 +03:00
|
|
|
'url': '{chromium_git}/external/github.com/Tencent/rapidjson@781a4e667d84aeedbeb8184b7b62425ea66ec59f',
|
2019-02-26 01:13:16 +03:00
|
|
|
},
|
2019-01-22 02:09:15 +03:00
|
|
|
|
2021-05-18 19:13:23 +03:00
|
|
|
'third_party/requests/src': {
|
2021-05-19 15:54:51 +03:00
|
|
|
'url': '{chromium_git}/external/github.com/kennethreitz/requests.git@refs/tags/v2.23.0',
|
2021-05-18 19:13:23 +03:00
|
|
|
'condition': 'checkout_android and not build_with_chromium',
|
|
|
|
},
|
|
|
|
|
2021-04-17 02:21:15 +03:00
|
|
|
'third_party/six': {
|
|
|
|
'url': '{chromium_git}/chromium/src/third_party/six@c96255caa80a7e0e45de07ce9af088a2ce984b68',
|
|
|
|
'condition': 'checkout_android and not build_with_chromium',
|
|
|
|
},
|
|
|
|
|
2019-10-11 00:46:54 +03:00
|
|
|
'third_party/SwiftShader': {
|
2023-01-13 18:07:26 +03:00
|
|
|
'url': '{swiftshader_git}/SwiftShader@aae98adc2222dcada4aa952cccad48ab08e34004',
|
2019-09-19 19:48:31 +03:00
|
|
|
'condition': 'not build_with_chromium',
|
|
|
|
},
|
|
|
|
|
2021-04-17 02:21:15 +03:00
|
|
|
'third_party/turbine': {
|
|
|
|
'packages': [
|
|
|
|
{
|
|
|
|
'package': 'chromium/third_party/turbine',
|
2023-01-24 11:02:11 +03:00
|
|
|
'version': 't0TeGgk2CZr3B0HtEqBb60BSRwVPRJm9066izhJwzz0C',
|
2021-04-17 02:21:15 +03:00
|
|
|
},
|
|
|
|
],
|
|
|
|
'condition': 'checkout_android and not build_with_chromium',
|
|
|
|
'dep_type': 'cipd',
|
|
|
|
},
|
|
|
|
|
2020-07-23 21:58:10 +03:00
|
|
|
'third_party/VK-GL-CTS/src': {
|
|
|
|
'url': '{chromium_git}/external/github.com/KhronosGroup/VK-GL-CTS@{vk_gl_cts_revision}',
|
|
|
|
},
|
|
|
|
|
2020-12-14 20:55:55 +03:00
|
|
|
'third_party/vulkan-deps': {
|
2023-01-23 13:01:36 +03:00
|
|
|
'url': '{chromium_git}/vulkan-deps@d7dfd14fa0d0bc1411976c7800a9076bab44524a',
|
2020-12-14 20:55:55 +03:00
|
|
|
'condition': 'not build_with_chromium',
|
2018-05-24 19:56:17 +03:00
|
|
|
},
|
|
|
|
|
2020-07-23 21:58:10 +03:00
|
|
|
'third_party/vulkan_memory_allocator': {
|
2022-08-02 23:46:31 +03:00
|
|
|
'url': '{chromium_git}/external/github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator@ebe84bec02c041d28f902da0214bf442743fc907',
|
2020-07-23 21:58:10 +03:00
|
|
|
'condition': 'not build_with_chromium',
|
|
|
|
},
|
|
|
|
|
2022-02-24 12:21:06 +03:00
|
|
|
'third_party/wayland': {
|
|
|
|
'url': '{chromium_git}/external/anongit.freedesktop.org/git/wayland/wayland@upstream/1.20.0',
|
|
|
|
'condition': 'not build_with_chromium and host_os == "linux"'
|
|
|
|
},
|
|
|
|
|
2019-10-11 00:46:54 +03:00
|
|
|
'third_party/zlib': {
|
2023-01-13 10:32:10 +03:00
|
|
|
'url': '{chromium_git}/chromium/src/third_party/zlib@dca2b915e29ee8d0bb25cd44a84b32e67c8cabd0',
|
2018-06-01 21:18:28 +03:00
|
|
|
'condition': 'not build_with_chromium',
|
|
|
|
},
|
2017-08-29 05:53:24 +03:00
|
|
|
|
2021-04-22 04:08:44 +03:00
|
|
|
'tools/android/errorprone_plugin': {
|
2022-09-16 10:01:49 +03:00
|
|
|
'url': '{chromium_git}/chromium/src/tools/android/errorprone_plugin@71a32a2f82971d7a4662edaed609b7c859902888',
|
2021-04-22 04:08:44 +03:00
|
|
|
'condition': 'checkout_android and not build_with_chromium',
|
|
|
|
},
|
|
|
|
|
2019-10-11 00:46:54 +03:00
|
|
|
'tools/clang': {
|
2023-01-24 11:02:11 +03:00
|
|
|
'url': '{chromium_git}/chromium/src/tools/clang.git@41fd15ae6c7cbf8c5927f94936fb87e56f671bf4',
|
2018-06-01 21:18:28 +03:00
|
|
|
'condition': 'not build_with_chromium',
|
|
|
|
},
|
2019-01-22 02:09:15 +03:00
|
|
|
|
2019-11-20 17:30:17 +03:00
|
|
|
'tools/clang/dsymutil': {
|
|
|
|
'packages': [
|
|
|
|
{
|
|
|
|
'package': 'chromium/llvm-build-tools/dsymutil',
|
|
|
|
'version': 'M56jPzDv1620Rnm__jTMYS62Zi8rxHVq7yw0qeBFEgkC',
|
|
|
|
}
|
|
|
|
],
|
|
|
|
'condition': 'checkout_mac and not build_with_chromium',
|
|
|
|
'dep_type': 'cipd',
|
|
|
|
},
|
|
|
|
|
2020-09-13 17:34:54 +03:00
|
|
|
'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': {
|
2023-01-24 11:02:11 +03:00
|
|
|
'url': '{chromium_git}/chromium/src/tools/mb@ab619b7c09fd1d8b332b67d1e262cc39192d7f3a',
|
2020-09-13 17:34:54 +03:00
|
|
|
'condition': 'not build_with_chromium',
|
|
|
|
},
|
|
|
|
|
2019-10-11 00:46:54 +03:00
|
|
|
'tools/md_browser': {
|
2022-12-19 10:04:03 +03:00
|
|
|
'url': '{chromium_git}/chromium/src/tools/md_browser@3180843cd29f28d458b5dcb3a0575a8f7625b826',
|
2019-04-08 16:40:40 +03:00
|
|
|
'condition': 'not build_with_chromium',
|
2019-01-22 02:09:15 +03:00
|
|
|
},
|
2019-09-05 18:04:39 +03:00
|
|
|
|
2019-10-11 00:46:54 +03:00
|
|
|
'tools/memory': {
|
2023-01-19 14:52:26 +03:00
|
|
|
'url': '{chromium_git}/chromium/src/tools/memory@da557f2c897726fc629156c3fe28c2f33224d9cf',
|
2019-09-05 18:04:39 +03:00
|
|
|
'condition': 'not build_with_chromium',
|
|
|
|
},
|
2020-09-25 20:31:25 +03:00
|
|
|
|
2021-06-10 18:22:26 +03:00
|
|
|
'tools/perf': {
|
2023-01-24 11:02:11 +03:00
|
|
|
'url': '{chromium_git}/chromium/src/tools/perf@408e4c29daa874679288e2a4ef3a6b8b5e5613cc',
|
2021-06-10 18:22:26 +03:00
|
|
|
'condition': 'not build_with_chromium',
|
|
|
|
},
|
|
|
|
|
2020-10-12 00:16:34 +03:00
|
|
|
'tools/protoc_wrapper': {
|
2023-01-18 18:46:30 +03:00
|
|
|
'url': '{chromium_git}/chromium/src/tools/protoc_wrapper@30392509cfa0f370f1df55dfb75bc37e3fad19ae',
|
2020-10-12 00:16:34 +03:00
|
|
|
'condition': 'not build_with_chromium',
|
|
|
|
},
|
|
|
|
|
2021-05-07 17:31:52 +03:00
|
|
|
'tools/python': {
|
2022-09-16 10:01:49 +03:00
|
|
|
'url': '{chromium_git}/chromium/src/tools/python@00ecbd06930234f70ca6cfa623201489b9e10b71',
|
2021-05-07 17:31:52 +03:00
|
|
|
'condition': 'checkout_android and not build_with_chromium',
|
|
|
|
},
|
|
|
|
|
2020-09-25 20:31:25 +03:00
|
|
|
'tools/skia_goldctl/linux': {
|
|
|
|
'packages': [
|
|
|
|
{
|
|
|
|
'package': 'skia/tools/goldctl/linux-amd64',
|
2023-01-13 10:32:10 +03:00
|
|
|
'version': 'MXsAy_bc-PnYFk9_AbS1SvOtffQOs0lxsCcuFZoQyG8C',
|
2020-09-25 20:31:25 +03:00
|
|
|
},
|
|
|
|
],
|
|
|
|
'dep_type': 'cipd',
|
|
|
|
'condition': 'checkout_linux and not build_with_chromium',
|
|
|
|
},
|
|
|
|
|
|
|
|
'tools/skia_goldctl/win': {
|
|
|
|
'packages': [
|
|
|
|
{
|
|
|
|
'package': 'skia/tools/goldctl/windows-amd64',
|
2023-01-13 10:32:10 +03:00
|
|
|
'version': 'pQVdWoY3lHFJsI2YCM2klbYkIpYilhK7HY3HbgO7hNAC',
|
2020-09-25 20:31:25 +03:00
|
|
|
},
|
|
|
|
],
|
|
|
|
'dep_type': 'cipd',
|
|
|
|
'condition': 'checkout_win and not build_with_chromium',
|
|
|
|
},
|
|
|
|
|
2022-01-07 23:23:08 +03:00
|
|
|
'tools/skia_goldctl/mac_amd64': {
|
2020-09-25 20:31:25 +03:00
|
|
|
'packages': [
|
|
|
|
{
|
|
|
|
'package': 'skia/tools/goldctl/mac-amd64',
|
2023-01-13 10:32:10 +03:00
|
|
|
'version': 'zuvSWGwPdHdKF8rq_ICSj7qKIEJ1ZWvtnAR5RjaabgAC',
|
2022-01-07 23:23:08 +03:00
|
|
|
},
|
|
|
|
],
|
|
|
|
'dep_type': 'cipd',
|
|
|
|
'condition': 'checkout_mac and not build_with_chromium',
|
|
|
|
},
|
|
|
|
|
|
|
|
'tools/skia_goldctl/mac_arm64': {
|
|
|
|
'packages': [
|
|
|
|
{
|
|
|
|
'package': 'skia/tools/goldctl/mac-arm64',
|
2023-01-13 10:32:10 +03:00
|
|
|
'version': 'V0uhiO8yEQmwDNMxsrzTtOm_9Cg9ZE41OCsqGPssrNwC',
|
2020-09-25 20:31:25 +03:00
|
|
|
},
|
|
|
|
],
|
|
|
|
'dep_type': 'cipd',
|
|
|
|
'condition': 'checkout_mac and not build_with_chromium',
|
|
|
|
},
|
2021-03-30 00:31:52 +03:00
|
|
|
|
2021-11-01 22:56:54 +03:00
|
|
|
'tools/valgrind': {
|
2022-09-16 10:01:49 +03:00
|
|
|
'url': '{chromium_git}/chromium/src/tools/valgrind@27e9a92f3ba57b07d84bf7ab4d430b9e066d25dd',
|
2021-11-01 22:56:54 +03:00
|
|
|
'condition': 'not build_with_chromium',
|
|
|
|
},
|
|
|
|
|
2021-03-30 00:31:52 +03:00
|
|
|
# === ANGLE Restricted Trace Generated Code Start ===
|
2022-11-06 06:47:12 +03:00
|
|
|
'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',
|
|
|
|
},
|
2022-12-16 09:16:45 +03:00
|
|
|
'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',
|
|
|
|
},
|
2022-10-06 11:13:31 +03:00
|
|
|
'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',
|
|
|
|
},
|
2022-12-29 07:00:57 +03:00
|
|
|
'src/tests/restricted_traces/agent_a': {
|
|
|
|
'packages': [
|
|
|
|
{
|
|
|
|
'package': 'angle/traces/agent_a',
|
|
|
|
'version': 'version:1',
|
|
|
|
},
|
|
|
|
],
|
|
|
|
'dep_type': 'cipd',
|
|
|
|
'condition': 'checkout_angle_restricted_traces',
|
|
|
|
},
|
2021-03-30 00:31:52 +03:00
|
|
|
'src/tests/restricted_traces/aliexpress': {
|
|
|
|
'packages': [
|
|
|
|
{
|
|
|
|
'package': 'angle/traces/aliexpress',
|
2021-07-09 20:02:08 +03:00
|
|
|
'version': 'version:5',
|
2021-03-30 00:31:52 +03:00
|
|
|
},
|
|
|
|
],
|
|
|
|
'dep_type': 'cipd',
|
2021-04-13 20:23:26 +03:00
|
|
|
'condition': 'checkout_angle_restricted_traces',
|
2021-03-30 00:31:52 +03:00
|
|
|
},
|
2022-05-03 13:27:56 +03:00
|
|
|
'src/tests/restricted_traces/altos_odyssey': {
|
|
|
|
'packages': [
|
|
|
|
{
|
|
|
|
'package': 'angle/traces/altos_odyssey',
|
|
|
|
'version': 'version:1',
|
|
|
|
},
|
|
|
|
],
|
|
|
|
'dep_type': 'cipd',
|
|
|
|
'condition': 'checkout_angle_restricted_traces',
|
|
|
|
},
|
2021-03-30 00:31:52 +03:00
|
|
|
'src/tests/restricted_traces/among_us': {
|
|
|
|
'packages': [
|
|
|
|
{
|
|
|
|
'package': 'angle/traces/among_us',
|
2021-07-09 20:02:08 +03:00
|
|
|
'version': 'version:5',
|
2021-03-30 00:31:52 +03:00
|
|
|
},
|
|
|
|
],
|
|
|
|
'dep_type': 'cipd',
|
2021-04-13 20:23:26 +03:00
|
|
|
'condition': 'checkout_angle_restricted_traces',
|
2021-03-30 00:31:52 +03:00
|
|
|
},
|
|
|
|
'src/tests/restricted_traces/angry_birds_2_1500': {
|
|
|
|
'packages': [
|
|
|
|
{
|
|
|
|
'package': 'angle/traces/angry_birds_2_1500',
|
2021-07-09 20:02:08 +03:00
|
|
|
'version': 'version:5',
|
2021-03-30 00:31:52 +03:00
|
|
|
},
|
|
|
|
],
|
|
|
|
'dep_type': 'cipd',
|
2021-04-13 20:23:26 +03:00
|
|
|
'condition': 'checkout_angle_restricted_traces',
|
2021-03-30 00:31:52 +03:00
|
|
|
},
|
2021-12-23 21:48:36 +03:00
|
|
|
'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',
|
|
|
|
},
|
2022-06-10 17:34:00 +03:00
|
|
|
'src/tests/restricted_traces/animal_crossing': {
|
|
|
|
'packages': [
|
|
|
|
{
|
|
|
|
'package': 'angle/traces/animal_crossing',
|
|
|
|
'version': 'version:4',
|
|
|
|
},
|
|
|
|
],
|
|
|
|
'dep_type': 'cipd',
|
|
|
|
'condition': 'checkout_angle_restricted_traces',
|
|
|
|
},
|
2022-08-22 06:51:19 +03:00
|
|
|
'src/tests/restricted_traces/antutu_refinery': {
|
|
|
|
'packages': [
|
|
|
|
{
|
|
|
|
'package': 'angle/traces/antutu_refinery',
|
|
|
|
'version': 'version:1',
|
|
|
|
},
|
|
|
|
],
|
|
|
|
'dep_type': 'cipd',
|
|
|
|
'condition': 'checkout_angle_restricted_traces',
|
|
|
|
},
|
2021-03-30 00:31:52 +03:00
|
|
|
'src/tests/restricted_traces/arena_of_valor': {
|
|
|
|
'packages': [
|
|
|
|
{
|
|
|
|
'package': 'angle/traces/arena_of_valor',
|
2021-07-09 20:02:08 +03:00
|
|
|
'version': 'version:5',
|
2021-03-30 00:31:52 +03:00
|
|
|
},
|
|
|
|
],
|
|
|
|
'dep_type': 'cipd',
|
2021-04-13 20:23:26 +03:00
|
|
|
'condition': 'checkout_angle_restricted_traces',
|
2021-03-30 00:31:52 +03:00
|
|
|
},
|
|
|
|
'src/tests/restricted_traces/asphalt_8': {
|
|
|
|
'packages': [
|
|
|
|
{
|
|
|
|
'package': 'angle/traces/asphalt_8',
|
2021-07-09 20:02:08 +03:00
|
|
|
'version': 'version:5',
|
2021-03-30 00:31:52 +03:00
|
|
|
},
|
|
|
|
],
|
|
|
|
'dep_type': 'cipd',
|
2021-04-13 20:23:26 +03:00
|
|
|
'condition': 'checkout_angle_restricted_traces',
|
2021-03-30 00:31:52 +03:00
|
|
|
},
|
2021-12-15 20:44:40 +03:00
|
|
|
'src/tests/restricted_traces/asphalt_9': {
|
|
|
|
'packages': [
|
|
|
|
{
|
|
|
|
'package': 'angle/traces/asphalt_9',
|
2021-07-09 20:02:08 +03:00
|
|
|
'version': 'version:5',
|
2021-12-15 20:44:40 +03:00
|
|
|
},
|
|
|
|
],
|
|
|
|
'dep_type': 'cipd',
|
|
|
|
'condition': 'checkout_angle_restricted_traces',
|
|
|
|
},
|
2021-03-30 00:31:52 +03:00
|
|
|
'src/tests/restricted_traces/avakin_life': {
|
|
|
|
'packages': [
|
|
|
|
{
|
|
|
|
'package': 'angle/traces/avakin_life',
|
2021-07-09 20:02:08 +03:00
|
|
|
'version': 'version:5',
|
2021-03-30 00:31:52 +03:00
|
|
|
},
|
|
|
|
],
|
|
|
|
'dep_type': 'cipd',
|
2021-04-13 20:23:26 +03:00
|
|
|
'condition': 'checkout_angle_restricted_traces',
|
2021-03-30 00:31:52 +03:00
|
|
|
},
|
|
|
|
'src/tests/restricted_traces/aztec_ruins': {
|
|
|
|
'packages': [
|
|
|
|
{
|
|
|
|
'package': 'angle/traces/aztec_ruins',
|
2021-07-09 20:02:08 +03:00
|
|
|
'version': 'version:5',
|
2021-03-30 00:31:52 +03:00
|
|
|
},
|
|
|
|
],
|
|
|
|
'dep_type': 'cipd',
|
2021-04-13 20:23:26 +03:00
|
|
|
'condition': 'checkout_angle_restricted_traces',
|
2021-03-30 00:31:52 +03:00
|
|
|
},
|
2022-04-05 04:34:53 +03:00
|
|
|
'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',
|
|
|
|
},
|
2021-10-07 19:27:56 +03:00
|
|
|
'src/tests/restricted_traces/badland': {
|
|
|
|
'packages': [
|
|
|
|
{
|
|
|
|
'package': 'angle/traces/badland',
|
2021-07-09 20:02:08 +03:00
|
|
|
'version': 'version:5',
|
2021-10-07 19:27:56 +03:00
|
|
|
},
|
|
|
|
],
|
|
|
|
'dep_type': 'cipd',
|
|
|
|
'condition': 'checkout_angle_restricted_traces',
|
|
|
|
},
|
2022-05-05 08:25:23 +03:00
|
|
|
'src/tests/restricted_traces/basemark_gpu': {
|
|
|
|
'packages': [
|
|
|
|
{
|
|
|
|
'package': 'angle/traces/basemark_gpu',
|
|
|
|
'version': 'version:1',
|
|
|
|
},
|
|
|
|
],
|
|
|
|
'dep_type': 'cipd',
|
|
|
|
'condition': 'checkout_angle_restricted_traces',
|
|
|
|
},
|
2022-08-02 17:52:06 +03:00
|
|
|
'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',
|
|
|
|
},
|
2021-06-28 18:27:36 +03:00
|
|
|
'src/tests/restricted_traces/beach_buggy_racing': {
|
|
|
|
'packages': [
|
|
|
|
{
|
|
|
|
'package': 'angle/traces/beach_buggy_racing',
|
2021-07-09 20:02:08 +03:00
|
|
|
'version': 'version:5',
|
2021-06-28 18:27:36 +03:00
|
|
|
},
|
|
|
|
],
|
|
|
|
'dep_type': 'cipd',
|
|
|
|
'condition': 'checkout_angle_restricted_traces',
|
|
|
|
},
|
2022-05-10 16:24:32 +03:00
|
|
|
'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',
|
|
|
|
},
|
2022-02-28 02:27:26 +03:00
|
|
|
'src/tests/restricted_traces/blade_and_soul_revolution': {
|
|
|
|
'packages': [
|
|
|
|
{
|
|
|
|
'package': 'angle/traces/blade_and_soul_revolution',
|
|
|
|
'version': 'version:1',
|
|
|
|
},
|
|
|
|
],
|
|
|
|
'dep_type': 'cipd',
|
|
|
|
'condition': 'checkout_angle_restricted_traces',
|
|
|
|
},
|
2021-09-09 16:28:07 +03:00
|
|
|
'src/tests/restricted_traces/blockman_go': {
|
|
|
|
'packages': [
|
|
|
|
{
|
|
|
|
'package': 'angle/traces/blockman_go',
|
2021-07-09 20:02:08 +03:00
|
|
|
'version': 'version:5',
|
2021-09-09 16:28:07 +03:00
|
|
|
},
|
|
|
|
],
|
|
|
|
'dep_type': 'cipd',
|
|
|
|
'condition': 'checkout_angle_restricted_traces',
|
|
|
|
},
|
2022-09-09 23:37:39 +03:00
|
|
|
'src/tests/restricted_traces/botworld_adventure': {
|
|
|
|
'packages': [
|
|
|
|
{
|
|
|
|
'package': 'angle/traces/botworld_adventure',
|
|
|
|
'version': 'version:1',
|
|
|
|
},
|
|
|
|
],
|
|
|
|
'dep_type': 'cipd',
|
|
|
|
'condition': 'checkout_angle_restricted_traces',
|
|
|
|
},
|
2021-03-30 00:31:52 +03:00
|
|
|
'src/tests/restricted_traces/brawl_stars': {
|
|
|
|
'packages': [
|
|
|
|
{
|
|
|
|
'package': 'angle/traces/brawl_stars',
|
2021-07-09 20:02:08 +03:00
|
|
|
'version': 'version:5',
|
2021-03-30 00:31:52 +03:00
|
|
|
},
|
|
|
|
],
|
|
|
|
'dep_type': 'cipd',
|
2021-04-13 20:23:26 +03:00
|
|
|
'condition': 'checkout_angle_restricted_traces',
|
2021-03-30 00:31:52 +03:00
|
|
|
},
|
2021-06-28 04:28:28 +03:00
|
|
|
'src/tests/restricted_traces/bricks_breaker_quest': {
|
|
|
|
'packages': [
|
|
|
|
{
|
|
|
|
'package': 'angle/traces/bricks_breaker_quest',
|
2021-07-09 20:02:08 +03:00
|
|
|
'version': 'version:5',
|
2021-06-28 04:28:28 +03:00
|
|
|
},
|
|
|
|
],
|
|
|
|
'dep_type': 'cipd',
|
|
|
|
'condition': 'checkout_angle_restricted_traces',
|
|
|
|
},
|
2022-05-19 07:38:12 +03:00
|
|
|
'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',
|
|
|
|
},
|
2021-04-08 19:51:28 +03:00
|
|
|
'src/tests/restricted_traces/bubble_shooter': {
|
|
|
|
'packages': [
|
|
|
|
{
|
|
|
|
'package': 'angle/traces/bubble_shooter',
|
2021-07-09 20:02:08 +03:00
|
|
|
'version': 'version:5',
|
2021-04-08 19:51:28 +03:00
|
|
|
},
|
|
|
|
],
|
|
|
|
'dep_type': 'cipd',
|
2021-04-13 20:23:26 +03:00
|
|
|
'condition': 'checkout_angle_restricted_traces',
|
2021-04-08 19:51:28 +03:00
|
|
|
},
|
2021-03-30 00:31:52 +03:00
|
|
|
'src/tests/restricted_traces/bus_simulator_indonesia': {
|
|
|
|
'packages': [
|
|
|
|
{
|
|
|
|
'package': 'angle/traces/bus_simulator_indonesia',
|
2021-07-09 20:02:08 +03:00
|
|
|
'version': 'version:5',
|
2021-03-30 00:31:52 +03:00
|
|
|
},
|
|
|
|
],
|
|
|
|
'dep_type': 'cipd',
|
2021-04-13 20:23:26 +03:00
|
|
|
'condition': 'checkout_angle_restricted_traces',
|
2021-03-30 00:31:52 +03:00
|
|
|
},
|
2021-04-08 22:10:29 +03:00
|
|
|
'src/tests/restricted_traces/call_break_offline_card_game': {
|
|
|
|
'packages': [
|
|
|
|
{
|
|
|
|
'package': 'angle/traces/call_break_offline_card_game',
|
2021-07-09 20:02:08 +03:00
|
|
|
'version': 'version:5',
|
2021-04-08 22:10:29 +03:00
|
|
|
},
|
|
|
|
],
|
|
|
|
'dep_type': 'cipd',
|
2021-04-13 20:23:26 +03:00
|
|
|
'condition': 'checkout_angle_restricted_traces',
|
2021-04-08 22:10:29 +03:00
|
|
|
},
|
2021-03-30 00:31:52 +03:00
|
|
|
'src/tests/restricted_traces/candy_crush_500': {
|
|
|
|
'packages': [
|
|
|
|
{
|
|
|
|
'package': 'angle/traces/candy_crush_500',
|
2021-07-09 20:02:08 +03:00
|
|
|
'version': 'version:5',
|
2021-03-30 00:31:52 +03:00
|
|
|
},
|
|
|
|
],
|
|
|
|
'dep_type': 'cipd',
|
2021-04-13 20:23:26 +03:00
|
|
|
'condition': 'checkout_angle_restricted_traces',
|
2021-03-30 00:31:52 +03:00
|
|
|
},
|
2021-04-26 04:54:32 +03:00
|
|
|
'src/tests/restricted_traces/candy_crush_soda_saga': {
|
|
|
|
'packages': [
|
|
|
|
{
|
|
|
|
'package': 'angle/traces/candy_crush_soda_saga',
|
2021-07-09 20:02:08 +03:00
|
|
|
'version': 'version:5',
|
2021-04-26 04:54:32 +03:00
|
|
|
},
|
|
|
|
],
|
|
|
|
'dep_type': 'cipd',
|
|
|
|
'condition': 'checkout_angle_restricted_traces',
|
|
|
|
},
|
2022-03-30 22:42:38 +03:00
|
|
|
'src/tests/restricted_traces/car_chase': {
|
|
|
|
'packages': [
|
|
|
|
{
|
|
|
|
'package': 'angle/traces/car_chase',
|
|
|
|
'version': 'version:1',
|
|
|
|
},
|
|
|
|
],
|
|
|
|
'dep_type': 'cipd',
|
|
|
|
'condition': 'checkout_angle_restricted_traces',
|
|
|
|
},
|
2021-03-30 00:31:52 +03:00
|
|
|
'src/tests/restricted_traces/car_parking_multiplayer': {
|
|
|
|
'packages': [
|
|
|
|
{
|
|
|
|
'package': 'angle/traces/car_parking_multiplayer',
|
2021-07-09 20:02:08 +03:00
|
|
|
'version': 'version:5',
|
2021-03-30 00:31:52 +03:00
|
|
|
},
|
|
|
|
],
|
|
|
|
'dep_type': 'cipd',
|
2021-04-13 20:23:26 +03:00
|
|
|
'condition': 'checkout_angle_restricted_traces',
|
2021-03-30 00:31:52 +03:00
|
|
|
},
|
2022-03-01 02:40:57 +03:00
|
|
|
'src/tests/restricted_traces/castlevania_sotn': {
|
|
|
|
'packages': [
|
|
|
|
{
|
|
|
|
'package': 'angle/traces/castlevania_sotn',
|
|
|
|
'version': 'version:1',
|
|
|
|
},
|
|
|
|
],
|
|
|
|
'dep_type': 'cipd',
|
|
|
|
'condition': 'checkout_angle_restricted_traces',
|
|
|
|
},
|
2023-01-02 03:41:33 +03:00
|
|
|
'src/tests/restricted_traces/catalyst_black': {
|
|
|
|
'packages': [
|
|
|
|
{
|
|
|
|
'package': 'angle/traces/catalyst_black',
|
|
|
|
'version': 'version:1',
|
|
|
|
},
|
|
|
|
],
|
|
|
|
'dep_type': 'cipd',
|
|
|
|
'condition': 'checkout_angle_restricted_traces',
|
|
|
|
},
|
2021-03-30 00:31:52 +03:00
|
|
|
'src/tests/restricted_traces/clash_of_clans': {
|
|
|
|
'packages': [
|
|
|
|
{
|
|
|
|
'package': 'angle/traces/clash_of_clans',
|
2021-07-09 20:02:08 +03:00
|
|
|
'version': 'version:5',
|
2021-03-30 00:31:52 +03:00
|
|
|
},
|
|
|
|
],
|
|
|
|
'dep_type': 'cipd',
|
2021-04-13 20:23:26 +03:00
|
|
|
'condition': 'checkout_angle_restricted_traces',
|
2021-03-30 00:31:52 +03:00
|
|
|
},
|
|
|
|
'src/tests/restricted_traces/clash_royale': {
|
|
|
|
'packages': [
|
|
|
|
{
|
|
|
|
'package': 'angle/traces/clash_royale',
|
2021-07-09 20:02:08 +03:00
|
|
|
'version': 'version:5',
|
2021-03-30 00:31:52 +03:00
|
|
|
},
|
|
|
|
],
|
|
|
|
'dep_type': 'cipd',
|
2021-04-13 20:23:26 +03:00
|
|
|
'condition': 'checkout_angle_restricted_traces',
|
2021-03-30 00:31:52 +03:00
|
|
|
},
|
|
|
|
'src/tests/restricted_traces/cod_mobile': {
|
|
|
|
'packages': [
|
|
|
|
{
|
|
|
|
'package': 'angle/traces/cod_mobile',
|
2021-07-09 20:02:08 +03:00
|
|
|
'version': 'version:5',
|
2021-03-30 00:31:52 +03:00
|
|
|
},
|
|
|
|
],
|
|
|
|
'dep_type': 'cipd',
|
2021-04-13 20:23:26 +03:00
|
|
|
'condition': 'checkout_angle_restricted_traces',
|
2021-03-30 00:31:52 +03:00
|
|
|
},
|
|
|
|
'src/tests/restricted_traces/coin_master': {
|
|
|
|
'packages': [
|
|
|
|
{
|
|
|
|
'package': 'angle/traces/coin_master',
|
2021-07-09 20:02:08 +03:00
|
|
|
'version': 'version:5',
|
2021-03-30 00:31:52 +03:00
|
|
|
},
|
|
|
|
],
|
|
|
|
'dep_type': 'cipd',
|
2021-04-13 20:23:26 +03:00
|
|
|
'condition': 'checkout_angle_restricted_traces',
|
2021-03-30 00:31:52 +03:00
|
|
|
},
|
2021-04-20 02:53:19 +03:00
|
|
|
'src/tests/restricted_traces/command_and_conquer_rivals': {
|
|
|
|
'packages': [
|
|
|
|
{
|
|
|
|
'package': 'angle/traces/command_and_conquer_rivals',
|
2021-07-09 20:02:08 +03:00
|
|
|
'version': 'version:5',
|
2021-04-20 02:53:19 +03:00
|
|
|
},
|
|
|
|
],
|
|
|
|
'dep_type': 'cipd',
|
|
|
|
'condition': 'checkout_angle_restricted_traces',
|
|
|
|
},
|
2021-06-01 05:48:29 +03:00
|
|
|
'src/tests/restricted_traces/cookie_run_kingdom': {
|
|
|
|
'packages': [
|
|
|
|
{
|
|
|
|
'package': 'angle/traces/cookie_run_kingdom',
|
2021-07-09 20:02:08 +03:00
|
|
|
'version': 'version:5',
|
2021-06-01 05:48:29 +03:00
|
|
|
},
|
|
|
|
],
|
|
|
|
'dep_type': 'cipd',
|
2022-01-05 15:35:23 +03:00
|
|
|
'condition': 'checkout_angle_restricted_traces',
|
|
|
|
},
|
2023-01-21 02:47:00 +03:00
|
|
|
'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',
|
|
|
|
},
|
2022-12-31 07:00:54 +03:00
|
|
|
'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',
|
|
|
|
},
|
2022-09-30 09:47:17 +03:00
|
|
|
'src/tests/restricted_traces/darkness_rises': {
|
|
|
|
'packages': [
|
|
|
|
{
|
|
|
|
'package': 'angle/traces/darkness_rises',
|
|
|
|
'version': 'version:1',
|
|
|
|
},
|
|
|
|
],
|
|
|
|
'dep_type': 'cipd',
|
|
|
|
'condition': 'checkout_angle_restricted_traces',
|
|
|
|
},
|
2022-01-05 15:35:23 +03:00
|
|
|
'src/tests/restricted_traces/dead_by_daylight': {
|
|
|
|
'packages': [
|
|
|
|
{
|
|
|
|
'package': 'angle/traces/dead_by_daylight',
|
|
|
|
'version': 'version:2',
|
|
|
|
},
|
|
|
|
],
|
|
|
|
'dep_type': 'cipd',
|
2021-06-01 05:48:29 +03:00
|
|
|
'condition': 'checkout_angle_restricted_traces',
|
|
|
|
},
|
2022-05-06 07:28:26 +03:00
|
|
|
'src/tests/restricted_traces/dead_cells': {
|
|
|
|
'packages': [
|
|
|
|
{
|
|
|
|
'package': 'angle/traces/dead_cells',
|
|
|
|
'version': 'version:1',
|
|
|
|
},
|
|
|
|
],
|
|
|
|
'dep_type': 'cipd',
|
|
|
|
'condition': 'checkout_angle_restricted_traces',
|
|
|
|
},
|
2022-02-07 02:09:24 +03:00
|
|
|
'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',
|
|
|
|
},
|
2022-11-21 01:56:42 +03:00
|
|
|
'src/tests/restricted_traces/diablo_immortal': {
|
|
|
|
'packages': [
|
|
|
|
{
|
|
|
|
'package': 'angle/traces/diablo_immortal',
|
|
|
|
'version': 'version:2',
|
|
|
|
},
|
|
|
|
],
|
|
|
|
'dep_type': 'cipd',
|
|
|
|
'condition': 'checkout_angle_restricted_traces',
|
|
|
|
},
|
2022-12-18 02:31:31 +03:00
|
|
|
'src/tests/restricted_traces/disney_mirrorverse': {
|
|
|
|
'packages': [
|
|
|
|
{
|
|
|
|
'package': 'angle/traces/disney_mirrorverse',
|
|
|
|
'version': 'version:1',
|
|
|
|
},
|
|
|
|
],
|
|
|
|
'dep_type': 'cipd',
|
|
|
|
'condition': 'checkout_angle_restricted_traces',
|
|
|
|
},
|
2021-04-08 00:05:14 +03:00
|
|
|
'src/tests/restricted_traces/disney_tsum_tsum': {
|
|
|
|
'packages': [
|
|
|
|
{
|
|
|
|
'package': 'angle/traces/disney_tsum_tsum',
|
2021-07-09 20:02:08 +03:00
|
|
|
'version': 'version:5',
|
2021-04-08 00:05:14 +03:00
|
|
|
},
|
|
|
|
],
|
|
|
|
'dep_type': 'cipd',
|
2021-04-13 20:23:26 +03:00
|
|
|
'condition': 'checkout_angle_restricted_traces',
|
2021-04-08 00:05:14 +03:00
|
|
|
},
|
2021-12-07 16:33:13 +03:00
|
|
|
'src/tests/restricted_traces/dota_underlords': {
|
|
|
|
'packages': [
|
|
|
|
{
|
|
|
|
'package': 'angle/traces/dota_underlords',
|
2021-07-09 20:02:08 +03:00
|
|
|
'version': 'version:5',
|
2021-12-07 16:33:13 +03:00
|
|
|
},
|
|
|
|
],
|
|
|
|
'dep_type': 'cipd',
|
|
|
|
'condition': 'checkout_angle_restricted_traces',
|
|
|
|
},
|
2021-05-11 13:00:05 +03:00
|
|
|
'src/tests/restricted_traces/dr_driving': {
|
|
|
|
'packages': [
|
|
|
|
{
|
|
|
|
'package': 'angle/traces/dr_driving',
|
2021-07-09 20:02:08 +03:00
|
|
|
'version': 'version:5',
|
2021-05-11 13:00:05 +03:00
|
|
|
},
|
|
|
|
],
|
|
|
|
'dep_type': 'cipd',
|
|
|
|
'condition': 'checkout_angle_restricted_traces',
|
|
|
|
},
|
2021-03-30 00:31:52 +03:00
|
|
|
'src/tests/restricted_traces/dragon_ball_legends': {
|
|
|
|
'packages': [
|
|
|
|
{
|
|
|
|
'package': 'angle/traces/dragon_ball_legends',
|
2021-07-09 20:02:08 +03:00
|
|
|
'version': 'version:5',
|
2021-03-30 00:31:52 +03:00
|
|
|
},
|
|
|
|
],
|
|
|
|
'dep_type': 'cipd',
|
2021-04-13 20:23:26 +03:00
|
|
|
'condition': 'checkout_angle_restricted_traces',
|
2021-03-30 00:31:52 +03:00
|
|
|
},
|
2022-02-06 01:43:51 +03:00
|
|
|
'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',
|
|
|
|
},
|
2021-03-30 00:31:52 +03:00
|
|
|
'src/tests/restricted_traces/dragon_raja': {
|
|
|
|
'packages': [
|
|
|
|
{
|
|
|
|
'package': 'angle/traces/dragon_raja',
|
2021-07-09 20:02:08 +03:00
|
|
|
'version': 'version:5',
|
2021-03-30 00:31:52 +03:00
|
|
|
},
|
|
|
|
],
|
|
|
|
'dep_type': 'cipd',
|
2021-04-13 20:23:26 +03:00
|
|
|
'condition': 'checkout_angle_restricted_traces',
|
2021-03-30 00:31:52 +03:00
|
|
|
},
|
2022-04-29 00:59:25 +03:00
|
|
|
'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',
|
|
|
|
},
|
2021-03-30 00:31:52 +03:00
|
|
|
'src/tests/restricted_traces/efootball_pes_2021': {
|
|
|
|
'packages': [
|
|
|
|
{
|
|
|
|
'package': 'angle/traces/efootball_pes_2021',
|
2021-07-09 20:02:08 +03:00
|
|
|
'version': 'version:5',
|
2021-03-30 00:31:52 +03:00
|
|
|
},
|
|
|
|
],
|
|
|
|
'dep_type': 'cipd',
|
2021-04-13 20:23:26 +03:00
|
|
|
'condition': 'checkout_angle_restricted_traces',
|
2021-03-30 00:31:52 +03:00
|
|
|
},
|
|
|
|
'src/tests/restricted_traces/egypt_1500': {
|
|
|
|
'packages': [
|
|
|
|
{
|
|
|
|
'package': 'angle/traces/egypt_1500',
|
2021-07-09 20:02:08 +03:00
|
|
|
'version': 'version:5',
|
2021-03-30 00:31:52 +03:00
|
|
|
},
|
|
|
|
],
|
|
|
|
'dep_type': 'cipd',
|
2021-04-13 20:23:26 +03:00
|
|
|
'condition': 'checkout_angle_restricted_traces',
|
2021-03-30 00:31:52 +03:00
|
|
|
},
|
|
|
|
'src/tests/restricted_traces/eight_ball_pool': {
|
|
|
|
'packages': [
|
|
|
|
{
|
|
|
|
'package': 'angle/traces/eight_ball_pool',
|
2021-07-09 20:02:08 +03:00
|
|
|
'version': 'version:5',
|
2021-03-30 00:31:52 +03:00
|
|
|
},
|
|
|
|
],
|
|
|
|
'dep_type': 'cipd',
|
2021-04-13 20:23:26 +03:00
|
|
|
'condition': 'checkout_angle_restricted_traces',
|
2021-03-30 00:31:52 +03:00
|
|
|
},
|
2022-09-23 00:53:39 +03:00
|
|
|
'src/tests/restricted_traces/eve_echoes': {
|
|
|
|
'packages': [
|
|
|
|
{
|
|
|
|
'package': 'angle/traces/eve_echoes',
|
|
|
|
'version': 'version:1',
|
|
|
|
},
|
|
|
|
],
|
|
|
|
'dep_type': 'cipd',
|
|
|
|
'condition': 'checkout_angle_restricted_traces',
|
|
|
|
},
|
2021-03-30 00:31:52 +03:00
|
|
|
'src/tests/restricted_traces/extreme_car_driving_simulator': {
|
|
|
|
'packages': [
|
|
|
|
{
|
|
|
|
'package': 'angle/traces/extreme_car_driving_simulator',
|
2021-07-09 20:02:08 +03:00
|
|
|
'version': 'version:5',
|
2021-03-30 00:31:52 +03:00
|
|
|
},
|
|
|
|
],
|
|
|
|
'dep_type': 'cipd',
|
2021-04-13 20:23:26 +03:00
|
|
|
'condition': 'checkout_angle_restricted_traces',
|
2021-03-30 00:31:52 +03:00
|
|
|
},
|
|
|
|
'src/tests/restricted_traces/fallout_shelter_online': {
|
|
|
|
'packages': [
|
|
|
|
{
|
|
|
|
'package': 'angle/traces/fallout_shelter_online',
|
2021-07-09 20:02:08 +03:00
|
|
|
'version': 'version:5',
|
2021-03-30 00:31:52 +03:00
|
|
|
},
|
|
|
|
],
|
|
|
|
'dep_type': 'cipd',
|
2021-04-13 20:23:26 +03:00
|
|
|
'condition': 'checkout_angle_restricted_traces',
|
2021-03-30 00:31:52 +03:00
|
|
|
},
|
2023-01-20 23:03:45 +03:00
|
|
|
'src/tests/restricted_traces/family_island': {
|
|
|
|
'packages': [
|
|
|
|
{
|
|
|
|
'package': 'angle/traces/family_island',
|
|
|
|
'version': 'version:1',
|
|
|
|
},
|
|
|
|
],
|
|
|
|
'dep_type': 'cipd',
|
|
|
|
'condition': 'checkout_angle_restricted_traces',
|
|
|
|
},
|
2021-06-30 01:40:43 +03:00
|
|
|
'src/tests/restricted_traces/farm_heroes_saga': {
|
|
|
|
'packages': [
|
|
|
|
{
|
|
|
|
'package': 'angle/traces/farm_heroes_saga',
|
2021-07-09 20:02:08 +03:00
|
|
|
'version': 'version:5',
|
2021-06-30 01:40:43 +03:00
|
|
|
},
|
|
|
|
],
|
|
|
|
'dep_type': 'cipd',
|
|
|
|
'condition': 'checkout_angle_restricted_traces',
|
|
|
|
},
|
2021-03-30 00:31:52 +03:00
|
|
|
'src/tests/restricted_traces/fate_grand_order': {
|
|
|
|
'packages': [
|
|
|
|
{
|
|
|
|
'package': 'angle/traces/fate_grand_order',
|
2021-07-09 20:02:08 +03:00
|
|
|
'version': 'version:5',
|
2021-03-30 00:31:52 +03:00
|
|
|
},
|
|
|
|
],
|
|
|
|
'dep_type': 'cipd',
|
2021-04-13 20:23:26 +03:00
|
|
|
'condition': 'checkout_angle_restricted_traces',
|
2021-03-30 00:31:52 +03:00
|
|
|
},
|
|
|
|
'src/tests/restricted_traces/fifa_mobile': {
|
|
|
|
'packages': [
|
|
|
|
{
|
|
|
|
'package': 'angle/traces/fifa_mobile',
|
2021-07-09 20:02:08 +03:00
|
|
|
'version': 'version:5',
|
2021-08-05 02:24:18 +03:00
|
|
|
},
|
|
|
|
],
|
|
|
|
'dep_type': 'cipd',
|
|
|
|
'condition': 'checkout_angle_restricted_traces',
|
|
|
|
},
|
|
|
|
'src/tests/restricted_traces/final_fantasy': {
|
|
|
|
'packages': [
|
|
|
|
{
|
|
|
|
'package': 'angle/traces/final_fantasy',
|
2021-07-09 20:02:08 +03:00
|
|
|
'version': 'version:5',
|
2021-03-30 00:31:52 +03:00
|
|
|
},
|
|
|
|
],
|
|
|
|
'dep_type': 'cipd',
|
2021-04-13 20:23:26 +03:00
|
|
|
'condition': 'checkout_angle_restricted_traces',
|
2022-02-18 14:31:31 +03:00
|
|
|
},
|
|
|
|
'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',
|
2022-03-01 19:21:20 +03:00
|
|
|
},
|
2022-03-04 17:39:40 +03:00
|
|
|
'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',
|
|
|
|
},
|
2022-03-01 19:21:20 +03:00
|
|
|
'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',
|
2021-03-30 00:31:52 +03:00
|
|
|
},
|
|
|
|
'src/tests/restricted_traces/free_fire': {
|
|
|
|
'packages': [
|
|
|
|
{
|
|
|
|
'package': 'angle/traces/free_fire',
|
2021-07-09 20:02:08 +03:00
|
|
|
'version': 'version:5',
|
2021-03-30 00:31:52 +03:00
|
|
|
},
|
|
|
|
],
|
2022-04-16 02:39:14 +03:00
|
|
|
'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',
|
|
|
|
},
|
|
|
|
],
|
2021-03-30 00:31:52 +03:00
|
|
|
'dep_type': 'cipd',
|
2021-04-13 20:23:26 +03:00
|
|
|
'condition': 'checkout_angle_restricted_traces',
|
2021-03-30 00:31:52 +03:00
|
|
|
},
|
2022-09-27 05:47:48 +03:00
|
|
|
'src/tests/restricted_traces/gacha_club': {
|
|
|
|
'packages': [
|
|
|
|
{
|
|
|
|
'package': 'angle/traces/gacha_club',
|
|
|
|
'version': 'version:1',
|
|
|
|
},
|
|
|
|
],
|
|
|
|
'dep_type': 'cipd',
|
|
|
|
'condition': 'checkout_angle_restricted_traces',
|
|
|
|
},
|
2021-04-23 22:54:18 +03:00
|
|
|
'src/tests/restricted_traces/gardenscapes': {
|
|
|
|
'packages': [
|
|
|
|
{
|
|
|
|
'package': 'angle/traces/gardenscapes',
|
2021-07-09 20:02:08 +03:00
|
|
|
'version': 'version:5',
|
2021-04-23 22:54:18 +03:00
|
|
|
},
|
|
|
|
],
|
|
|
|
'dep_type': 'cipd',
|
|
|
|
'condition': 'checkout_angle_restricted_traces',
|
|
|
|
},
|
2021-05-27 00:07:54 +03:00
|
|
|
'src/tests/restricted_traces/genshin_impact': {
|
|
|
|
'packages': [
|
|
|
|
{
|
|
|
|
'package': 'angle/traces/genshin_impact',
|
2021-07-09 20:02:08 +03:00
|
|
|
'version': 'version:5',
|
2021-05-27 00:07:54 +03:00
|
|
|
},
|
|
|
|
],
|
|
|
|
'dep_type': 'cipd',
|
|
|
|
'condition': 'checkout_angle_restricted_traces',
|
|
|
|
},
|
2021-03-30 00:31:52 +03:00
|
|
|
'src/tests/restricted_traces/google_maps': {
|
|
|
|
'packages': [
|
|
|
|
{
|
|
|
|
'package': 'angle/traces/google_maps',
|
2021-07-09 20:02:08 +03:00
|
|
|
'version': 'version:5',
|
2021-03-30 00:31:52 +03:00
|
|
|
},
|
|
|
|
],
|
|
|
|
'dep_type': 'cipd',
|
2021-04-13 20:23:26 +03:00
|
|
|
'condition': 'checkout_angle_restricted_traces',
|
2022-10-25 06:13:13 +03:00
|
|
|
},
|
|
|
|
'src/tests/restricted_traces/grimvalor': {
|
|
|
|
'packages': [
|
|
|
|
{
|
|
|
|
'package': 'angle/traces/grimvalor',
|
|
|
|
'version': 'version:1',
|
|
|
|
},
|
|
|
|
],
|
|
|
|
'dep_type': 'cipd',
|
|
|
|
'condition': 'checkout_angle_restricted_traces',
|
2021-03-30 00:31:52 +03:00
|
|
|
},
|
|
|
|
'src/tests/restricted_traces/happy_color': {
|
|
|
|
'packages': [
|
|
|
|
{
|
|
|
|
'package': 'angle/traces/happy_color',
|
2021-07-09 20:02:08 +03:00
|
|
|
'version': 'version:5',
|
2021-03-30 00:31:52 +03:00
|
|
|
},
|
|
|
|
],
|
|
|
|
'dep_type': 'cipd',
|
2021-04-13 20:23:26 +03:00
|
|
|
'condition': 'checkout_angle_restricted_traces',
|
2021-03-30 00:31:52 +03:00
|
|
|
},
|
|
|
|
'src/tests/restricted_traces/hay_day': {
|
|
|
|
'packages': [
|
|
|
|
{
|
|
|
|
'package': 'angle/traces/hay_day',
|
2021-07-09 20:02:08 +03:00
|
|
|
'version': 'version:5',
|
2021-03-30 00:31:52 +03:00
|
|
|
},
|
|
|
|
],
|
|
|
|
'dep_type': 'cipd',
|
2021-04-13 20:23:26 +03:00
|
|
|
'condition': 'checkout_angle_restricted_traces',
|
2021-03-30 00:31:52 +03:00
|
|
|
},
|
|
|
|
'src/tests/restricted_traces/hearthstone': {
|
|
|
|
'packages': [
|
|
|
|
{
|
|
|
|
'package': 'angle/traces/hearthstone',
|
2021-07-09 20:02:08 +03:00
|
|
|
'version': 'version:5',
|
2021-03-30 00:31:52 +03:00
|
|
|
},
|
|
|
|
],
|
|
|
|
'dep_type': 'cipd',
|
2021-04-13 20:23:26 +03:00
|
|
|
'condition': 'checkout_angle_restricted_traces',
|
2021-03-30 00:31:52 +03:00
|
|
|
},
|
2021-04-24 02:51:23 +03:00
|
|
|
'src/tests/restricted_traces/higgs_domino_island': {
|
|
|
|
'packages': [
|
|
|
|
{
|
|
|
|
'package': 'angle/traces/higgs_domino_island',
|
2021-07-09 20:02:08 +03:00
|
|
|
'version': 'version:5',
|
2021-04-24 02:51:23 +03:00
|
|
|
},
|
|
|
|
],
|
|
|
|
'dep_type': 'cipd',
|
|
|
|
'condition': 'checkout_angle_restricted_traces',
|
|
|
|
},
|
2021-03-30 00:31:52 +03:00
|
|
|
'src/tests/restricted_traces/hill_climb_racing': {
|
|
|
|
'packages': [
|
|
|
|
{
|
|
|
|
'package': 'angle/traces/hill_climb_racing',
|
2021-07-09 20:02:08 +03:00
|
|
|
'version': 'version:5',
|
2021-03-30 00:31:52 +03:00
|
|
|
},
|
|
|
|
],
|
|
|
|
'dep_type': 'cipd',
|
2021-04-13 20:23:26 +03:00
|
|
|
'condition': 'checkout_angle_restricted_traces',
|
2021-04-14 14:45:14 +03:00
|
|
|
},
|
2021-04-23 18:05:34 +03:00
|
|
|
'src/tests/restricted_traces/homescapes': {
|
|
|
|
'packages': [
|
|
|
|
{
|
|
|
|
'package': 'angle/traces/homescapes',
|
2021-07-09 20:02:08 +03:00
|
|
|
'version': 'version:5',
|
2021-04-23 18:05:34 +03:00
|
|
|
},
|
|
|
|
],
|
|
|
|
'dep_type': 'cipd',
|
|
|
|
'condition': 'checkout_angle_restricted_traces',
|
|
|
|
},
|
2022-11-06 08:00:51 +03:00
|
|
|
'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',
|
|
|
|
},
|
2021-04-14 14:45:14 +03:00
|
|
|
'src/tests/restricted_traces/idle_heroes': {
|
|
|
|
'packages': [
|
|
|
|
{
|
|
|
|
'package': 'angle/traces/idle_heroes',
|
2021-07-09 20:02:08 +03:00
|
|
|
'version': 'version:5',
|
2021-04-14 14:45:14 +03:00
|
|
|
},
|
|
|
|
],
|
|
|
|
'dep_type': 'cipd',
|
|
|
|
'condition': 'checkout_angle_restricted_traces',
|
2021-03-30 00:31:52 +03:00
|
|
|
},
|
2022-04-27 11:58:39 +03:00
|
|
|
'src/tests/restricted_traces/jetpack_joyride': {
|
|
|
|
'packages': [
|
|
|
|
{
|
|
|
|
'package': 'angle/traces/jetpack_joyride',
|
|
|
|
'version': 'version:1',
|
|
|
|
},
|
|
|
|
],
|
|
|
|
'dep_type': 'cipd',
|
|
|
|
'condition': 'checkout_angle_restricted_traces',
|
|
|
|
},
|
2021-03-30 00:31:52 +03:00
|
|
|
'src/tests/restricted_traces/junes_journey': {
|
|
|
|
'packages': [
|
|
|
|
{
|
|
|
|
'package': 'angle/traces/junes_journey',
|
2021-07-09 20:02:08 +03:00
|
|
|
'version': 'version:5',
|
2021-03-30 00:31:52 +03:00
|
|
|
},
|
|
|
|
],
|
|
|
|
'dep_type': 'cipd',
|
2021-04-13 20:23:26 +03:00
|
|
|
'condition': 'checkout_angle_restricted_traces',
|
2021-03-30 00:31:52 +03:00
|
|
|
},
|
|
|
|
'src/tests/restricted_traces/kartrider_rush': {
|
|
|
|
'packages': [
|
|
|
|
{
|
|
|
|
'package': 'angle/traces/kartrider_rush',
|
2021-07-09 20:02:08 +03:00
|
|
|
'version': 'version:5',
|
2021-03-30 00:31:52 +03:00
|
|
|
},
|
|
|
|
],
|
|
|
|
'dep_type': 'cipd',
|
2021-04-13 20:23:26 +03:00
|
|
|
'condition': 'checkout_angle_restricted_traces',
|
2021-03-30 00:31:52 +03:00
|
|
|
},
|
|
|
|
'src/tests/restricted_traces/klondike_adventures': {
|
|
|
|
'packages': [
|
|
|
|
{
|
|
|
|
'package': 'angle/traces/klondike_adventures',
|
2021-07-09 20:02:08 +03:00
|
|
|
'version': 'version:5',
|
2021-03-30 00:31:52 +03:00
|
|
|
},
|
|
|
|
],
|
|
|
|
'dep_type': 'cipd',
|
2022-02-07 07:18:44 +03:00
|
|
|
'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',
|
2021-04-13 20:23:26 +03:00
|
|
|
'condition': 'checkout_angle_restricted_traces',
|
2021-03-30 00:31:52 +03:00
|
|
|
},
|
|
|
|
'src/tests/restricted_traces/league_of_legends_wild_rift': {
|
|
|
|
'packages': [
|
|
|
|
{
|
|
|
|
'package': 'angle/traces/league_of_legends_wild_rift',
|
2021-07-09 20:02:08 +03:00
|
|
|
'version': 'version:5',
|
2021-03-30 00:31:52 +03:00
|
|
|
},
|
|
|
|
],
|
|
|
|
'dep_type': 'cipd',
|
2021-04-13 20:23:26 +03:00
|
|
|
'condition': 'checkout_angle_restricted_traces',
|
2021-03-30 00:31:52 +03:00
|
|
|
},
|
|
|
|
'src/tests/restricted_traces/lego_legacy': {
|
|
|
|
'packages': [
|
|
|
|
{
|
|
|
|
'package': 'angle/traces/lego_legacy',
|
2021-07-09 20:02:08 +03:00
|
|
|
'version': 'version:5',
|
2021-03-30 00:31:52 +03:00
|
|
|
},
|
|
|
|
],
|
|
|
|
'dep_type': 'cipd',
|
2021-04-13 20:23:26 +03:00
|
|
|
'condition': 'checkout_angle_restricted_traces',
|
2021-03-30 00:31:52 +03:00
|
|
|
},
|
2022-09-29 19:42:26 +03:00
|
|
|
'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',
|
|
|
|
},
|
2021-03-30 00:31:52 +03:00
|
|
|
'src/tests/restricted_traces/lineage_m': {
|
|
|
|
'packages': [
|
|
|
|
{
|
|
|
|
'package': 'angle/traces/lineage_m',
|
2021-07-09 20:02:08 +03:00
|
|
|
'version': 'version:5',
|
2021-03-30 00:31:52 +03:00
|
|
|
},
|
|
|
|
],
|
|
|
|
'dep_type': 'cipd',
|
2021-04-13 20:23:26 +03:00
|
|
|
'condition': 'checkout_angle_restricted_traces',
|
2021-03-30 00:31:52 +03:00
|
|
|
},
|
2022-02-09 06:41:01 +03:00
|
|
|
'src/tests/restricted_traces/lords_mobile': {
|
|
|
|
'packages': [
|
|
|
|
{
|
|
|
|
'package': 'angle/traces/lords_mobile',
|
|
|
|
'version': 'version:1',
|
|
|
|
},
|
|
|
|
],
|
|
|
|
'dep_type': 'cipd',
|
|
|
|
'condition': 'checkout_angle_restricted_traces',
|
|
|
|
},
|
2021-04-22 21:09:31 +03:00
|
|
|
'src/tests/restricted_traces/ludo_king': {
|
|
|
|
'packages': [
|
|
|
|
{
|
|
|
|
'package': 'angle/traces/ludo_king',
|
2021-07-09 20:02:08 +03:00
|
|
|
'version': 'version:5',
|
2021-04-22 21:09:31 +03:00
|
|
|
},
|
|
|
|
],
|
|
|
|
'dep_type': 'cipd',
|
|
|
|
'condition': 'checkout_angle_restricted_traces',
|
|
|
|
},
|
2022-08-14 06:48:33 +03:00
|
|
|
'src/tests/restricted_traces/lumino_city': {
|
|
|
|
'packages': [
|
|
|
|
{
|
|
|
|
'package': 'angle/traces/lumino_city',
|
|
|
|
'version': 'version:1',
|
|
|
|
},
|
|
|
|
],
|
|
|
|
'dep_type': 'cipd',
|
|
|
|
'condition': 'checkout_angle_restricted_traces',
|
|
|
|
},
|
2022-02-06 03:12:31 +03:00
|
|
|
'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',
|
|
|
|
},
|
2021-03-30 00:31:52 +03:00
|
|
|
'src/tests/restricted_traces/magic_tiles_3': {
|
|
|
|
'packages': [
|
|
|
|
{
|
|
|
|
'package': 'angle/traces/magic_tiles_3',
|
2021-07-09 20:02:08 +03:00
|
|
|
'version': 'version:5',
|
2021-03-30 00:31:52 +03:00
|
|
|
},
|
|
|
|
],
|
|
|
|
'dep_type': 'cipd',
|
2021-04-13 20:23:26 +03:00
|
|
|
'condition': 'checkout_angle_restricted_traces',
|
2021-03-30 00:31:52 +03:00
|
|
|
},
|
|
|
|
'src/tests/restricted_traces/manhattan_10': {
|
|
|
|
'packages': [
|
|
|
|
{
|
|
|
|
'package': 'angle/traces/manhattan_10',
|
2021-07-09 20:02:08 +03:00
|
|
|
'version': 'version:5',
|
2021-03-30 00:31:52 +03:00
|
|
|
},
|
|
|
|
],
|
|
|
|
'dep_type': 'cipd',
|
2021-04-13 20:23:26 +03:00
|
|
|
'condition': 'checkout_angle_restricted_traces',
|
2021-03-30 00:31:52 +03:00
|
|
|
},
|
|
|
|
'src/tests/restricted_traces/manhattan_31': {
|
|
|
|
'packages': [
|
|
|
|
{
|
|
|
|
'package': 'angle/traces/manhattan_31',
|
2021-07-09 20:02:08 +03:00
|
|
|
'version': 'version:5',
|
2021-03-30 00:31:52 +03:00
|
|
|
},
|
|
|
|
],
|
|
|
|
'dep_type': 'cipd',
|
2021-04-13 20:23:26 +03:00
|
|
|
'condition': 'checkout_angle_restricted_traces',
|
2021-06-26 01:06:13 +03:00
|
|
|
},
|
|
|
|
'src/tests/restricted_traces/mario_kart_tour': {
|
|
|
|
'packages': [
|
|
|
|
{
|
|
|
|
'package': 'angle/traces/mario_kart_tour',
|
2021-07-09 20:02:08 +03:00
|
|
|
'version': 'version:5',
|
2021-06-26 01:06:13 +03:00
|
|
|
},
|
|
|
|
],
|
|
|
|
'dep_type': 'cipd',
|
|
|
|
'condition': 'checkout_angle_restricted_traces',
|
2021-03-30 00:31:52 +03:00
|
|
|
},
|
|
|
|
'src/tests/restricted_traces/marvel_contest_of_champions': {
|
|
|
|
'packages': [
|
|
|
|
{
|
|
|
|
'package': 'angle/traces/marvel_contest_of_champions',
|
2021-07-09 20:02:08 +03:00
|
|
|
'version': 'version:5',
|
2021-03-30 00:31:52 +03:00
|
|
|
},
|
|
|
|
],
|
|
|
|
'dep_type': 'cipd',
|
2021-04-13 20:23:26 +03:00
|
|
|
'condition': 'checkout_angle_restricted_traces',
|
2021-03-30 00:31:52 +03:00
|
|
|
},
|
2023-01-10 05:38:42 +03:00
|
|
|
'src/tests/restricted_traces/marvel_snap': {
|
|
|
|
'packages': [
|
|
|
|
{
|
|
|
|
'package': 'angle/traces/marvel_snap',
|
|
|
|
'version': 'version:1',
|
|
|
|
},
|
|
|
|
],
|
|
|
|
'dep_type': 'cipd',
|
|
|
|
'condition': 'checkout_angle_restricted_traces',
|
|
|
|
},
|
2022-02-11 06:25:51 +03:00
|
|
|
'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',
|
|
|
|
},
|
2021-03-30 00:31:52 +03:00
|
|
|
'src/tests/restricted_traces/messenger_lite': {
|
|
|
|
'packages': [
|
|
|
|
{
|
|
|
|
'package': 'angle/traces/messenger_lite',
|
2021-07-09 20:02:08 +03:00
|
|
|
'version': 'version:5',
|
2021-03-30 00:31:52 +03:00
|
|
|
},
|
|
|
|
],
|
|
|
|
'dep_type': 'cipd',
|
2021-04-13 20:23:26 +03:00
|
|
|
'condition': 'checkout_angle_restricted_traces',
|
2021-03-30 00:31:52 +03:00
|
|
|
},
|
|
|
|
'src/tests/restricted_traces/minecraft': {
|
|
|
|
'packages': [
|
|
|
|
{
|
|
|
|
'package': 'angle/traces/minecraft',
|
2021-07-09 20:02:08 +03:00
|
|
|
'version': 'version:5',
|
2021-03-30 00:31:52 +03:00
|
|
|
},
|
|
|
|
],
|
|
|
|
'dep_type': 'cipd',
|
2021-04-13 20:23:26 +03:00
|
|
|
'condition': 'checkout_angle_restricted_traces',
|
2021-03-30 00:31:52 +03:00
|
|
|
},
|
2022-11-15 01:14:37 +03:00
|
|
|
'src/tests/restricted_traces/minetest': {
|
|
|
|
'packages': [
|
|
|
|
{
|
|
|
|
'package': 'angle/traces/minetest',
|
|
|
|
'version': 'version:2',
|
|
|
|
},
|
|
|
|
],
|
|
|
|
'dep_type': 'cipd',
|
|
|
|
'condition': 'checkout_angle_restricted_traces',
|
|
|
|
},
|
2021-09-30 20:21:21 +03:00
|
|
|
'src/tests/restricted_traces/mini_world': {
|
|
|
|
'packages': [
|
|
|
|
{
|
|
|
|
'package': 'angle/traces/mini_world',
|
2021-07-09 20:02:08 +03:00
|
|
|
'version': 'version:5',
|
2021-09-30 20:21:21 +03:00
|
|
|
},
|
|
|
|
],
|
|
|
|
'dep_type': 'cipd',
|
|
|
|
'condition': 'checkout_angle_restricted_traces',
|
|
|
|
},
|
2021-03-30 00:31:52 +03:00
|
|
|
'src/tests/restricted_traces/mobile_legends': {
|
|
|
|
'packages': [
|
|
|
|
{
|
|
|
|
'package': 'angle/traces/mobile_legends',
|
2021-07-09 20:02:08 +03:00
|
|
|
'version': 'version:5',
|
2021-03-30 00:31:52 +03:00
|
|
|
},
|
|
|
|
],
|
|
|
|
'dep_type': 'cipd',
|
2021-04-13 20:23:26 +03:00
|
|
|
'condition': 'checkout_angle_restricted_traces',
|
2021-03-30 00:31:52 +03:00
|
|
|
},
|
2022-04-15 20:48:14 +03:00
|
|
|
'src/tests/restricted_traces/monster_strike': {
|
|
|
|
'packages': [
|
|
|
|
{
|
|
|
|
'package': 'angle/traces/monster_strike',
|
|
|
|
'version': 'version:1',
|
|
|
|
},
|
|
|
|
],
|
|
|
|
'dep_type': 'cipd',
|
|
|
|
'condition': 'checkout_angle_restricted_traces',
|
|
|
|
},
|
2022-05-06 08:07:09 +03:00
|
|
|
'src/tests/restricted_traces/monument_valley': {
|
|
|
|
'packages': [
|
|
|
|
{
|
|
|
|
'package': 'angle/traces/monument_valley',
|
|
|
|
'version': 'version:1',
|
|
|
|
},
|
|
|
|
],
|
|
|
|
'dep_type': 'cipd',
|
|
|
|
'condition': 'checkout_angle_restricted_traces',
|
|
|
|
},
|
2022-05-04 21:34:56 +03:00
|
|
|
'src/tests/restricted_traces/mortal_kombat': {
|
|
|
|
'packages': [
|
|
|
|
{
|
|
|
|
'package': 'angle/traces/mortal_kombat',
|
|
|
|
'version': 'version:2',
|
|
|
|
},
|
|
|
|
],
|
|
|
|
'dep_type': 'cipd',
|
|
|
|
'condition': 'checkout_angle_restricted_traces',
|
2022-12-18 06:24:13 +03:00
|
|
|
},
|
2022-12-30 07:19:29 +03:00
|
|
|
'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',
|
|
|
|
},
|
2022-12-18 06:24:13 +03:00
|
|
|
'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',
|
2022-05-04 21:34:56 +03:00
|
|
|
},
|
2021-11-19 16:17:26 +03:00
|
|
|
'src/tests/restricted_traces/my_talking_tom2': {
|
|
|
|
'packages': [
|
|
|
|
{
|
|
|
|
'package': 'angle/traces/my_talking_tom2',
|
2021-07-09 20:02:08 +03:00
|
|
|
'version': 'version:5',
|
2021-11-19 16:17:26 +03:00
|
|
|
},
|
|
|
|
],
|
|
|
|
'dep_type': 'cipd',
|
|
|
|
'condition': 'checkout_angle_restricted_traces',
|
|
|
|
},
|
2021-11-19 16:24:55 +03:00
|
|
|
'src/tests/restricted_traces/my_talking_tom_friends': {
|
|
|
|
'packages': [
|
|
|
|
{
|
|
|
|
'package': 'angle/traces/my_talking_tom_friends',
|
2021-07-09 20:02:08 +03:00
|
|
|
'version': 'version:5',
|
2021-11-19 16:24:55 +03:00
|
|
|
},
|
|
|
|
],
|
|
|
|
'dep_type': 'cipd',
|
|
|
|
'condition': 'checkout_angle_restricted_traces',
|
|
|
|
},
|
2021-03-30 00:31:52 +03:00
|
|
|
'src/tests/restricted_traces/nba2k20_800': {
|
|
|
|
'packages': [
|
|
|
|
{
|
|
|
|
'package': 'angle/traces/nba2k20_800',
|
2021-07-09 20:02:08 +03:00
|
|
|
'version': 'version:5',
|
2021-03-30 00:31:52 +03:00
|
|
|
},
|
|
|
|
],
|
|
|
|
'dep_type': 'cipd',
|
2021-04-13 20:23:26 +03:00
|
|
|
'condition': 'checkout_angle_restricted_traces',
|
2021-03-30 00:31:52 +03:00
|
|
|
},
|
2022-08-01 06:01:31 +03:00
|
|
|
'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',
|
|
|
|
},
|
2021-09-09 16:29:13 +03:00
|
|
|
'src/tests/restricted_traces/nier_reincarnation': {
|
|
|
|
'packages': [
|
|
|
|
{
|
|
|
|
'package': 'angle/traces/nier_reincarnation',
|
2021-07-09 20:02:08 +03:00
|
|
|
'version': 'version:5',
|
2021-09-09 16:29:13 +03:00
|
|
|
},
|
|
|
|
],
|
|
|
|
'dep_type': 'cipd',
|
|
|
|
'condition': 'checkout_angle_restricted_traces',
|
|
|
|
},
|
2022-08-02 17:52:06 +03:00
|
|
|
'src/tests/restricted_traces/octopath_traveler': {
|
|
|
|
'packages': [
|
|
|
|
{
|
|
|
|
'package': 'angle/traces/octopath_traveler',
|
|
|
|
'version': 'version:1',
|
|
|
|
},
|
|
|
|
],
|
|
|
|
'dep_type': 'cipd',
|
|
|
|
'condition': 'checkout_angle_restricted_traces',
|
|
|
|
},
|
2021-03-30 00:31:52 +03:00
|
|
|
'src/tests/restricted_traces/one_punch_man': {
|
|
|
|
'packages': [
|
|
|
|
{
|
|
|
|
'package': 'angle/traces/one_punch_man',
|
2021-07-09 20:02:08 +03:00
|
|
|
'version': 'version:5',
|
2021-03-30 00:31:52 +03:00
|
|
|
},
|
|
|
|
],
|
|
|
|
'dep_type': 'cipd',
|
2021-04-13 20:23:26 +03:00
|
|
|
'condition': 'checkout_angle_restricted_traces',
|
2021-03-30 00:31:52 +03:00
|
|
|
},
|
|
|
|
'src/tests/restricted_traces/plants_vs_zombies_2': {
|
|
|
|
'packages': [
|
|
|
|
{
|
|
|
|
'package': 'angle/traces/plants_vs_zombies_2',
|
2021-07-09 20:02:08 +03:00
|
|
|
'version': 'version:5',
|
2021-04-07 18:30:17 +03:00
|
|
|
},
|
|
|
|
],
|
|
|
|
'dep_type': 'cipd',
|
2021-04-13 20:23:26 +03:00
|
|
|
'condition': 'checkout_angle_restricted_traces',
|
2021-04-07 18:30:17 +03:00
|
|
|
},
|
2022-12-15 06:10:44 +03:00
|
|
|
'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',
|
|
|
|
},
|
2021-05-14 00:52:14 +03:00
|
|
|
'src/tests/restricted_traces/pokemon_go': {
|
|
|
|
'packages': [
|
|
|
|
{
|
|
|
|
'package': 'angle/traces/pokemon_go',
|
2021-07-09 20:02:08 +03:00
|
|
|
'version': 'version:5',
|
2021-05-14 00:52:14 +03:00
|
|
|
},
|
|
|
|
],
|
|
|
|
'dep_type': 'cipd',
|
|
|
|
'condition': 'checkout_angle_restricted_traces',
|
|
|
|
},
|
2021-10-03 06:55:34 +03:00
|
|
|
'src/tests/restricted_traces/pokemon_unite': {
|
|
|
|
'packages': [
|
|
|
|
{
|
|
|
|
'package': 'angle/traces/pokemon_unite',
|
2021-07-09 20:02:08 +03:00
|
|
|
'version': 'version:5',
|
2021-10-03 06:55:34 +03:00
|
|
|
},
|
|
|
|
],
|
|
|
|
'dep_type': 'cipd',
|
|
|
|
'condition': 'checkout_angle_restricted_traces',
|
|
|
|
},
|
2022-12-31 03:10:37 +03:00
|
|
|
'src/tests/restricted_traces/portal_knights': {
|
|
|
|
'packages': [
|
|
|
|
{
|
|
|
|
'package': 'angle/traces/portal_knights',
|
|
|
|
'version': 'version:1',
|
|
|
|
},
|
|
|
|
],
|
|
|
|
'dep_type': 'cipd',
|
|
|
|
'condition': 'checkout_angle_restricted_traces',
|
|
|
|
},
|
2021-04-07 18:30:17 +03:00
|
|
|
'src/tests/restricted_traces/professional_baseball_spirits': {
|
|
|
|
'packages': [
|
|
|
|
{
|
|
|
|
'package': 'angle/traces/professional_baseball_spirits',
|
2021-07-09 20:02:08 +03:00
|
|
|
'version': 'version:5',
|
2021-03-30 00:31:52 +03:00
|
|
|
},
|
|
|
|
],
|
|
|
|
'dep_type': 'cipd',
|
2021-04-13 20:23:26 +03:00
|
|
|
'condition': 'checkout_angle_restricted_traces',
|
2021-03-30 00:31:52 +03:00
|
|
|
},
|
2021-08-04 18:13:33 +03:00
|
|
|
'src/tests/restricted_traces/pubg_mobile_battle_royale': {
|
|
|
|
'packages': [
|
|
|
|
{
|
|
|
|
'package': 'angle/traces/pubg_mobile_battle_royale',
|
2021-07-09 20:02:08 +03:00
|
|
|
'version': 'version:5',
|
2021-08-04 18:13:33 +03:00
|
|
|
},
|
|
|
|
],
|
|
|
|
'dep_type': 'cipd',
|
|
|
|
'condition': 'checkout_angle_restricted_traces',
|
|
|
|
},
|
2021-12-24 05:36:44 +03:00
|
|
|
'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',
|
|
|
|
},
|
2021-03-30 00:31:52 +03:00
|
|
|
'src/tests/restricted_traces/pubg_mobile_lite': {
|
|
|
|
'packages': [
|
|
|
|
{
|
|
|
|
'package': 'angle/traces/pubg_mobile_lite',
|
2021-07-09 20:02:08 +03:00
|
|
|
'version': 'version:5',
|
2021-03-30 00:31:52 +03:00
|
|
|
},
|
|
|
|
],
|
|
|
|
'dep_type': 'cipd',
|
2021-04-13 20:23:26 +03:00
|
|
|
'condition': 'checkout_angle_restricted_traces',
|
2021-03-30 00:31:52 +03:00
|
|
|
},
|
2021-08-04 18:02:30 +03:00
|
|
|
'src/tests/restricted_traces/pubg_mobile_skydive': {
|
|
|
|
'packages': [
|
|
|
|
{
|
|
|
|
'package': 'angle/traces/pubg_mobile_skydive',
|
2021-07-09 20:02:08 +03:00
|
|
|
'version': 'version:5',
|
2021-08-04 18:02:30 +03:00
|
|
|
},
|
|
|
|
],
|
|
|
|
'dep_type': 'cipd',
|
|
|
|
'condition': 'checkout_angle_restricted_traces',
|
|
|
|
},
|
2022-05-06 18:42:00 +03:00
|
|
|
'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',
|
|
|
|
},
|
2021-03-30 00:31:52 +03:00
|
|
|
'src/tests/restricted_traces/ragnarok_m_eternal_love': {
|
|
|
|
'packages': [
|
|
|
|
{
|
|
|
|
'package': 'angle/traces/ragnarok_m_eternal_love',
|
2021-07-09 20:02:08 +03:00
|
|
|
'version': 'version:5',
|
2021-03-30 00:31:52 +03:00
|
|
|
},
|
|
|
|
],
|
|
|
|
'dep_type': 'cipd',
|
2021-04-13 20:23:26 +03:00
|
|
|
'condition': 'checkout_angle_restricted_traces',
|
2021-03-30 00:31:52 +03:00
|
|
|
},
|
|
|
|
'src/tests/restricted_traces/raid_shadow_legends': {
|
|
|
|
'packages': [
|
|
|
|
{
|
|
|
|
'package': 'angle/traces/raid_shadow_legends',
|
2021-07-09 20:02:08 +03:00
|
|
|
'version': 'version:5',
|
2021-03-30 00:31:52 +03:00
|
|
|
},
|
|
|
|
],
|
|
|
|
'dep_type': 'cipd',
|
2021-04-13 20:23:26 +03:00
|
|
|
'condition': 'checkout_angle_restricted_traces',
|
2021-03-30 00:31:52 +03:00
|
|
|
},
|
|
|
|
'src/tests/restricted_traces/real_commando_secret_mission': {
|
|
|
|
'packages': [
|
|
|
|
{
|
|
|
|
'package': 'angle/traces/real_commando_secret_mission',
|
2021-07-09 20:02:08 +03:00
|
|
|
'version': 'version:5',
|
2021-03-30 00:31:52 +03:00
|
|
|
},
|
|
|
|
],
|
|
|
|
'dep_type': 'cipd',
|
2021-04-13 20:23:26 +03:00
|
|
|
'condition': 'checkout_angle_restricted_traces',
|
2021-03-30 00:31:52 +03:00
|
|
|
},
|
|
|
|
'src/tests/restricted_traces/real_cricket_20': {
|
|
|
|
'packages': [
|
|
|
|
{
|
|
|
|
'package': 'angle/traces/real_cricket_20',
|
2021-07-09 20:02:08 +03:00
|
|
|
'version': 'version:5',
|
2021-03-30 00:31:52 +03:00
|
|
|
},
|
|
|
|
],
|
|
|
|
'dep_type': 'cipd',
|
2021-04-13 20:23:26 +03:00
|
|
|
'condition': 'checkout_angle_restricted_traces',
|
2021-03-30 00:31:52 +03:00
|
|
|
},
|
|
|
|
'src/tests/restricted_traces/real_gangster_crime': {
|
|
|
|
'packages': [
|
|
|
|
{
|
|
|
|
'package': 'angle/traces/real_gangster_crime',
|
2021-07-09 20:02:08 +03:00
|
|
|
'version': 'version:5',
|
2021-03-30 00:31:52 +03:00
|
|
|
},
|
|
|
|
],
|
|
|
|
'dep_type': 'cipd',
|
2021-04-13 20:23:26 +03:00
|
|
|
'condition': 'checkout_angle_restricted_traces',
|
2021-03-30 00:31:52 +03:00
|
|
|
},
|
2022-02-15 16:59:03 +03:00
|
|
|
'src/tests/restricted_traces/real_racing3': {
|
|
|
|
'packages': [
|
|
|
|
{
|
|
|
|
'package': 'angle/traces/real_racing3',
|
|
|
|
'version': 'version:1',
|
|
|
|
},
|
|
|
|
],
|
|
|
|
'dep_type': 'cipd',
|
|
|
|
'condition': 'checkout_angle_restricted_traces',
|
|
|
|
},
|
2022-01-05 15:13:30 +03:00
|
|
|
'src/tests/restricted_traces/respawnables': {
|
|
|
|
'packages': [
|
|
|
|
{
|
|
|
|
'package': 'angle/traces/respawnables',
|
|
|
|
'version': 'version:1',
|
|
|
|
},
|
|
|
|
],
|
|
|
|
'dep_type': 'cipd',
|
|
|
|
'condition': 'checkout_angle_restricted_traces',
|
|
|
|
},
|
2021-03-30 00:31:52 +03:00
|
|
|
'src/tests/restricted_traces/rise_of_kingdoms': {
|
|
|
|
'packages': [
|
|
|
|
{
|
|
|
|
'package': 'angle/traces/rise_of_kingdoms',
|
2021-07-09 20:02:08 +03:00
|
|
|
'version': 'version:5',
|
2021-03-30 00:31:52 +03:00
|
|
|
},
|
|
|
|
],
|
|
|
|
'dep_type': 'cipd',
|
2021-04-13 20:23:26 +03:00
|
|
|
'condition': 'checkout_angle_restricted_traces',
|
2021-03-30 00:31:52 +03:00
|
|
|
},
|
|
|
|
'src/tests/restricted_traces/romancing_saga': {
|
|
|
|
'packages': [
|
|
|
|
{
|
|
|
|
'package': 'angle/traces/romancing_saga',
|
2021-07-09 20:02:08 +03:00
|
|
|
'version': 'version:5',
|
2021-03-30 00:31:52 +03:00
|
|
|
},
|
|
|
|
],
|
|
|
|
'dep_type': 'cipd',
|
2021-04-13 20:23:26 +03:00
|
|
|
'condition': 'checkout_angle_restricted_traces',
|
2021-03-30 00:31:52 +03:00
|
|
|
},
|
|
|
|
'src/tests/restricted_traces/rope_hero_vice_town': {
|
|
|
|
'packages': [
|
|
|
|
{
|
|
|
|
'package': 'angle/traces/rope_hero_vice_town',
|
2021-07-09 20:02:08 +03:00
|
|
|
'version': 'version:5',
|
2021-03-30 00:31:52 +03:00
|
|
|
},
|
|
|
|
],
|
|
|
|
'dep_type': 'cipd',
|
2021-04-13 20:23:26 +03:00
|
|
|
'condition': 'checkout_angle_restricted_traces',
|
2021-03-30 00:31:52 +03:00
|
|
|
},
|
2023-01-20 21:34:55 +03:00
|
|
|
'src/tests/restricted_traces/royal_match': {
|
|
|
|
'packages': [
|
|
|
|
{
|
|
|
|
'package': 'angle/traces/royal_match',
|
|
|
|
'version': 'version:1',
|
|
|
|
},
|
|
|
|
],
|
|
|
|
'dep_type': 'cipd',
|
|
|
|
'condition': 'checkout_angle_restricted_traces',
|
|
|
|
},
|
2022-06-01 11:30:18 +03:00
|
|
|
'src/tests/restricted_traces/rush_royale': {
|
|
|
|
'packages': [
|
|
|
|
{
|
|
|
|
'package': 'angle/traces/rush_royale',
|
|
|
|
'version': 'version:1',
|
|
|
|
},
|
|
|
|
],
|
|
|
|
'dep_type': 'cipd',
|
|
|
|
'condition': 'checkout_angle_restricted_traces',
|
|
|
|
},
|
2021-03-30 00:31:52 +03:00
|
|
|
'src/tests/restricted_traces/saint_seiya_awakening': {
|
|
|
|
'packages': [
|
|
|
|
{
|
|
|
|
'package': 'angle/traces/saint_seiya_awakening',
|
2021-07-09 20:02:08 +03:00
|
|
|
'version': 'version:5',
|
2021-03-30 00:31:52 +03:00
|
|
|
},
|
|
|
|
],
|
|
|
|
'dep_type': 'cipd',
|
2021-04-13 20:23:26 +03:00
|
|
|
'condition': 'checkout_angle_restricted_traces',
|
2021-03-30 00:31:52 +03:00
|
|
|
},
|
2021-05-18 08:16:59 +03:00
|
|
|
'src/tests/restricted_traces/sakura_school_simulator': {
|
|
|
|
'packages': [
|
|
|
|
{
|
|
|
|
'package': 'angle/traces/sakura_school_simulator',
|
2021-07-09 20:02:08 +03:00
|
|
|
'version': 'version:5',
|
2021-05-18 08:16:59 +03:00
|
|
|
},
|
|
|
|
],
|
|
|
|
'dep_type': 'cipd',
|
|
|
|
'condition': 'checkout_angle_restricted_traces',
|
|
|
|
},
|
2022-04-03 04:46:22 +03:00
|
|
|
'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',
|
|
|
|
},
|
2021-08-24 05:18:48 +03:00
|
|
|
'src/tests/restricted_traces/scrabble_go': {
|
|
|
|
'packages': [
|
|
|
|
{
|
|
|
|
'package': 'angle/traces/scrabble_go',
|
2021-07-09 20:02:08 +03:00
|
|
|
'version': 'version:5',
|
2021-08-24 05:18:48 +03:00
|
|
|
},
|
|
|
|
],
|
|
|
|
'dep_type': 'cipd',
|
|
|
|
'condition': 'checkout_angle_restricted_traces',
|
|
|
|
},
|
2021-03-30 00:31:52 +03:00
|
|
|
'src/tests/restricted_traces/shadow_fight_2': {
|
|
|
|
'packages': [
|
|
|
|
{
|
|
|
|
'package': 'angle/traces/shadow_fight_2',
|
2021-07-09 20:02:08 +03:00
|
|
|
'version': 'version:5',
|
2021-04-16 03:06:31 +03:00
|
|
|
},
|
|
|
|
],
|
|
|
|
'dep_type': 'cipd',
|
|
|
|
'condition': 'checkout_angle_restricted_traces',
|
|
|
|
},
|
2022-06-01 11:02:58 +03:00
|
|
|
'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',
|
|
|
|
},
|
2022-02-18 15:15:09 +03:00
|
|
|
'src/tests/restricted_traces/shadowgun_legends': {
|
|
|
|
'packages': [
|
|
|
|
{
|
|
|
|
'package': 'angle/traces/shadowgun_legends',
|
|
|
|
'version': 'version:1',
|
|
|
|
},
|
|
|
|
],
|
|
|
|
'dep_type': 'cipd',
|
|
|
|
'condition': 'checkout_angle_restricted_traces',
|
|
|
|
},
|
2022-09-27 06:34:22 +03:00
|
|
|
'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',
|
|
|
|
},
|
2021-04-16 03:06:31 +03:00
|
|
|
'src/tests/restricted_traces/slingshot_test1': {
|
|
|
|
'packages': [
|
|
|
|
{
|
|
|
|
'package': 'angle/traces/slingshot_test1',
|
2021-07-09 20:02:08 +03:00
|
|
|
'version': 'version:5',
|
2021-04-17 07:55:00 +03:00
|
|
|
},
|
|
|
|
],
|
|
|
|
'dep_type': 'cipd',
|
|
|
|
'condition': 'checkout_angle_restricted_traces',
|
|
|
|
},
|
|
|
|
'src/tests/restricted_traces/slingshot_test2': {
|
|
|
|
'packages': [
|
|
|
|
{
|
|
|
|
'package': 'angle/traces/slingshot_test2',
|
2021-07-09 20:02:08 +03:00
|
|
|
'version': 'version:5',
|
2021-03-30 00:31:52 +03:00
|
|
|
},
|
|
|
|
],
|
|
|
|
'dep_type': 'cipd',
|
2021-04-13 20:23:26 +03:00
|
|
|
'condition': 'checkout_angle_restricted_traces',
|
2021-03-30 00:31:52 +03:00
|
|
|
},
|
|
|
|
'src/tests/restricted_traces/sniper_3d': {
|
|
|
|
'packages': [
|
|
|
|
{
|
|
|
|
'package': 'angle/traces/sniper_3d',
|
2021-07-09 20:02:08 +03:00
|
|
|
'version': 'version:5',
|
2021-03-30 00:31:52 +03:00
|
|
|
},
|
|
|
|
],
|
|
|
|
'dep_type': 'cipd',
|
2021-04-13 20:23:26 +03:00
|
|
|
'condition': 'checkout_angle_restricted_traces',
|
2021-03-30 00:31:52 +03:00
|
|
|
},
|
2022-03-05 01:38:38 +03:00
|
|
|
'src/tests/restricted_traces/solar_smash': {
|
|
|
|
'packages': [
|
|
|
|
{
|
|
|
|
'package': 'angle/traces/solar_smash',
|
|
|
|
'version': 'version:2',
|
|
|
|
},
|
|
|
|
],
|
|
|
|
'dep_type': 'cipd',
|
|
|
|
'condition': 'checkout_angle_restricted_traces',
|
|
|
|
},
|
2022-12-16 10:32:33 +03:00
|
|
|
'src/tests/restricted_traces/sonic_forces': {
|
|
|
|
'packages': [
|
|
|
|
{
|
|
|
|
'package': 'angle/traces/sonic_forces',
|
|
|
|
'version': 'version:1',
|
|
|
|
},
|
|
|
|
],
|
|
|
|
'dep_type': 'cipd',
|
|
|
|
'condition': 'checkout_angle_restricted_traces',
|
|
|
|
},
|
2021-08-11 12:28:29 +03:00
|
|
|
'src/tests/restricted_traces/sonic_the_hedgehog': {
|
|
|
|
'packages': [
|
|
|
|
{
|
|
|
|
'package': 'angle/traces/sonic_the_hedgehog',
|
2021-07-09 20:02:08 +03:00
|
|
|
'version': 'version:5',
|
2021-08-11 12:28:29 +03:00
|
|
|
},
|
|
|
|
],
|
|
|
|
'dep_type': 'cipd',
|
2022-04-08 14:36:50 +03:00
|
|
|
'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',
|
2021-08-11 12:28:29 +03:00
|
|
|
'condition': 'checkout_angle_restricted_traces',
|
|
|
|
},
|
2021-03-30 00:31:52 +03:00
|
|
|
'src/tests/restricted_traces/standoff_2': {
|
|
|
|
'packages': [
|
|
|
|
{
|
|
|
|
'package': 'angle/traces/standoff_2',
|
2021-07-09 20:02:08 +03:00
|
|
|
'version': 'version:5',
|
2021-03-30 00:31:52 +03:00
|
|
|
},
|
|
|
|
],
|
|
|
|
'dep_type': 'cipd',
|
2021-04-13 20:23:26 +03:00
|
|
|
'condition': 'checkout_angle_restricted_traces',
|
2021-03-30 00:31:52 +03:00
|
|
|
},
|
2022-09-29 02:31:37 +03:00
|
|
|
'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',
|
|
|
|
},
|
2022-06-10 07:41:11 +03:00
|
|
|
'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',
|
|
|
|
},
|
2022-05-18 07:38:34 +03:00
|
|
|
'src/tests/restricted_traces/stardew_valley': {
|
|
|
|
'packages': [
|
|
|
|
{
|
|
|
|
'package': 'angle/traces/stardew_valley',
|
|
|
|
'version': 'version:1',
|
|
|
|
},
|
|
|
|
],
|
|
|
|
'dep_type': 'cipd',
|
|
|
|
'condition': 'checkout_angle_restricted_traces',
|
|
|
|
},
|
2022-02-15 01:55:04 +03:00
|
|
|
'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',
|
|
|
|
},
|
2021-06-01 07:23:08 +03:00
|
|
|
'src/tests/restricted_traces/subway_princess_runner': {
|
|
|
|
'packages': [
|
|
|
|
{
|
|
|
|
'package': 'angle/traces/subway_princess_runner',
|
2021-07-09 20:02:08 +03:00
|
|
|
'version': 'version:5',
|
2021-06-01 07:23:08 +03:00
|
|
|
},
|
|
|
|
],
|
|
|
|
'dep_type': 'cipd',
|
|
|
|
'condition': 'checkout_angle_restricted_traces',
|
|
|
|
},
|
2021-03-30 00:31:52 +03:00
|
|
|
'src/tests/restricted_traces/subway_surfers': {
|
|
|
|
'packages': [
|
|
|
|
{
|
|
|
|
'package': 'angle/traces/subway_surfers',
|
2021-07-09 20:02:08 +03:00
|
|
|
'version': 'version:5',
|
2021-05-11 12:27:17 +03:00
|
|
|
},
|
|
|
|
],
|
|
|
|
'dep_type': 'cipd',
|
|
|
|
'condition': 'checkout_angle_restricted_traces',
|
|
|
|
},
|
|
|
|
'src/tests/restricted_traces/summoners_war': {
|
|
|
|
'packages': [
|
|
|
|
{
|
|
|
|
'package': 'angle/traces/summoners_war',
|
2021-07-09 20:02:08 +03:00
|
|
|
'version': 'version:5',
|
2021-03-30 00:31:52 +03:00
|
|
|
},
|
|
|
|
],
|
|
|
|
'dep_type': 'cipd',
|
2021-04-13 20:23:26 +03:00
|
|
|
'condition': 'checkout_angle_restricted_traces',
|
2021-03-30 00:31:52 +03:00
|
|
|
},
|
2022-03-04 18:43:38 +03:00
|
|
|
'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',
|
|
|
|
},
|
2022-10-03 07:05:12 +03:00
|
|
|
'src/tests/restricted_traces/survivor_io': {
|
|
|
|
'packages': [
|
|
|
|
{
|
|
|
|
'package': 'angle/traces/survivor_io',
|
|
|
|
'version': 'version:1',
|
|
|
|
},
|
|
|
|
],
|
|
|
|
'dep_type': 'cipd',
|
|
|
|
'condition': 'checkout_angle_restricted_traces',
|
|
|
|
},
|
2021-03-30 00:31:52 +03:00
|
|
|
'src/tests/restricted_traces/talking_tom_hero_dash': {
|
|
|
|
'packages': [
|
|
|
|
{
|
|
|
|
'package': 'angle/traces/talking_tom_hero_dash',
|
2021-07-09 20:02:08 +03:00
|
|
|
'version': 'version:5',
|
2021-03-30 00:31:52 +03:00
|
|
|
},
|
|
|
|
],
|
|
|
|
'dep_type': 'cipd',
|
2021-04-13 20:23:26 +03:00
|
|
|
'condition': 'checkout_angle_restricted_traces',
|
2021-03-30 00:31:52 +03:00
|
|
|
},
|
|
|
|
'src/tests/restricted_traces/temple_run_2': {
|
|
|
|
'packages': [
|
|
|
|
{
|
|
|
|
'package': 'angle/traces/temple_run_2',
|
2021-07-09 20:02:08 +03:00
|
|
|
'version': 'version:5',
|
2021-03-30 00:31:52 +03:00
|
|
|
},
|
|
|
|
],
|
|
|
|
'dep_type': 'cipd',
|
2021-04-13 20:23:26 +03:00
|
|
|
'condition': 'checkout_angle_restricted_traces',
|
2021-03-30 00:31:52 +03:00
|
|
|
},
|
|
|
|
'src/tests/restricted_traces/temple_run_300': {
|
|
|
|
'packages': [
|
|
|
|
{
|
|
|
|
'package': 'angle/traces/temple_run_300',
|
2021-07-09 20:02:08 +03:00
|
|
|
'version': 'version:5',
|
2021-03-30 00:31:52 +03:00
|
|
|
},
|
|
|
|
],
|
|
|
|
'dep_type': 'cipd',
|
2021-04-13 20:23:26 +03:00
|
|
|
'condition': 'checkout_angle_restricted_traces',
|
2021-03-30 00:31:52 +03:00
|
|
|
},
|
2022-04-01 18:14:28 +03:00
|
|
|
'src/tests/restricted_traces/tessellation': {
|
|
|
|
'packages': [
|
|
|
|
{
|
|
|
|
'package': 'angle/traces/tessellation',
|
|
|
|
'version': 'version:1',
|
|
|
|
},
|
|
|
|
],
|
|
|
|
'dep_type': 'cipd',
|
|
|
|
'condition': 'checkout_angle_restricted_traces',
|
2022-10-02 06:53:14 +03:00
|
|
|
},
|
|
|
|
'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',
|
2022-10-06 12:25:31 +03:00
|
|
|
},
|
|
|
|
'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',
|
2022-04-01 18:14:28 +03:00
|
|
|
},
|
2021-06-30 06:23:21 +03:00
|
|
|
'src/tests/restricted_traces/toon_blast': {
|
|
|
|
'packages': [
|
|
|
|
{
|
|
|
|
'package': 'angle/traces/toon_blast',
|
2021-07-09 20:02:08 +03:00
|
|
|
'version': 'version:5',
|
2021-06-30 06:23:21 +03:00
|
|
|
},
|
|
|
|
],
|
|
|
|
'dep_type': 'cipd',
|
|
|
|
'condition': 'checkout_angle_restricted_traces',
|
|
|
|
},
|
2021-06-30 02:55:36 +03:00
|
|
|
'src/tests/restricted_traces/township': {
|
|
|
|
'packages': [
|
|
|
|
{
|
|
|
|
'package': 'angle/traces/township',
|
2021-07-09 20:02:08 +03:00
|
|
|
'version': 'version:5',
|
2021-06-30 02:55:36 +03:00
|
|
|
},
|
|
|
|
],
|
|
|
|
'dep_type': 'cipd',
|
|
|
|
'condition': 'checkout_angle_restricted_traces',
|
|
|
|
},
|
2021-03-30 00:31:52 +03:00
|
|
|
'src/tests/restricted_traces/trex_200': {
|
|
|
|
'packages': [
|
|
|
|
{
|
|
|
|
'package': 'angle/traces/trex_200',
|
2021-07-09 20:02:08 +03:00
|
|
|
'version': 'version:5',
|
2021-03-30 00:31:52 +03:00
|
|
|
},
|
|
|
|
],
|
2022-01-26 18:39:11 +03:00
|
|
|
'dep_type': 'cipd',
|
|
|
|
'condition': 'checkout_angle_restricted_traces',
|
|
|
|
},
|
2022-06-24 19:58:22 +03:00
|
|
|
'src/tests/restricted_traces/uber': {
|
|
|
|
'packages': [
|
|
|
|
{
|
|
|
|
'package': 'angle/traces/uber',
|
|
|
|
'version': 'version:1',
|
|
|
|
},
|
|
|
|
],
|
|
|
|
'dep_type': 'cipd',
|
|
|
|
'condition': 'checkout_angle_restricted_traces',
|
|
|
|
},
|
2022-01-26 18:39:11 +03:00
|
|
|
'src/tests/restricted_traces/war_planet_online': {
|
|
|
|
'packages': [
|
|
|
|
{
|
|
|
|
'package': 'angle/traces/war_planet_online',
|
|
|
|
'version': 'version:1',
|
|
|
|
},
|
|
|
|
],
|
2021-03-30 00:31:52 +03:00
|
|
|
'dep_type': 'cipd',
|
2021-04-13 20:23:26 +03:00
|
|
|
'condition': 'checkout_angle_restricted_traces',
|
2021-03-30 00:31:52 +03:00
|
|
|
},
|
2022-12-21 09:34:26 +03:00
|
|
|
'src/tests/restricted_traces/wayward_souls': {
|
|
|
|
'packages': [
|
|
|
|
{
|
|
|
|
'package': 'angle/traces/wayward_souls',
|
|
|
|
'version': 'version:1',
|
|
|
|
},
|
|
|
|
],
|
|
|
|
'dep_type': 'cipd',
|
|
|
|
'condition': 'checkout_angle_restricted_traces',
|
|
|
|
},
|
2021-03-30 00:31:52 +03:00
|
|
|
'src/tests/restricted_traces/whatsapp': {
|
|
|
|
'packages': [
|
|
|
|
{
|
|
|
|
'package': 'angle/traces/whatsapp',
|
2021-07-09 20:02:08 +03:00
|
|
|
'version': 'version:5',
|
2021-08-24 20:42:07 +03:00
|
|
|
},
|
|
|
|
],
|
|
|
|
'dep_type': 'cipd',
|
|
|
|
'condition': 'checkout_angle_restricted_traces',
|
|
|
|
},
|
2023-01-19 09:10:26 +03:00
|
|
|
'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',
|
|
|
|
},
|
2021-08-31 07:12:59 +03:00
|
|
|
'src/tests/restricted_traces/words_with_friends_2': {
|
|
|
|
'packages': [
|
|
|
|
{
|
|
|
|
'package': 'angle/traces/words_with_friends_2',
|
2021-07-09 20:02:08 +03:00
|
|
|
'version': 'version:5',
|
2021-08-31 07:12:59 +03:00
|
|
|
},
|
|
|
|
],
|
|
|
|
'dep_type': 'cipd',
|
|
|
|
'condition': 'checkout_angle_restricted_traces',
|
|
|
|
},
|
2021-08-24 20:42:07 +03:00
|
|
|
'src/tests/restricted_traces/wordscapes': {
|
|
|
|
'packages': [
|
|
|
|
{
|
|
|
|
'package': 'angle/traces/wordscapes',
|
2021-07-09 20:02:08 +03:00
|
|
|
'version': 'version:5',
|
2021-08-30 06:05:04 +03:00
|
|
|
},
|
|
|
|
],
|
|
|
|
'dep_type': 'cipd',
|
|
|
|
'condition': 'checkout_angle_restricted_traces',
|
|
|
|
},
|
2021-11-03 01:01:25 +03:00
|
|
|
'src/tests/restricted_traces/world_cricket_championship_2': {
|
|
|
|
'packages': [
|
|
|
|
{
|
|
|
|
'package': 'angle/traces/world_cricket_championship_2',
|
2021-07-09 20:02:08 +03:00
|
|
|
'version': 'version:5',
|
2021-11-03 01:01:25 +03:00
|
|
|
},
|
|
|
|
],
|
|
|
|
'dep_type': 'cipd',
|
|
|
|
'condition': 'checkout_angle_restricted_traces',
|
|
|
|
},
|
2021-08-30 06:05:04 +03:00
|
|
|
'src/tests/restricted_traces/world_of_kings': {
|
|
|
|
'packages': [
|
|
|
|
{
|
|
|
|
'package': 'angle/traces/world_of_kings',
|
2021-07-09 20:02:08 +03:00
|
|
|
'version': 'version:5',
|
2021-03-30 00:31:52 +03:00
|
|
|
},
|
|
|
|
],
|
|
|
|
'dep_type': 'cipd',
|
2021-04-13 20:23:26 +03:00
|
|
|
'condition': 'checkout_angle_restricted_traces',
|
2021-03-30 00:31:52 +03:00
|
|
|
},
|
|
|
|
'src/tests/restricted_traces/world_of_tanks_blitz': {
|
|
|
|
'packages': [
|
|
|
|
{
|
|
|
|
'package': 'angle/traces/world_of_tanks_blitz',
|
2021-07-09 20:02:08 +03:00
|
|
|
'version': 'version:5',
|
2021-03-30 00:31:52 +03:00
|
|
|
},
|
|
|
|
],
|
|
|
|
'dep_type': 'cipd',
|
2021-04-13 20:23:26 +03:00
|
|
|
'condition': 'checkout_angle_restricted_traces',
|
2021-03-30 00:31:52 +03:00
|
|
|
},
|
|
|
|
'src/tests/restricted_traces/world_war_doh': {
|
|
|
|
'packages': [
|
|
|
|
{
|
|
|
|
'package': 'angle/traces/world_war_doh',
|
2021-07-09 20:02:08 +03:00
|
|
|
'version': 'version:5',
|
2021-03-30 00:31:52 +03:00
|
|
|
},
|
|
|
|
],
|
|
|
|
'dep_type': 'cipd',
|
2021-04-13 20:23:26 +03:00
|
|
|
'condition': 'checkout_angle_restricted_traces',
|
2021-03-30 00:31:52 +03:00
|
|
|
},
|
|
|
|
'src/tests/restricted_traces/worms_zone_io': {
|
|
|
|
'packages': [
|
|
|
|
{
|
|
|
|
'package': 'angle/traces/worms_zone_io',
|
2021-07-09 20:02:08 +03:00
|
|
|
'version': 'version:5',
|
2021-03-30 00:31:52 +03:00
|
|
|
},
|
|
|
|
],
|
|
|
|
'dep_type': 'cipd',
|
2021-04-13 20:23:26 +03:00
|
|
|
'condition': 'checkout_angle_restricted_traces',
|
2021-03-30 00:31:52 +03:00
|
|
|
},
|
2022-09-13 12:09:51 +03:00
|
|
|
'src/tests/restricted_traces/zenonia_4': {
|
|
|
|
'packages': [
|
|
|
|
{
|
|
|
|
'package': 'angle/traces/zenonia_4',
|
|
|
|
'version': 'version:1',
|
|
|
|
},
|
|
|
|
],
|
|
|
|
'dep_type': 'cipd',
|
|
|
|
'condition': 'checkout_angle_restricted_traces',
|
|
|
|
},
|
2021-10-20 23:45:02 +03:00
|
|
|
'src/tests/restricted_traces/zillow': {
|
|
|
|
'packages': [
|
|
|
|
{
|
|
|
|
'package': 'angle/traces/zillow',
|
2021-07-09 20:02:08 +03:00
|
|
|
'version': 'version:5',
|
2021-10-20 23:45:02 +03:00
|
|
|
},
|
|
|
|
],
|
|
|
|
'dep_type': 'cipd',
|
|
|
|
'condition': 'checkout_angle_restricted_traces',
|
|
|
|
},
|
2022-09-08 22:25:22 +03:00
|
|
|
'src/tests/restricted_traces/zombie_smasher': {
|
|
|
|
'packages': [
|
|
|
|
{
|
|
|
|
'package': 'angle/traces/zombie_smasher',
|
|
|
|
'version': 'version:1',
|
|
|
|
},
|
|
|
|
],
|
|
|
|
'dep_type': 'cipd',
|
|
|
|
'condition': 'checkout_angle_restricted_traces',
|
|
|
|
},
|
2021-03-30 00:31:52 +03:00
|
|
|
# === ANGLE Restricted Trace Generated Code End ===
|
2021-04-16 02:48:36 +03:00
|
|
|
|
|
|
|
# === ANDROID_DEPS Generated Code Start ===
|
2021-04-16 10:36:31 +03:00
|
|
|
# Generated by //third_party/android_deps/fetch_all.py
|
2021-04-16 02:48:36 +03:00
|
|
|
'third_party/android_deps/libs/android_arch_core_common': {
|
|
|
|
'packages': [
|
|
|
|
{
|
|
|
|
'package': 'chromium/third_party/android_deps/libs/android_arch_core_common',
|
2022-03-08 11:11:57 +03:00
|
|
|
'version': 'version:2@1.1.1.cr1',
|
2021-04-16 02:48:36 +03:00
|
|
|
},
|
|
|
|
],
|
|
|
|
'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',
|
2022-03-08 11:11:57 +03:00
|
|
|
'version': 'version:2@1.1.1.cr1',
|
2021-04-16 02:48:36 +03:00
|
|
|
},
|
|
|
|
],
|
|
|
|
'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',
|
2022-03-08 11:11:57 +03:00
|
|
|
'version': 'version:2@1.1.1.cr1',
|
2021-04-16 02:48:36 +03:00
|
|
|
},
|
|
|
|
],
|
|
|
|
'condition': 'checkout_android and not build_with_chromium',
|
|
|
|
'dep_type': 'cipd',
|
|
|
|
},
|
|
|
|
|
|
|
|
'third_party/android_deps/libs/android_arch_lifecycle_common_java8': {
|
|
|
|
'packages': [
|
|
|
|
{
|
|
|
|
'package': 'chromium/third_party/android_deps/libs/android_arch_lifecycle_common_java8',
|
2022-03-08 11:11:57 +03:00
|
|
|
'version': 'version:2@1.1.1.cr1',
|
2021-04-16 02:48:36 +03:00
|
|
|
},
|
|
|
|
],
|
|
|
|
'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',
|
2022-03-08 11:11:57 +03:00
|
|
|
'version': 'version:2@1.1.1.cr1',
|
2021-04-16 02:48:36 +03:00
|
|
|
},
|
|
|
|
],
|
|
|
|
'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',
|
2022-03-08 11:11:57 +03:00
|
|
|
'version': 'version:2@1.1.1.cr1',
|
2021-04-16 02:48:36 +03:00
|
|
|
},
|
|
|
|
],
|
|
|
|
'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',
|
2022-03-08 11:11:57 +03:00
|
|
|
'version': 'version:2@1.1.1.cr1',
|
2021-04-16 02:48:36 +03:00
|
|
|
},
|
|
|
|
],
|
|
|
|
'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',
|
2022-03-08 11:11:57 +03:00
|
|
|
'version': 'version:2@1.1.1.cr1',
|
2021-04-16 02:48:36 +03:00
|
|
|
},
|
|
|
|
],
|
|
|
|
'condition': 'checkout_android and not build_with_chromium',
|
|
|
|
'dep_type': 'cipd',
|
|
|
|
},
|
|
|
|
|
|
|
|
'third_party/android_deps/libs/com_android_support_animated_vector_drawable': {
|
|
|
|
'packages': [
|
|
|
|
{
|
|
|
|
'package': 'chromium/third_party/android_deps/libs/com_android_support_animated_vector_drawable',
|
2022-03-08 11:11:57 +03:00
|
|
|
'version': 'version:2@28.0.0.cr1',
|
2021-04-16 02:48:36 +03:00
|
|
|
},
|
|
|
|
],
|
|
|
|
'condition': 'checkout_android and not build_with_chromium',
|
|
|
|
'dep_type': 'cipd',
|
|
|
|
},
|
|
|
|
|
|
|
|
'third_party/android_deps/libs/com_android_support_appcompat_v7': {
|
|
|
|
'packages': [
|
|
|
|
{
|
|
|
|
'package': 'chromium/third_party/android_deps/libs/com_android_support_appcompat_v7',
|
2022-03-08 11:11:57 +03:00
|
|
|
'version': 'version:2@28.0.0.cr1',
|
2021-04-16 02:48:36 +03:00
|
|
|
},
|
|
|
|
],
|
|
|
|
'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',
|
2022-03-08 11:11:57 +03:00
|
|
|
'version': 'version:2@28.0.0.cr1',
|
2021-04-16 02:48:36 +03:00
|
|
|
},
|
|
|
|
],
|
|
|
|
'condition': 'checkout_android and not build_with_chromium',
|
|
|
|
'dep_type': 'cipd',
|
|
|
|
},
|
|
|
|
|
|
|
|
'third_party/android_deps/libs/com_android_support_cardview_v7': {
|
|
|
|
'packages': [
|
|
|
|
{
|
|
|
|
'package': 'chromium/third_party/android_deps/libs/com_android_support_cardview_v7',
|
2022-03-08 11:11:57 +03:00
|
|
|
'version': 'version:2@28.0.0.cr1',
|
2021-04-16 02:48:36 +03:00
|
|
|
},
|
|
|
|
],
|
|
|
|
'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',
|
2022-03-08 11:11:57 +03:00
|
|
|
'version': 'version:2@28.0.0.cr1',
|
2021-04-16 02:48:36 +03:00
|
|
|
},
|
|
|
|
],
|
|
|
|
'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',
|
2022-03-08 11:11:57 +03:00
|
|
|
'version': 'version:2@28.0.0.cr1',
|
2021-04-16 02:48:36 +03:00
|
|
|
},
|
|
|
|
],
|
|
|
|
'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',
|
2022-03-08 11:11:57 +03:00
|
|
|
'version': 'version:2@28.0.0.cr1',
|
2021-04-16 02:48:36 +03:00
|
|
|
},
|
|
|
|
],
|
|
|
|
'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',
|
2022-03-08 11:11:57 +03:00
|
|
|
'version': 'version:2@28.0.0.cr1',
|
2021-04-16 02:48:36 +03:00
|
|
|
},
|
|
|
|
],
|
|
|
|
'condition': 'checkout_android and not build_with_chromium',
|
|
|
|
'dep_type': 'cipd',
|
|
|
|
},
|
|
|
|
|
|
|
|
'third_party/android_deps/libs/com_android_support_design': {
|
|
|
|
'packages': [
|
|
|
|
{
|
|
|
|
'package': 'chromium/third_party/android_deps/libs/com_android_support_design',
|
2022-03-08 11:11:57 +03:00
|
|
|
'version': 'version:2@28.0.0.cr1',
|
2021-04-16 02:48:36 +03:00
|
|
|
},
|
|
|
|
],
|
|
|
|
'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',
|
2022-03-08 11:11:57 +03:00
|
|
|
'version': 'version:2@28.0.0.cr1',
|
2021-04-16 02:48:36 +03:00
|
|
|
},
|
|
|
|
],
|
|
|
|
'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',
|
2022-03-08 11:11:57 +03:00
|
|
|
'version': 'version:2@28.0.0.cr1',
|
2021-04-16 02:48:36 +03:00
|
|
|
},
|
|
|
|
],
|
|
|
|
'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',
|
2022-03-08 11:11:57 +03:00
|
|
|
'version': 'version:2@28.0.0.cr1',
|
2021-04-16 02:48:36 +03:00
|
|
|
},
|
|
|
|
],
|
|
|
|
'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',
|
2022-03-08 11:11:57 +03:00
|
|
|
'version': 'version:2@28.0.0.cr1',
|
2021-04-16 02:48:36 +03:00
|
|
|
},
|
|
|
|
],
|
|
|
|
'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',
|
2022-03-08 11:11:57 +03:00
|
|
|
'version': 'version:2@28.0.0.cr1',
|
2021-04-16 02:48:36 +03:00
|
|
|
},
|
|
|
|
],
|
|
|
|
'condition': 'checkout_android and not build_with_chromium',
|
|
|
|
'dep_type': 'cipd',
|
|
|
|
},
|
|
|
|
|
|
|
|
'third_party/android_deps/libs/com_android_support_multidex': {
|
|
|
|
'packages': [
|
|
|
|
{
|
|
|
|
'package': 'chromium/third_party/android_deps/libs/com_android_support_multidex',
|
2022-03-08 11:11:57 +03:00
|
|
|
'version': 'version:2@1.0.0.cr1',
|
2021-04-16 02:48:36 +03:00
|
|
|
},
|
|
|
|
],
|
|
|
|
'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',
|
2022-03-08 11:11:57 +03:00
|
|
|
'version': 'version:2@28.0.0.cr1',
|
2021-04-16 02:48:36 +03:00
|
|
|
},
|
|
|
|
],
|
|
|
|
'condition': 'checkout_android and not build_with_chromium',
|
|
|
|
'dep_type': 'cipd',
|
|
|
|
},
|
|
|
|
|
|
|
|
'third_party/android_deps/libs/com_android_support_recyclerview_v7': {
|
|
|
|
'packages': [
|
|
|
|
{
|
|
|
|
'package': 'chromium/third_party/android_deps/libs/com_android_support_recyclerview_v7',
|
2022-03-08 11:11:57 +03:00
|
|
|
'version': 'version:2@28.0.0.cr1',
|
2021-04-16 02:48:36 +03:00
|
|
|
},
|
|
|
|
],
|
|
|
|
'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',
|
2022-03-08 11:11:57 +03:00
|
|
|
'version': 'version:2@28.0.0.cr1',
|
2021-04-16 02:48:36 +03:00
|
|
|
},
|
|
|
|
],
|
|
|
|
'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',
|
2022-03-08 11:11:57 +03:00
|
|
|
'version': 'version:2@28.0.0.cr1',
|
2021-04-16 02:48:36 +03:00
|
|
|
},
|
|
|
|
],
|
|
|
|
'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',
|
2022-03-08 11:11:57 +03:00
|
|
|
'version': 'version:2@28.0.0.cr1',
|
2021-04-16 02:48:36 +03:00
|
|
|
},
|
|
|
|
],
|
|
|
|
'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',
|
2022-03-08 11:11:57 +03:00
|
|
|
'version': 'version:2@28.0.0.cr1',
|
2021-04-16 02:48:36 +03:00
|
|
|
},
|
|
|
|
],
|
|
|
|
'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',
|
2022-03-08 11:11:57 +03:00
|
|
|
'version': 'version:2@28.0.0.cr1',
|
2021-04-16 02:48:36 +03:00
|
|
|
},
|
|
|
|
],
|
|
|
|
'condition': 'checkout_android and not build_with_chromium',
|
|
|
|
'dep_type': 'cipd',
|
|
|
|
},
|
|
|
|
|
|
|
|
'third_party/android_deps/libs/com_android_support_support_fragment': {
|
|
|
|
'packages': [
|
|
|
|
{
|
|
|
|
'package': 'chromium/third_party/android_deps/libs/com_android_support_support_fragment',
|
2022-03-08 11:11:57 +03:00
|
|
|
'version': 'version:2@28.0.0.cr1',
|
2021-04-16 02:48:36 +03:00
|
|
|
},
|
|
|
|
],
|
|
|
|
'condition': 'checkout_android and not build_with_chromium',
|
|
|
|
'dep_type': 'cipd',
|
|
|
|
},
|
|
|
|
|
|
|
|
'third_party/android_deps/libs/com_android_support_support_media_compat': {
|
|
|
|
'packages': [
|
|
|
|
{
|
|
|
|
'package': 'chromium/third_party/android_deps/libs/com_android_support_support_media_compat',
|
2022-03-08 11:11:57 +03:00
|
|
|
'version': 'version:2@28.0.0.cr1',
|
2021-04-16 02:48:36 +03:00
|
|
|
},
|
|
|
|
],
|
|
|
|
'condition': 'checkout_android and not build_with_chromium',
|
|
|
|
'dep_type': 'cipd',
|
|
|
|
},
|
|
|
|
|
|
|
|
'third_party/android_deps/libs/com_android_support_support_v4': {
|
|
|
|
'packages': [
|
|
|
|
{
|
|
|
|
'package': 'chromium/third_party/android_deps/libs/com_android_support_support_v4',
|
2022-03-08 11:11:57 +03:00
|
|
|
'version': 'version:2@28.0.0.cr1',
|
2021-04-16 02:48:36 +03:00
|
|
|
},
|
|
|
|
],
|
|
|
|
'condition': 'checkout_android and not build_with_chromium',
|
|
|
|
'dep_type': 'cipd',
|
|
|
|
},
|
|
|
|
|
|
|
|
'third_party/android_deps/libs/com_android_support_support_vector_drawable': {
|
|
|
|
'packages': [
|
|
|
|
{
|
|
|
|
'package': 'chromium/third_party/android_deps/libs/com_android_support_support_vector_drawable',
|
2022-03-08 11:11:57 +03:00
|
|
|
'version': 'version:2@28.0.0.cr1',
|
2021-04-16 02:48:36 +03:00
|
|
|
},
|
|
|
|
],
|
|
|
|
'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',
|
2022-03-08 11:11:57 +03:00
|
|
|
'version': 'version:2@28.0.0.cr1',
|
2021-04-16 02:48:36 +03:00
|
|
|
},
|
|
|
|
],
|
|
|
|
'condition': 'checkout_android and not build_with_chromium',
|
|
|
|
'dep_type': 'cipd',
|
|
|
|
},
|
|
|
|
|
|
|
|
'third_party/android_deps/libs/com_android_support_transition': {
|
|
|
|
'packages': [
|
|
|
|
{
|
|
|
|
'package': 'chromium/third_party/android_deps/libs/com_android_support_transition',
|
2022-03-08 11:11:57 +03:00
|
|
|
'version': 'version:2@28.0.0.cr1',
|
2021-04-16 02:48:36 +03:00
|
|
|
},
|
|
|
|
],
|
|
|
|
'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',
|
2022-03-08 11:11:57 +03:00
|
|
|
'version': 'version:2@28.0.0.cr1',
|
2021-04-16 02:48:36 +03:00
|
|
|
},
|
|
|
|
],
|
|
|
|
'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',
|
2022-03-08 11:11:57 +03:00
|
|
|
'version': 'version:2@28.0.0.cr1',
|
2021-04-16 02:48:36 +03:00
|
|
|
},
|
|
|
|
],
|
|
|
|
'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',
|
2022-03-08 11:11:57 +03:00
|
|
|
'version': 'version:2@30.2.0-beta01.cr1',
|
2021-04-16 02:48:36 +03:00
|
|
|
},
|
|
|
|
],
|
|
|
|
'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',
|
2022-03-08 11:11:57 +03:00
|
|
|
'version': 'version:2@30.2.0-beta01.cr1',
|
2021-04-16 02:48:36 +03:00
|
|
|
},
|
|
|
|
],
|
|
|
|
'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',
|
2022-03-08 11:11:57 +03:00
|
|
|
'version': 'version:2@30.2.0-beta01.cr1',
|
2021-04-16 02:48:36 +03:00
|
|
|
},
|
|
|
|
],
|
|
|
|
'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',
|
2022-03-08 11:11:57 +03:00
|
|
|
'version': 'version:2@2.8.8.cr1',
|
2021-04-16 02:48:36 +03:00
|
|
|
},
|
|
|
|
],
|
|
|
|
'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',
|
2022-03-08 11:11:57 +03:00
|
|
|
'version': 'version:2@1.0.cr1',
|
2021-04-16 02:48:36 +03:00
|
|
|
},
|
|
|
|
],
|
|
|
|
'condition': 'checkout_android and not build_with_chromium',
|
|
|
|
'dep_type': 'cipd',
|
|
|
|
},
|
|
|
|
|
2022-10-12 11:06:26 +03:00
|
|
|
'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',
|
|
|
|
},
|
|
|
|
|
2022-05-05 12:54:27 +03:00
|
|
|
'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',
|
2022-09-12 12:59:17 +03:00
|
|
|
'version': 'version:2@4.0.0.cr1',
|
2022-05-05 12:54:27 +03:00
|
|
|
},
|
|
|
|
],
|
|
|
|
'condition': 'checkout_android and not build_with_chromium',
|
|
|
|
'dep_type': 'cipd',
|
|
|
|
},
|
|
|
|
|
2021-04-16 02:48:36 +03:00
|
|
|
'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',
|
2022-03-08 11:11:57 +03:00
|
|
|
'version': 'version:2@2.2.1.cr1',
|
2021-04-16 02:48:36 +03:00
|
|
|
},
|
|
|
|
],
|
|
|
|
'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',
|
2022-04-29 19:23:41 +03:00
|
|
|
'version': 'version:2@20.1.0.cr1',
|
2021-04-16 02:48:36 +03:00
|
|
|
},
|
|
|
|
],
|
|
|
|
'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',
|
2022-04-29 19:23:41 +03:00
|
|
|
'version': 'version:2@18.0.1.cr1',
|
2021-04-16 02:48:36 +03:00
|
|
|
},
|
|
|
|
],
|
|
|
|
'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',
|
2022-04-29 19:23:41 +03:00
|
|
|
'version': 'version:2@18.0.2.cr1',
|
2021-04-16 02:48:36 +03:00
|
|
|
},
|
|
|
|
],
|
|
|
|
'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',
|
2022-04-29 19:23:41 +03:00
|
|
|
'version': 'version:2@18.0.1.cr1',
|
2021-04-16 02:48:36 +03:00
|
|
|
},
|
|
|
|
],
|
|
|
|
'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',
|
2022-04-29 19:23:41 +03:00
|
|
|
'version': 'version:2@18.0.1.cr1',
|
2021-04-16 02:48:36 +03:00
|
|
|
},
|
|
|
|
],
|
|
|
|
'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',
|
2022-03-08 11:11:57 +03:00
|
|
|
'version': 'version:2@17.0.0.cr1',
|
2021-04-16 02:48:36 +03:00
|
|
|
},
|
|
|
|
],
|
|
|
|
'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',
|
2022-03-08 11:11:57 +03:00
|
|
|
'version': 'version:2@17.0.0.cr1',
|
2021-04-16 02:48:36 +03:00
|
|
|
},
|
|
|
|
],
|
|
|
|
'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',
|
2022-03-08 11:11:57 +03:00
|
|
|
'version': 'version:2@17.0.0.cr1',
|
2021-04-16 02:48:36 +03:00
|
|
|
},
|
|
|
|
],
|
|
|
|
'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',
|
2022-03-08 11:11:57 +03:00
|
|
|
'version': 'version:2@16.0.0.cr1',
|
2021-04-16 02:48:36 +03:00
|
|
|
},
|
|
|
|
],
|
|
|
|
'condition': 'checkout_android and not build_with_chromium',
|
|
|
|
'dep_type': 'cipd',
|
|
|
|
},
|
|
|
|
|
|
|
|
'third_party/android_deps/libs/com_google_android_gms_play_services_fido': {
|
|
|
|
'packages': [
|
|
|
|
{
|
|
|
|
'package': 'chromium/third_party/android_deps/libs/com_google_android_gms_play_services_fido',
|
2022-03-08 11:11:57 +03:00
|
|
|
'version': 'version:2@19.0.0-beta.cr1',
|
2021-04-16 02:48:36 +03:00
|
|
|
},
|
|
|
|
],
|
|
|
|
'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',
|
2022-03-08 11:11:57 +03:00
|
|
|
'version': 'version:2@17.0.0.cr1',
|
2021-04-16 02:48:36 +03:00
|
|
|
},
|
|
|
|
],
|
|
|
|
'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',
|
2022-03-08 11:11:57 +03:00
|
|
|
'version': 'version:2@17.0.0.cr1',
|
2021-04-16 02:48:36 +03:00
|
|
|
},
|
|
|
|
],
|
|
|
|
'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',
|
2022-03-08 11:11:57 +03:00
|
|
|
'version': 'version:2@17.0.0.cr1',
|
2021-04-16 02:48:36 +03:00
|
|
|
},
|
|
|
|
],
|
|
|
|
'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',
|
2022-04-29 19:23:41 +03:00
|
|
|
'version': 'version:2@18.0.1.cr1',
|
2021-04-16 02:48:36 +03:00
|
|
|
},
|
|
|
|
],
|
|
|
|
'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',
|
2022-04-29 19:23:41 +03:00
|
|
|
'version': 'version:2@19.0.1.cr1',
|
2021-04-16 02:48:36 +03:00
|
|
|
},
|
|
|
|
],
|
|
|
|
'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',
|
2022-03-08 11:11:57 +03:00
|
|
|
'version': 'version:2@17.0.0.cr1',
|
2021-04-16 02:48:36 +03:00
|
|
|
},
|
|
|
|
],
|
|
|
|
'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',
|
2022-03-08 11:11:57 +03:00
|
|
|
'version': 'version:2@17.0.0.cr1',
|
2021-04-16 02:48:36 +03:00
|
|
|
},
|
|
|
|
],
|
|
|
|
'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',
|
2022-03-08 11:11:57 +03:00
|
|
|
'version': 'version:2@17.0.0.cr1',
|
2021-04-16 02:48:36 +03:00
|
|
|
},
|
|
|
|
],
|
|
|
|
'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',
|
2022-04-29 19:23:41 +03:00
|
|
|
'version': 'version:2@18.0.1.cr1',
|
2021-04-16 02:48:36 +03:00
|
|
|
},
|
|
|
|
],
|
|
|
|
'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',
|
2022-04-29 19:23:41 +03:00
|
|
|
'version': 'version:2@20.1.3.cr1',
|
2021-04-16 02:48:36 +03:00
|
|
|
},
|
|
|
|
],
|
|
|
|
'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',
|
2022-04-29 19:23:41 +03:00
|
|
|
'version': 'version:2@19.1.3.cr1',
|
2021-04-16 02:48:36 +03:00
|
|
|
},
|
|
|
|
],
|
|
|
|
'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',
|
2022-07-27 14:49:41 +03:00
|
|
|
'version': 'version:2@1.7.0-alpha02.cr1',
|
2021-04-16 02:48:36 +03:00
|
|
|
},
|
|
|
|
],
|
|
|
|
'condition': 'checkout_android and not build_with_chromium',
|
|
|
|
'dep_type': 'cipd',
|
|
|
|
},
|
|
|
|
|
2021-07-01 10:04:02 +03:00
|
|
|
'third_party/android_deps/libs/com_google_android_play_core': {
|
|
|
|
'packages': [
|
|
|
|
{
|
|
|
|
'package': 'chromium/third_party/android_deps/libs/com_google_android_play_core',
|
2022-03-08 11:11:57 +03:00
|
|
|
'version': 'version:2@1.10.0.cr1',
|
2021-07-01 10:04:02 +03:00
|
|
|
},
|
|
|
|
],
|
|
|
|
'condition': 'checkout_android and not build_with_chromium',
|
|
|
|
'dep_type': 'cipd',
|
|
|
|
},
|
|
|
|
|
2021-04-16 02:48:36 +03:00
|
|
|
'third_party/android_deps/libs/com_google_auto_auto_common': {
|
|
|
|
'packages': [
|
|
|
|
{
|
|
|
|
'package': 'chromium/third_party/android_deps/libs/com_google_auto_auto_common',
|
2022-03-08 11:11:57 +03:00
|
|
|
'version': 'version:2@1.2.1.cr1',
|
2021-04-16 02:48:36 +03:00
|
|
|
},
|
|
|
|
],
|
|
|
|
'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',
|
2022-03-08 11:11:57 +03:00
|
|
|
'version': 'version:2@1.0-rc6.cr1',
|
2021-04-16 02:48:36 +03:00
|
|
|
},
|
|
|
|
],
|
|
|
|
'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',
|
2022-03-08 11:11:57 +03:00
|
|
|
'version': 'version:2@1.0-rc6.cr1',
|
2021-04-16 02:48:36 +03:00
|
|
|
},
|
|
|
|
],
|
|
|
|
'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',
|
2022-03-08 11:11:57 +03:00
|
|
|
'version': 'version:2@1.9.cr1',
|
2021-04-16 02:48:36 +03:00
|
|
|
},
|
|
|
|
],
|
|
|
|
'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',
|
2022-03-08 11:11:57 +03:00
|
|
|
'version': 'version:2@3.0.2.cr1',
|
2021-04-16 02:48:36 +03:00
|
|
|
},
|
|
|
|
],
|
|
|
|
'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',
|
2022-10-12 11:06:26 +03:00
|
|
|
'version': 'version:2@2.9.0.cr1',
|
2021-04-16 02:48:36 +03:00
|
|
|
},
|
|
|
|
],
|
|
|
|
'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',
|
2022-03-08 11:11:57 +03:00
|
|
|
'version': 'version:2@2.30.cr1',
|
2021-04-16 02:48:36 +03:00
|
|
|
},
|
|
|
|
],
|
|
|
|
'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',
|
2022-03-08 11:11:57 +03:00
|
|
|
'version': 'version:2@2.30.cr1',
|
2021-04-16 02:48:36 +03:00
|
|
|
},
|
|
|
|
],
|
|
|
|
'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',
|
2022-03-08 11:11:57 +03:00
|
|
|
'version': 'version:2@2.30.cr1',
|
2021-04-16 02:48:36 +03:00
|
|
|
},
|
|
|
|
],
|
|
|
|
'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',
|
2022-03-08 11:11:57 +03:00
|
|
|
'version': 'version:2@2.30.cr1',
|
2021-04-16 02:48:36 +03:00
|
|
|
},
|
|
|
|
],
|
|
|
|
'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',
|
2022-03-08 11:11:57 +03:00
|
|
|
'version': 'version:2@2.11.0.cr1',
|
2021-04-16 02:48:36 +03:00
|
|
|
},
|
|
|
|
],
|
|
|
|
'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',
|
2022-09-12 12:59:17 +03:00
|
|
|
'version': 'version:2@2.14.0.cr1',
|
2021-04-16 02:48:36 +03:00
|
|
|
},
|
|
|
|
],
|
|
|
|
'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',
|
2022-03-08 11:11:57 +03:00
|
|
|
'version': 'version:2@2.11.0.cr1',
|
2021-04-16 02:48:36 +03:00
|
|
|
},
|
|
|
|
],
|
|
|
|
'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',
|
2022-03-08 11:11:57 +03:00
|
|
|
'version': 'version:2@2.11.0.cr1',
|
2021-04-16 02:48:36 +03:00
|
|
|
},
|
|
|
|
],
|
|
|
|
'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',
|
2022-03-08 11:11:57 +03:00
|
|
|
'version': 'version:2@2.11.0.cr1',
|
2021-04-16 02:48:36 +03:00
|
|
|
},
|
|
|
|
],
|
|
|
|
'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',
|
2022-03-08 11:11:57 +03:00
|
|
|
'version': 'version:2@9+181-r4173-1.cr1',
|
2021-04-16 02:48:36 +03:00
|
|
|
},
|
|
|
|
],
|
|
|
|
'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',
|
2022-03-08 11:11:57 +03:00
|
|
|
'version': 'version:2@9-dev-r4023-3.cr1',
|
2021-04-16 02:48:36 +03:00
|
|
|
},
|
|
|
|
],
|
|
|
|
'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',
|
2022-03-08 11:11:57 +03:00
|
|
|
'version': 'version:2@16.0.0.cr1',
|
2021-04-16 02:48:36 +03:00
|
|
|
},
|
|
|
|
],
|
|
|
|
'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',
|
2022-03-08 11:11:57 +03:00
|
|
|
'version': 'version:2@19.5.0.cr1',
|
2021-04-16 02:48:36 +03:00
|
|
|
},
|
|
|
|
],
|
|
|
|
'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',
|
2022-03-08 11:11:57 +03:00
|
|
|
'version': 'version:2@16.1.0.cr1',
|
2021-04-16 02:48:36 +03:00
|
|
|
},
|
|
|
|
],
|
|
|
|
'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',
|
2022-03-08 11:11:57 +03:00
|
|
|
'version': 'version:2@16.1.0.cr1',
|
2021-04-16 02:48:36 +03:00
|
|
|
},
|
|
|
|
],
|
|
|
|
'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',
|
2022-03-08 11:11:57 +03:00
|
|
|
'version': 'version:2@17.1.0.cr1',
|
2021-04-16 02:48:36 +03:00
|
|
|
},
|
|
|
|
],
|
|
|
|
'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',
|
2022-03-08 11:11:57 +03:00
|
|
|
'version': 'version:2@21.0.1.cr1',
|
2021-04-16 02:48:36 +03:00
|
|
|
},
|
|
|
|
],
|
|
|
|
'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',
|
2022-03-08 11:11:57 +03:00
|
|
|
'version': 'version:2@17.0.0.cr1',
|
2021-04-16 02:48:36 +03:00
|
|
|
},
|
|
|
|
],
|
|
|
|
'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',
|
2022-03-08 11:11:57 +03:00
|
|
|
'version': 'version:2@16.3.5.cr1',
|
2021-04-16 02:48:36 +03:00
|
|
|
},
|
|
|
|
],
|
|
|
|
'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',
|
2022-03-08 11:11:57 +03:00
|
|
|
'version': 'version:2@16.0.1.cr1',
|
2021-04-16 02:48:36 +03:00
|
|
|
},
|
|
|
|
],
|
|
|
|
'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',
|
2022-03-08 11:11:57 +03:00
|
|
|
'version': 'version:2@18.0.0.cr1',
|
2021-04-16 02:48:36 +03:00
|
|
|
},
|
|
|
|
],
|
|
|
|
'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',
|
2022-03-08 11:11:57 +03:00
|
|
|
'version': 'version:2@21.0.1.cr1',
|
2021-04-16 02:48:36 +03:00
|
|
|
},
|
|
|
|
],
|
|
|
|
'condition': 'checkout_android and not build_with_chromium',
|
|
|
|
'dep_type': 'cipd',
|
2021-11-15 10:00:30 +03:00
|
|
|
},
|
|
|
|
|
2021-04-16 02:48:36 +03:00
|
|
|
'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',
|
2022-03-08 11:11:57 +03:00
|
|
|
'version': 'version:2@1.5.cr1',
|
2021-04-16 02:48:36 +03:00
|
|
|
},
|
|
|
|
],
|
|
|
|
'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',
|
2022-03-08 11:11:57 +03:00
|
|
|
'version': 'version:2@1.0.1.cr1',
|
2021-04-16 02:48:36 +03:00
|
|
|
},
|
|
|
|
],
|
|
|
|
'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',
|
2022-03-08 11:11:57 +03:00
|
|
|
'version': 'version:2@31.0.1-jre.cr1',
|
2021-04-16 02:48:36 +03:00
|
|
|
},
|
|
|
|
],
|
|
|
|
'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',
|
2022-10-12 11:06:26 +03:00
|
|
|
'version': 'version:2@31.1-android.cr1',
|
2021-04-16 02:48:36 +03:00
|
|
|
},
|
|
|
|
],
|
|
|
|
'condition': 'checkout_android and not build_with_chromium',
|
|
|
|
'dep_type': 'cipd',
|
|
|
|
},
|
|
|
|
|
|
|
|
'third_party/android_deps/libs/com_google_guava_listenablefuture': {
|
|
|
|
'packages': [
|
|
|
|
{
|
|
|
|
'package': 'chromium/third_party/android_deps/libs/com_google_guava_listenablefuture',
|
2022-03-08 11:11:57 +03:00
|
|
|
'version': 'version:2@1.0.cr1',
|
2021-04-16 02:48:36 +03:00
|
|
|
},
|
|
|
|
],
|
|
|
|
'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',
|
2022-03-08 11:11:57 +03:00
|
|
|
'version': 'version:2@1.3.cr1',
|
2021-04-16 02:48:36 +03:00
|
|
|
},
|
|
|
|
],
|
|
|
|
'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',
|
2022-03-08 11:11:57 +03:00
|
|
|
'version': 'version:2@3.19.2.cr1',
|
2021-04-16 02:48:36 +03:00
|
|
|
},
|
|
|
|
],
|
|
|
|
'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',
|
2022-10-12 11:06:26 +03:00
|
|
|
'version': 'version:2@3.21.1.cr1',
|
2021-04-16 02:48:36 +03:00
|
|
|
},
|
|
|
|
],
|
|
|
|
'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',
|
2022-03-08 11:11:57 +03:00
|
|
|
'version': 'version:2@1.3.0.cr1',
|
2021-04-16 02:48:36 +03:00
|
|
|
},
|
|
|
|
],
|
|
|
|
'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',
|
2022-03-08 11:11:57 +03:00
|
|
|
'version': 'version:2@1.13.0.cr1',
|
2021-04-16 02:48:36 +03:00
|
|
|
},
|
|
|
|
],
|
|
|
|
'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',
|
2022-03-08 11:11:57 +03:00
|
|
|
'version': 'version:2@2.1.1.cr1',
|
2021-04-16 02:48:36 +03:00
|
|
|
},
|
|
|
|
],
|
|
|
|
'condition': 'checkout_android and not build_with_chromium',
|
|
|
|
'dep_type': 'cipd',
|
|
|
|
},
|
|
|
|
|
2021-06-16 06:42:27 +03:00
|
|
|
'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',
|
2022-03-08 11:11:57 +03:00
|
|
|
'version': 'version:2@4.0.cr1',
|
2021-06-16 06:42:27 +03:00
|
|
|
},
|
|
|
|
],
|
|
|
|
'condition': 'checkout_android and not build_with_chromium',
|
|
|
|
'dep_type': 'cipd',
|
|
|
|
},
|
|
|
|
|
2022-10-12 11:06:26 +03:00
|
|
|
'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',
|
|
|
|
},
|
|
|
|
|
2021-04-16 02:48:36 +03:00
|
|
|
'third_party/android_deps/libs/javax_annotation_javax_annotation_api': {
|
|
|
|
'packages': [
|
|
|
|
{
|
|
|
|
'package': 'chromium/third_party/android_deps/libs/javax_annotation_javax_annotation_api',
|
2022-03-08 11:11:57 +03:00
|
|
|
'version': 'version:2@1.3.2.cr1',
|
2021-04-16 02:48:36 +03:00
|
|
|
},
|
|
|
|
],
|
|
|
|
'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',
|
2022-03-08 11:11:57 +03:00
|
|
|
'version': 'version:2@1.0.cr1',
|
2021-04-16 02:48:36 +03:00
|
|
|
},
|
|
|
|
],
|
|
|
|
'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',
|
2022-03-08 11:11:57 +03:00
|
|
|
'version': 'version:2@1.cr1',
|
2021-04-16 02:48:36 +03:00
|
|
|
},
|
|
|
|
],
|
|
|
|
'condition': 'checkout_android and not build_with_chromium',
|
|
|
|
'dep_type': 'cipd',
|
|
|
|
},
|
|
|
|
|
2022-09-15 10:01:28 +03:00
|
|
|
'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.12.13.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.12.13.cr1',
|
|
|
|
},
|
|
|
|
],
|
|
|
|
'condition': 'checkout_android and not build_with_chromium',
|
|
|
|
'dep_type': 'cipd',
|
|
|
|
},
|
|
|
|
|
2021-04-16 02:48:36 +03:00
|
|
|
'third_party/android_deps/libs/net_ltgt_gradle_incap_incap': {
|
|
|
|
'packages': [
|
|
|
|
{
|
|
|
|
'package': 'chromium/third_party/android_deps/libs/net_ltgt_gradle_incap_incap',
|
2022-03-08 11:11:57 +03:00
|
|
|
'version': 'version:2@0.2.cr1',
|
2021-04-16 02:48:36 +03:00
|
|
|
},
|
|
|
|
],
|
|
|
|
'condition': 'checkout_android and not build_with_chromium',
|
|
|
|
'dep_type': 'cipd',
|
|
|
|
},
|
|
|
|
|
|
|
|
'third_party/android_deps/libs/net_sf_kxml_kxml2': {
|
|
|
|
'packages': [
|
|
|
|
{
|
|
|
|
'package': 'chromium/third_party/android_deps/libs/net_sf_kxml_kxml2',
|
2022-03-08 11:11:57 +03:00
|
|
|
'version': 'version:2@2.3.0.cr1',
|
2021-04-16 02:48:36 +03:00
|
|
|
},
|
|
|
|
],
|
|
|
|
'condition': 'checkout_android and not build_with_chromium',
|
|
|
|
'dep_type': 'cipd',
|
|
|
|
},
|
|
|
|
|
2022-07-07 10:01:17 +03:00
|
|
|
'third_party/android_deps/libs/org_bouncycastle_bcprov_jdk15on': {
|
|
|
|
'packages': [
|
|
|
|
{
|
|
|
|
'package': 'chromium/third_party/android_deps/libs/org_bouncycastle_bcprov_jdk15on',
|
|
|
|
'version': 'version:2@1.68.cr1',
|
|
|
|
},
|
|
|
|
],
|
|
|
|
'condition': 'checkout_android and not build_with_chromium',
|
|
|
|
'dep_type': 'cipd',
|
|
|
|
},
|
|
|
|
|
2021-04-16 02:48:36 +03:00
|
|
|
'third_party/android_deps/libs/org_ccil_cowan_tagsoup_tagsoup': {
|
|
|
|
'packages': [
|
|
|
|
{
|
|
|
|
'package': 'chromium/third_party/android_deps/libs/org_ccil_cowan_tagsoup_tagsoup',
|
2022-03-08 11:11:57 +03:00
|
|
|
'version': 'version:2@1.2.1.cr1',
|
2021-04-16 02:48:36 +03:00
|
|
|
},
|
|
|
|
],
|
|
|
|
'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',
|
2022-03-08 11:11:57 +03:00
|
|
|
'version': 'version:2@2.5.5.cr1',
|
2021-04-16 02:48:36 +03:00
|
|
|
},
|
|
|
|
],
|
|
|
|
'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',
|
2022-09-30 11:21:56 +03:00
|
|
|
'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_checker_util': {
|
|
|
|
'packages': [
|
|
|
|
{
|
|
|
|
'package': 'chromium/third_party/android_deps/libs/org_checkerframework_checker_util',
|
|
|
|
'version': 'version:2@3.25.0.cr1',
|
2021-04-16 02:48:36 +03:00
|
|
|
},
|
|
|
|
],
|
|
|
|
'condition': 'checkout_android and not build_with_chromium',
|
|
|
|
'dep_type': 'cipd',
|
|
|
|
},
|
|
|
|
|
2021-09-15 10:00:56 +03:00
|
|
|
'third_party/android_deps/libs/org_checkerframework_dataflow_errorprone': {
|
2021-04-16 02:48:36 +03:00
|
|
|
'packages': [
|
|
|
|
{
|
2021-09-15 10:00:56 +03:00
|
|
|
'package': 'chromium/third_party/android_deps/libs/org_checkerframework_dataflow_errorprone',
|
2022-03-08 11:11:57 +03:00
|
|
|
'version': 'version:2@3.15.0.cr1',
|
2021-04-16 02:48:36 +03:00
|
|
|
},
|
|
|
|
],
|
|
|
|
'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',
|
2022-10-12 11:06:26 +03:00
|
|
|
'version': 'version:2@1.21.cr1',
|
2021-04-16 02:48:36 +03:00
|
|
|
},
|
|
|
|
],
|
|
|
|
'condition': 'checkout_android and not build_with_chromium',
|
|
|
|
'dep_type': 'cipd',
|
|
|
|
},
|
|
|
|
|
2023-01-24 11:02:11 +03:00
|
|
|
'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',
|
|
|
|
},
|
|
|
|
|
2021-06-16 06:42:27 +03:00
|
|
|
'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',
|
2022-03-08 11:11:57 +03:00
|
|
|
'version': 'version:2@4.4.1.201607150455-r.cr1',
|
2021-06-16 06:42:27 +03:00
|
|
|
},
|
|
|
|
],
|
|
|
|
'condition': 'checkout_android and not build_with_chromium',
|
|
|
|
'dep_type': 'cipd',
|
|
|
|
},
|
|
|
|
|
2022-05-05 12:54:27 +03:00
|
|
|
'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',
|
|
|
|
},
|
|
|
|
|
2021-04-16 02:48:36 +03:00
|
|
|
'third_party/android_deps/libs/org_jetbrains_annotations': {
|
|
|
|
'packages': [
|
|
|
|
{
|
|
|
|
'package': 'chromium/third_party/android_deps/libs/org_jetbrains_annotations',
|
2022-03-08 11:11:57 +03:00
|
|
|
'version': 'version:2@13.0.cr1',
|
2021-04-16 02:48:36 +03:00
|
|
|
},
|
|
|
|
],
|
|
|
|
'condition': 'checkout_android and not build_with_chromium',
|
|
|
|
'dep_type': 'cipd',
|
|
|
|
},
|
|
|
|
|
|
|
|
'third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib': {
|
|
|
|
'packages': [
|
|
|
|
{
|
|
|
|
'package': 'chromium/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib',
|
2023-01-20 11:27:14 +03:00
|
|
|
'version': 'version:2@1.8.0.cr1',
|
2021-04-16 02:48:36 +03:00
|
|
|
},
|
|
|
|
],
|
|
|
|
'condition': 'checkout_android and not build_with_chromium',
|
|
|
|
'dep_type': 'cipd',
|
|
|
|
},
|
|
|
|
|
|
|
|
'third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_common': {
|
|
|
|
'packages': [
|
|
|
|
{
|
|
|
|
'package': 'chromium/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_common',
|
2023-01-20 11:27:14 +03:00
|
|
|
'version': 'version:2@1.8.0.cr1',
|
2021-04-30 11:20:35 +03:00
|
|
|
},
|
|
|
|
],
|
|
|
|
'condition': 'checkout_android and not build_with_chromium',
|
|
|
|
'dep_type': 'cipd',
|
|
|
|
},
|
|
|
|
|
2021-06-28 10:01:45 +03:00
|
|
|
'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',
|
2023-01-20 11:27:14 +03:00
|
|
|
'version': 'version:2@1.8.0.cr1',
|
2021-06-28 10:01:45 +03:00
|
|
|
},
|
|
|
|
],
|
|
|
|
'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',
|
2023-01-20 11:27:14 +03:00
|
|
|
'version': 'version:2@1.8.0.cr1',
|
2021-06-28 10:01:45 +03:00
|
|
|
},
|
|
|
|
],
|
|
|
|
'condition': 'checkout_android and not build_with_chromium',
|
|
|
|
'dep_type': 'cipd',
|
|
|
|
},
|
|
|
|
|
2021-04-30 11:20:35 +03:00
|
|
|
'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',
|
2022-04-13 10:19:36 +03:00
|
|
|
'version': 'version:2@1.6.1.cr1',
|
2021-04-30 11:20:35 +03:00
|
|
|
},
|
|
|
|
],
|
|
|
|
'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',
|
2022-04-13 10:19:36 +03:00
|
|
|
'version': 'version:2@1.6.1.cr1',
|
2021-04-16 02:48:36 +03:00
|
|
|
},
|
|
|
|
],
|
|
|
|
'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',
|
2022-03-08 11:11:57 +03:00
|
|
|
'version': 'version:2@0.1.0.cr1',
|
2021-04-16 02:48:36 +03:00
|
|
|
},
|
|
|
|
],
|
|
|
|
'condition': 'checkout_android and not build_with_chromium',
|
|
|
|
'dep_type': 'cipd',
|
|
|
|
},
|
|
|
|
|
2022-05-05 12:54:27 +03:00
|
|
|
'third_party/android_deps/libs/org_jsoup_jsoup': {
|
|
|
|
'packages': [
|
|
|
|
{
|
|
|
|
'package': 'chromium/third_party/android_deps/libs/org_jsoup_jsoup',
|
2022-09-12 12:59:17 +03:00
|
|
|
'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_core': {
|
|
|
|
'packages': [
|
|
|
|
{
|
|
|
|
'package': 'chromium/third_party/android_deps/libs/org_mockito_mockito_core',
|
|
|
|
'version': 'version:2@4.7.0.cr1',
|
2022-05-05 12:54:27 +03:00
|
|
|
},
|
|
|
|
],
|
|
|
|
'condition': 'checkout_android and not build_with_chromium',
|
|
|
|
'dep_type': 'cipd',
|
|
|
|
},
|
|
|
|
|
2022-09-15 10:01:28 +03:00
|
|
|
'third_party/android_deps/libs/org_objenesis_objenesis': {
|
|
|
|
'packages': [
|
|
|
|
{
|
|
|
|
'package': 'chromium/third_party/android_deps/libs/org_objenesis_objenesis',
|
|
|
|
'version': 'version:2@3.2.cr1',
|
|
|
|
},
|
|
|
|
],
|
|
|
|
'condition': 'checkout_android and not build_with_chromium',
|
|
|
|
'dep_type': 'cipd',
|
|
|
|
},
|
|
|
|
|
2021-04-16 02:48:36 +03:00
|
|
|
'third_party/android_deps/libs/org_ow2_asm_asm': {
|
|
|
|
'packages': [
|
|
|
|
{
|
|
|
|
'package': 'chromium/third_party/android_deps/libs/org_ow2_asm_asm',
|
2022-03-04 17:39:58 +03:00
|
|
|
'version': 'version:2@9.2.cr1',
|
2021-04-16 02:48:36 +03:00
|
|
|
},
|
|
|
|
],
|
|
|
|
'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',
|
2022-03-04 17:39:58 +03:00
|
|
|
'version': 'version:2@9.2.cr1',
|
2021-04-16 02:48:36 +03:00
|
|
|
},
|
|
|
|
],
|
|
|
|
'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',
|
2022-03-04 17:39:58 +03:00
|
|
|
'version': 'version:2@9.2.cr1',
|
2021-04-16 02:48:36 +03:00
|
|
|
},
|
|
|
|
],
|
|
|
|
'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',
|
2022-03-04 17:39:58 +03:00
|
|
|
'version': 'version:2@9.2.cr1',
|
2021-04-16 02:48:36 +03:00
|
|
|
},
|
|
|
|
],
|
|
|
|
'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',
|
2022-03-04 17:39:58 +03:00
|
|
|
'version': 'version:2@9.2.cr1',
|
2021-04-16 02:48:36 +03:00
|
|
|
},
|
|
|
|
],
|
|
|
|
'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',
|
2022-03-08 11:11:57 +03:00
|
|
|
'version': 'version:2@3.1.4.cr1',
|
2021-04-16 02:48:36 +03:00
|
|
|
},
|
|
|
|
],
|
|
|
|
'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',
|
2022-07-27 14:49:41 +03:00
|
|
|
'version': 'version:2@4.8.1.cr1',
|
2021-04-16 02:48:36 +03:00
|
|
|
},
|
|
|
|
],
|
|
|
|
'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',
|
2022-07-27 14:49:41 +03:00
|
|
|
'version': 'version:2@4.8.1.cr1',
|
2022-03-04 17:39:58 +03:00
|
|
|
},
|
|
|
|
],
|
|
|
|
'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',
|
2022-07-27 14:49:41 +03:00
|
|
|
'version': 'version:2@4.8.1.cr1',
|
2021-04-16 02:48:36 +03:00
|
|
|
},
|
|
|
|
],
|
|
|
|
'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',
|
2022-07-27 14:49:41 +03:00
|
|
|
'version': 'version:2@4.8.1.cr1',
|
2021-04-16 02:48:36 +03:00
|
|
|
},
|
|
|
|
],
|
|
|
|
'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',
|
2022-07-27 14:49:41 +03:00
|
|
|
'version': 'version:2@4.8.1.cr1',
|
2021-04-16 02:48:36 +03:00
|
|
|
},
|
|
|
|
],
|
|
|
|
'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',
|
2022-07-27 14:49:41 +03:00
|
|
|
'version': 'version:2@4.8.1.cr1',
|
2021-04-16 02:48:36 +03:00
|
|
|
},
|
|
|
|
],
|
|
|
|
'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',
|
2022-07-27 14:49:41 +03:00
|
|
|
'version': 'version:2@4.8.1.cr1',
|
2021-04-16 02:48:36 +03:00
|
|
|
},
|
|
|
|
],
|
|
|
|
'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',
|
2022-07-27 14:49:41 +03:00
|
|
|
'version': 'version:2@4.8.1.cr1',
|
2021-04-16 02:48:36 +03:00
|
|
|
},
|
|
|
|
],
|
|
|
|
'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',
|
2022-07-27 14:49:41 +03:00
|
|
|
'version': 'version:2@4.8.1.cr1',
|
2021-04-16 02:48:36 +03:00
|
|
|
},
|
|
|
|
],
|
|
|
|
'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',
|
2022-07-27 14:49:41 +03:00
|
|
|
'version': 'version:2@4.8.1.cr1',
|
2022-02-24 10:00:09 +03:00
|
|
|
},
|
|
|
|
],
|
|
|
|
'condition': 'checkout_android and not build_with_chromium',
|
|
|
|
'dep_type': 'cipd',
|
|
|
|
},
|
|
|
|
|
2021-04-16 02:48:36 +03:00
|
|
|
'third_party/android_deps/libs/org_robolectric_shadows_playservices': {
|
|
|
|
'packages': [
|
|
|
|
{
|
|
|
|
'package': 'chromium/third_party/android_deps/libs/org_robolectric_shadows_playservices',
|
2022-07-27 14:49:41 +03:00
|
|
|
'version': 'version:2@4.8.1.cr1',
|
2021-04-16 02:48:36 +03:00
|
|
|
},
|
|
|
|
],
|
|
|
|
'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',
|
2022-07-27 14:49:41 +03:00
|
|
|
'version': 'version:2@4.8.1.cr1',
|
2021-04-16 02:48:36 +03:00
|
|
|
},
|
|
|
|
],
|
|
|
|
'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',
|
2022-07-27 14:49:41 +03:00
|
|
|
'version': 'version:2@4.8.1.cr1',
|
2021-04-16 02:48:36 +03:00
|
|
|
},
|
|
|
|
],
|
|
|
|
'condition': 'checkout_android and not build_with_chromium',
|
|
|
|
'dep_type': 'cipd',
|
|
|
|
},
|
|
|
|
|
|
|
|
# === ANDROID_DEPS Generated Code End ===
|
2010-04-06 19:42:22 +04:00
|
|
|
}
|
|
|
|
|
|
|
|
hooks = [
|
2021-04-11 23:52:15 +03:00
|
|
|
{
|
|
|
|
# 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': [
|
2021-10-27 11:56:50 +03:00
|
|
|
'python3',
|
2021-04-11 23:52:15 +03:00
|
|
|
'third_party/depot_tools/update_depot_tools_toggle.py',
|
|
|
|
'--disable',
|
|
|
|
],
|
|
|
|
},
|
|
|
|
|
2015-07-20 17:14:54 +03:00
|
|
|
# Pull clang-format binaries using checked-in hashes.
|
|
|
|
{
|
|
|
|
'name': 'clang_format_win',
|
|
|
|
'pattern': '.',
|
2018-06-01 21:18:28 +03:00
|
|
|
'condition': 'host_os == "win" and not build_with_chromium',
|
2021-10-27 11:56:50 +03:00
|
|
|
'action': [ 'python3',
|
2021-04-11 23:52:15 +03:00
|
|
|
'third_party/depot_tools/download_from_google_storage.py',
|
2015-07-20 17:14:54 +03:00
|
|
|
'--no_resume',
|
|
|
|
'--platform=win32',
|
|
|
|
'--no_auth',
|
|
|
|
'--bucket', 'chromium-clang-format',
|
2019-10-11 00:46:54 +03:00
|
|
|
'-s', 'buildtools/win/clang-format.exe.sha1',
|
2015-07-20 17:14:54 +03:00
|
|
|
],
|
|
|
|
},
|
|
|
|
{
|
2022-04-03 01:32:07 +03:00
|
|
|
'name': 'clang_format_mac_x64',
|
2015-07-20 17:14:54 +03:00
|
|
|
'pattern': '.',
|
2022-04-03 01:32:07 +03:00
|
|
|
'condition': 'host_os == "mac" and host_cpu == "x64" and not build_with_chromium',
|
2021-10-27 11:56:50 +03:00
|
|
|
'action': [ 'python3',
|
2021-04-11 23:52:15 +03:00
|
|
|
'third_party/depot_tools/download_from_google_storage.py',
|
2015-07-20 17:14:54 +03:00
|
|
|
'--no_resume',
|
|
|
|
'--platform=darwin',
|
|
|
|
'--no_auth',
|
|
|
|
'--bucket', 'chromium-clang-format',
|
2022-04-03 01:32:07 +03:00
|
|
|
'-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',
|
2015-07-20 17:14:54 +03:00
|
|
|
],
|
|
|
|
},
|
|
|
|
{
|
|
|
|
'name': 'clang_format_linux',
|
|
|
|
'pattern': '.',
|
2018-06-01 21:18:28 +03:00
|
|
|
'condition': 'host_os == "linux" and not build_with_chromium',
|
2021-10-27 11:56:50 +03:00
|
|
|
'action': [ 'python3',
|
2021-04-11 23:52:15 +03:00
|
|
|
'third_party/depot_tools/download_from_google_storage.py',
|
2015-07-20 17:14:54 +03:00
|
|
|
'--no_resume',
|
|
|
|
'--platform=linux*',
|
|
|
|
'--no_auth',
|
|
|
|
'--bucket', 'chromium-clang-format',
|
2019-10-11 00:46:54 +03:00
|
|
|
'-s', 'buildtools/linux64/clang-format.sha1',
|
2015-07-20 17:14:54 +03:00
|
|
|
],
|
|
|
|
},
|
2018-05-22 01:22:22 +03:00
|
|
|
{
|
|
|
|
'name': 'sysroot_x86',
|
|
|
|
'pattern': '.',
|
2018-06-01 21:18:28 +03:00
|
|
|
'condition': 'checkout_linux and ((checkout_x86 or checkout_x64) and not build_with_chromium)',
|
2021-10-27 11:56:50 +03:00
|
|
|
'action': ['python3', 'build/linux/sysroot_scripts/install-sysroot.py',
|
2018-05-22 01:22:22 +03:00
|
|
|
'--arch=x86'],
|
|
|
|
},
|
|
|
|
{
|
|
|
|
'name': 'sysroot_x64',
|
|
|
|
'pattern': '.',
|
2018-06-01 21:18:28 +03:00
|
|
|
'condition': 'checkout_linux and (checkout_x64 and not build_with_chromium)',
|
2021-10-27 11:56:50 +03:00
|
|
|
'action': ['python3', 'build/linux/sysroot_scripts/install-sysroot.py',
|
2018-05-22 01:22:22 +03:00
|
|
|
'--arch=x64'],
|
|
|
|
},
|
2021-04-11 23:52:15 +03:00
|
|
|
{
|
|
|
|
# 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',
|
2021-10-27 11:56:50 +03:00
|
|
|
'action': [ 'python3',
|
2021-04-11 23:52:15 +03:00
|
|
|
'third_party/depot_tools/download_from_google_storage.py',
|
|
|
|
'--no_resume',
|
|
|
|
'--no_auth',
|
|
|
|
'--bucket', 'chromium-browser-clang/ciopfs',
|
|
|
|
'-s', 'build/ciopfs.sha1',
|
|
|
|
]
|
|
|
|
},
|
2018-04-13 22:51:24 +03:00
|
|
|
{
|
|
|
|
# Update the Windows toolchain if necessary. Must run before 'clang' below.
|
|
|
|
'name': 'win_toolchain',
|
|
|
|
'pattern': '.',
|
2018-06-01 21:18:28 +03:00
|
|
|
'condition': 'checkout_win and not build_with_chromium',
|
2021-10-27 11:56:50 +03:00
|
|
|
'action': ['python3', 'build/vs_toolchain.py', 'update', '--force'],
|
2018-04-13 22:51:24 +03:00
|
|
|
},
|
2019-04-01 23:35:53 +03:00
|
|
|
{
|
|
|
|
# Update the Mac toolchain if necessary.
|
|
|
|
'name': 'mac_toolchain',
|
|
|
|
'pattern': '.',
|
|
|
|
'condition': 'checkout_mac and not build_with_chromium',
|
2021-10-27 11:56:50 +03:00
|
|
|
'action': ['python3', 'build/mac_toolchain.py'],
|
2019-04-01 23:35:53 +03:00
|
|
|
},
|
2018-04-13 22:51:24 +03:00
|
|
|
|
2017-08-29 05:53:24 +03:00
|
|
|
{
|
|
|
|
# Note: On Win, this should run after win_toolchain, as it may use it.
|
|
|
|
'name': 'clang',
|
|
|
|
'pattern': '.',
|
2021-10-27 04:42:11 +03:00
|
|
|
'action': ['python3', 'tools/clang/scripts/update.py'],
|
2018-06-01 21:18:28 +03:00
|
|
|
'condition': 'not build_with_chromium',
|
2017-08-29 05:53:24 +03:00
|
|
|
},
|
2017-10-24 06:25:17 +03:00
|
|
|
|
2018-10-05 18:00:50 +03:00
|
|
|
{
|
|
|
|
# Update LASTCHANGE.
|
|
|
|
'name': 'lastchange',
|
|
|
|
'pattern': '.',
|
|
|
|
'condition': 'not build_with_chromium',
|
2021-10-27 11:56:50 +03:00
|
|
|
'action': ['python3', 'build/util/lastchange.py',
|
2019-10-11 00:46:54 +03:00
|
|
|
'-o', 'build/util/LASTCHANGE'],
|
2018-10-05 18:00:50 +03:00
|
|
|
},
|
|
|
|
|
2017-10-24 06:25:17 +03:00
|
|
|
# Pull rc binaries using checked-in hashes.
|
|
|
|
{
|
|
|
|
'name': 'rc_win',
|
|
|
|
'pattern': '.',
|
2021-07-14 16:42:32 +03:00
|
|
|
'condition': 'checkout_win and host_os == "win" and not build_with_chromium',
|
2021-10-27 11:56:50 +03:00
|
|
|
'action': [ 'python3',
|
2021-04-11 23:52:15 +03:00
|
|
|
'third_party/depot_tools/download_from_google_storage.py',
|
2017-10-24 06:25:17 +03:00
|
|
|
'--no_resume',
|
|
|
|
'--no_auth',
|
|
|
|
'--bucket', 'chromium-browser-clang/rc',
|
2019-10-11 00:46:54 +03:00
|
|
|
'-s', 'build/toolchain/win/rc/win/rc.exe.sha1',
|
2017-10-24 06:25:17 +03:00
|
|
|
],
|
|
|
|
},
|
2019-01-22 02:09:15 +03:00
|
|
|
|
2021-07-14 16:42:32 +03:00
|
|
|
{
|
|
|
|
'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',
|
|
|
|
]
|
|
|
|
},
|
|
|
|
|
2019-04-05 22:56:03 +03:00
|
|
|
# Download glslang validator binary for Linux.
|
|
|
|
{
|
|
|
|
'name': 'linux_glslang_validator',
|
|
|
|
'pattern': '.',
|
|
|
|
'condition': 'checkout_linux and not build_with_chromium',
|
2021-10-27 11:56:50 +03:00
|
|
|
'action': [ 'python3',
|
2021-04-11 23:52:15 +03:00
|
|
|
'third_party/depot_tools/download_from_google_storage.py',
|
2019-04-05 22:56:03 +03:00
|
|
|
'--no_resume',
|
|
|
|
'--platform=linux*',
|
|
|
|
'--no_auth',
|
|
|
|
'--bucket', 'angle-glslang-validator',
|
2019-10-11 00:46:54 +03:00
|
|
|
'-s', 'tools/glslang/glslang_validator.sha1',
|
2019-04-05 22:56:03 +03:00
|
|
|
],
|
|
|
|
},
|
|
|
|
|
2019-04-08 16:25:23 +03:00
|
|
|
# Download glslang validator binary for Windows.
|
|
|
|
{
|
|
|
|
'name': 'win_glslang_validator',
|
|
|
|
'pattern': '.',
|
|
|
|
'condition': 'checkout_win and not build_with_chromium',
|
2021-10-27 11:56:50 +03:00
|
|
|
'action': [ 'python3',
|
2021-04-11 23:52:15 +03:00
|
|
|
'third_party/depot_tools/download_from_google_storage.py',
|
2019-04-08 16:25:23 +03:00
|
|
|
'--no_resume',
|
|
|
|
'--platform=win32*',
|
|
|
|
'--no_auth',
|
|
|
|
'--bucket', 'angle-glslang-validator',
|
2019-10-11 00:46:54 +03:00
|
|
|
'-s', 'tools/glslang/glslang_validator.exe.sha1',
|
2019-04-08 16:25:23 +03:00
|
|
|
],
|
|
|
|
},
|
2019-11-26 00:14:55 +03:00
|
|
|
|
|
|
|
# Download flex/bison binaries for Linux.
|
|
|
|
{
|
|
|
|
'name': 'linux_flex_bison',
|
|
|
|
'pattern': '.',
|
|
|
|
'condition': 'checkout_linux and not build_with_chromium',
|
2021-10-27 11:56:50 +03:00
|
|
|
'action': [ 'python3',
|
2021-04-11 23:52:15 +03:00
|
|
|
'third_party/depot_tools/download_from_google_storage.py',
|
2019-11-26 00:14:55 +03:00
|
|
|
'--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',
|
2021-10-27 11:56:50 +03:00
|
|
|
'action': [ 'python3',
|
2021-04-11 23:52:15 +03:00
|
|
|
'third_party/depot_tools/download_from_google_storage.py',
|
2019-11-26 00:14:55 +03:00
|
|
|
'--no_resume',
|
|
|
|
'--platform=win32*',
|
|
|
|
'--no_auth',
|
|
|
|
'--bucket', 'angle-flex-bison',
|
|
|
|
'-d', 'tools/flex-bison/windows/',
|
|
|
|
],
|
|
|
|
},
|
2022-09-29 17:50:39 +03:00
|
|
|
|
|
|
|
# Set up an input file for the Mesa setup step.
|
|
|
|
{
|
|
|
|
'name': 'mesa_input',
|
|
|
|
'pattern': '.',
|
2022-11-02 01:08:23 +03:00
|
|
|
'condition': 'checkout_angle_mesa',
|
2022-09-29 17:50:39 +03:00
|
|
|
'action': [ 'python3', 'third_party/mesa/mesa_build.py', 'runhook', ],
|
|
|
|
}
|
2010-04-06 19:42:22 +04:00
|
|
|
]
|
2016-10-28 21:05:26 +03:00
|
|
|
|
|
|
|
recursedeps = [
|
2019-10-25 16:00:41 +03:00
|
|
|
'third_party/googletest',
|
2019-10-26 15:16:12 +03:00
|
|
|
'third_party/jsoncpp',
|
2020-12-14 20:55:55 +03:00
|
|
|
'third_party/vulkan-deps',
|
2016-10-28 21:05:26 +03:00
|
|
|
]
|