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'
|
|
|
|
|
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,
|
|
|
|
|
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',
|
|
|
|
|
2019-10-12 00:49:24 +03:00
|
|
|
# Version of Chromium our Chromium-based DEPS are mirrored from.
|
2021-04-15 10:00:17 +03:00
|
|
|
'chromium_revision': 'cac0b331e3fc6aa4f893a36b40b8b290ea9baefe',
|
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).
|
2021-03-06 22:40:45 +03:00
|
|
|
'vk_gl_cts_revision': 'c4e6dbe68e043d6697f60768baf5b2876c6596c6',
|
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.
|
2020-08-20 00:33:31 +03:00
|
|
|
'googletest_revision': '4fe018038f87675c083d0cfb6a6b57c274fb1753',
|
|
|
|
|
|
|
|
# Current revision of Chrome's third_party googletest directory. This
|
|
|
|
# repository is mirrored as a separate repository, with separate git hashes
|
|
|
|
# that don't match the external googletest repository or Chrome. Mirrored
|
|
|
|
# patches will have a different git hash associated with them.
|
|
|
|
# To roll, first get the new hash for chromium_googletest_revision from the
|
|
|
|
# mirror of third_party/googletest located here:
|
|
|
|
# https://chromium.googlesource.com/chromium/src/third_party/googletest/
|
|
|
|
# Then get the new hash for googletest_revision from the root Chrome DEPS
|
|
|
|
# file: https://source.chromium.org/chromium/chromium/src/+/master:DEPS
|
|
|
|
'chromium_googletest_revision': 'c20c5a3085ab4d90fdb403e3ac98e7991317dd27',
|
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.
|
|
|
|
'jsoncpp_revision': '645250b6690785be60ab6780ce4b58698d884d11',
|
|
|
|
|
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:
|
|
|
|
# https://source.chromium.org/chromium/chromium/src/+/master:DEPS
|
2020-08-20 00:33:31 +03:00
|
|
|
'chromium_jsoncpp_revision': '30a6ac108e24dabac7c2e0df4d33d55032af4ee7',
|
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.
|
2021-04-15 10:00:17 +03:00
|
|
|
'catapult_revision': '0fb9b3ace89baaf339c4bf9aba3303107fd5f567',
|
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.
|
2021-04-15 10:00:17 +03:00
|
|
|
'luci_go': 'git_revision:4b61ac9cadfb8d19a09262c6e6f5342d9324acd0',
|
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': {
|
2021-04-15 10:00:17 +03:00
|
|
|
'url': '{chromium_git}/chromium/src/build.git@e966858a7eca3c6f5a49ee7b3a2732cf8ddce837',
|
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': {
|
2021-03-30 11:26:01 +03:00
|
|
|
'url': '{chromium_git}/chromium/src/buildtools.git@5dbd89c9d9c0b0ff47cefdc2bc421b8c9a1c5a21',
|
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': {
|
|
|
|
'url': '{chromium_git}/external/github.com/llvm/llvm-project/clang/tools/clang-format.git@99803d74e35962f63a775f29477882afd4d57d94',
|
|
|
|
'condition': 'not build_with_chromium',
|
|
|
|
},
|
|
|
|
|
|
|
|
'buildtools/linux64': {
|
|
|
|
'packages': [
|
|
|
|
{
|
|
|
|
'package': 'gn/gn/linux-amd64',
|
2021-04-07 01:13:58 +03:00
|
|
|
'version': 'git_revision:dba01723a441c358d843a575cb7720d54ddcdf92',
|
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}}',
|
2021-04-07 01:13:58 +03:00
|
|
|
'version': 'git_revision:dba01723a441c358d843a575cb7720d54ddcdf92',
|
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': {
|
|
|
|
'url': '{chromium_git}/external/github.com/llvm/llvm-project/libcxx.git@8fa87946779682841e21e2da977eccfb6cb3bded',
|
|
|
|
'condition': 'not build_with_chromium',
|
|
|
|
},
|
|
|
|
|
|
|
|
'buildtools/third_party/libc++abi/trunk': {
|
2021-04-08 10:01:09 +03:00
|
|
|
'url': '{chromium_git}/external/github.com/llvm/llvm-project/libcxxabi.git@d0f33885a2ffa7d5af74af6065b60eb48e3c70f5',
|
2021-03-02 21:21:52 +03:00
|
|
|
'condition': 'not build_with_chromium',
|
|
|
|
},
|
|
|
|
|
|
|
|
'buildtools/win': {
|
|
|
|
'packages': [
|
|
|
|
{
|
|
|
|
'package': 'gn/gn/windows-amd64',
|
2021-04-07 01:13:58 +03:00
|
|
|
'version': 'git_revision:dba01723a441c358d843a575cb7720d54ddcdf92',
|
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': {
|
2021-04-15 10:00:17 +03:00
|
|
|
'url': '{chromium_git}/chromium/src/testing@4ef8239f685a1db17cd0f83c35ba093f70f176e5',
|
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': {
|
2021-04-15 10:00:17 +03:00
|
|
|
'url': '{chromium_git}/chromium/src/third_party/abseil-cpp@10b50b69d8706a97888bbc9f56d755d1f72b349d',
|
2020-07-23 21:58:10 +03:00
|
|
|
'condition': 'not build_with_chromium',
|
|
|
|
},
|
|
|
|
|
2020-07-21 17:08:03 +03:00
|
|
|
'third_party/android_ndk': {
|
|
|
|
'url': '{chromium_git}/android_ndk.git@27c0a8d090c666a50e40fceb4ee5b40b1a2d3f87',
|
|
|
|
'condition': 'checkout_android and not build_with_chromium',
|
|
|
|
},
|
|
|
|
|
|
|
|
'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-11 23:52:15 +03:00
|
|
|
'third_party/depot_tools': {
|
2021-04-15 10:00:17 +03:00
|
|
|
'url': '{chromium_git}/chromium/tools/depot_tools.git@b1cc5ed9e8522b3a773ae22ffdd6cbfc3d3a4ffc',
|
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',
|
|
|
|
},
|
|
|
|
|
2019-10-11 00:46:54 +03:00
|
|
|
'third_party/fuchsia-sdk': {
|
2019-10-11 02:13:07 +03:00
|
|
|
'url': '{chromium_git}/chromium/src/third_party/fuchsia-sdk.git@1785f0ac8e1fe81cb25e260acbe7de8f62fa3e44',
|
2019-04-08 16:40:40 +03:00
|
|
|
'condition': 'checkout_fuchsia and not build_with_chromium',
|
|
|
|
},
|
|
|
|
|
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': {
|
2019-08-12 23:53:21 +03:00
|
|
|
'url': '{chromium_git}/external/github.com/glmark2/glmark2@9e01aef1a786b28aca73135a5b00f85c357e8f5e',
|
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',
|
|
|
|
},
|
|
|
|
|
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': {
|
2021-02-26 12:24:47 +03:00
|
|
|
'url': '{chromium_git}/chromium/deps/libjpeg_turbo.git@7b4981b6500ccba10733c352b9ed2dad14ce3c73',
|
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': {
|
2018-06-01 21:18:28 +03:00
|
|
|
'url': '{android_git}/platform/external/libpng@094e181e79a3d6c23fd005679025058b7df1ad6c',
|
|
|
|
'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',
|
|
|
|
'version': 'JhpgSvTpgVUkoKe56yQmYaR1jXNcY8NqlltA0mKIO4EC',
|
|
|
|
},
|
|
|
|
],
|
|
|
|
'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',
|
|
|
|
},
|
|
|
|
|
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
|
|
|
|
2020-04-27 23:57:46 +03:00
|
|
|
'third_party/nasm': {
|
2020-07-21 17:08:03 +03:00
|
|
|
'url': '{chromium_git}/chromium/deps/nasm.git@19f3fad68da99277b2882939d3b2fa4c4b8d51d9',
|
2020-04-27 23:57:46 +03:00
|
|
|
'condition': 'not build_with_chromium',
|
|
|
|
},
|
|
|
|
|
2020-10-12 00:16:34 +03:00
|
|
|
'third_party/protobuf': {
|
2021-03-15 11:07:12 +03:00
|
|
|
'url': '{chromium_git}/chromium/src/third_party/protobuf@52433541779c2d98b3ef98def5b06924e9ae85ba',
|
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': {
|
2020-12-08 10:54:47 +03:00
|
|
|
'url': '{chromium_git}/chromium/src/third_party/Python-Markdown@2bb7b23b6398f9e79bc2fa8c6bc64a3cf1613ebf',
|
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': [
|
|
|
|
{
|
|
|
|
'package': 'fuchsia/qemu/linux-amd64',
|
|
|
|
'version': '9cc486c5b18a0be515c39a280ca9a309c54cf994'
|
|
|
|
},
|
|
|
|
],
|
|
|
|
'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': [
|
|
|
|
{
|
|
|
|
'package': 'fuchsia/qemu/mac-amd64',
|
|
|
|
'version': '2d3358ae9a569b2d4a474f498b32b202a152134f'
|
|
|
|
},
|
|
|
|
],
|
|
|
|
'condition': 'not build_with_chromium and (host_os == "mac" and checkout_fuchsia)',
|
|
|
|
'dep_type': 'cipd',
|
|
|
|
},
|
2019-02-26 01:13:16 +03:00
|
|
|
|
2019-10-11 00:46:54 +03:00
|
|
|
'third_party/rapidjson/src': {
|
2019-02-26 01:13:16 +03:00
|
|
|
'url': '{chromium_git}/external/github.com/Tencent/rapidjson@7484e06c589873e1ed80382d262087e4fa80fb63',
|
|
|
|
},
|
2019-01-22 02:09:15 +03:00
|
|
|
|
2019-10-11 00:46:54 +03:00
|
|
|
'third_party/SwiftShader': {
|
2021-04-14 13:01:01 +03:00
|
|
|
'url': '{swiftshader_git}/SwiftShader@f32791f5d53bd62bf17678cc8566a3ca169238a6',
|
2019-09-19 19:48:31 +03:00
|
|
|
'condition': 'not build_with_chromium',
|
|
|
|
},
|
|
|
|
|
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': {
|
2021-04-14 17:52:27 +03:00
|
|
|
'url': '{chromium_git}/vulkan-deps@c18d8cd5016cf751cab080d3f6d805be83c7395d',
|
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': {
|
2021-02-12 22:21:00 +03:00
|
|
|
'url': '{chromium_git}/external/github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator@732a76d9d3c70d6aa487216495eeb28518349c3a',
|
2020-07-23 21:58:10 +03:00
|
|
|
'condition': 'not build_with_chromium',
|
|
|
|
},
|
|
|
|
|
2019-10-11 00:46:54 +03:00
|
|
|
'third_party/zlib': {
|
2021-03-12 11:08:11 +03:00
|
|
|
'url': '{chromium_git}/chromium/src/third_party/zlib@09490503d0f201b81e03f5ca0ab8ba8ee76d4a8e',
|
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
|
|
|
'tools/clang': {
|
2021-04-15 10:00:17 +03:00
|
|
|
'url': '{chromium_git}/chromium/src/tools/clang.git@eefe47569390ef8c611020a4632dad3eb3aaee7f',
|
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/isolated/${{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': {
|
2021-04-15 10:00:17 +03:00
|
|
|
'url': '{chromium_git}/chromium/src/tools/mb@fae4e7d723d94c7c8f4e7382d8d8e4114ff46e53',
|
2020-09-13 17:34:54 +03:00
|
|
|
'condition': 'not build_with_chromium',
|
|
|
|
},
|
|
|
|
|
2019-10-11 00:46:54 +03:00
|
|
|
'tools/md_browser': {
|
2020-08-20 03:57:36 +03:00
|
|
|
'url': '{chromium_git}/chromium/src/tools/md_browser@60141af3603925d99bf3fb22fdfca138416339b1',
|
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': {
|
2020-12-02 19:33:31 +03:00
|
|
|
'url': '{chromium_git}/chromium/src/tools/memory@71214b910decfe2e7cfc8b0ffc072a1b97da2d36',
|
2019-09-05 18:04:39 +03:00
|
|
|
'condition': 'not build_with_chromium',
|
|
|
|
},
|
2020-09-25 20:31:25 +03:00
|
|
|
|
2020-10-12 00:16:34 +03:00
|
|
|
'tools/protoc_wrapper': {
|
2021-03-03 18:09:41 +03:00
|
|
|
'url': '{chromium_git}/chromium/src/tools/protoc_wrapper@4d4e1824fc1a93147a2f640a25812d1db9d3c2d2',
|
2020-10-12 00:16:34 +03:00
|
|
|
'condition': 'not build_with_chromium',
|
|
|
|
},
|
|
|
|
|
2020-09-25 20:31:25 +03:00
|
|
|
'tools/skia_goldctl/linux': {
|
|
|
|
'packages': [
|
|
|
|
{
|
|
|
|
'package': 'skia/tools/goldctl/linux-amd64',
|
2021-04-14 10:00:31 +03:00
|
|
|
'version': 'R23Oztsyro8ca7QGaNGKjN7duf5fsN6I6Dq2Nwyh2YQC',
|
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',
|
2021-04-14 10:00:31 +03:00
|
|
|
'version': 'QCamcihHhiASX-AasohPdhiBOtj0ikJ3fUByIMEfrEIC',
|
2020-09-25 20:31:25 +03:00
|
|
|
},
|
|
|
|
],
|
|
|
|
'dep_type': 'cipd',
|
|
|
|
'condition': 'checkout_win and not build_with_chromium',
|
|
|
|
},
|
|
|
|
|
|
|
|
'tools/skia_goldctl/mac': {
|
|
|
|
'packages': [
|
|
|
|
{
|
|
|
|
'package': 'skia/tools/goldctl/mac-amd64',
|
2021-04-14 10:00:31 +03:00
|
|
|
'version': 'Ipkmq4bl5d7VmPVlEonzZMPLnHxMr-LaDFi8Dz_r8-8C',
|
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
|
|
|
|
|
|
|
# === ANGLE Restricted Trace Generated Code Start ===
|
|
|
|
'src/tests/restricted_traces/aliexpress': {
|
|
|
|
'packages': [
|
|
|
|
{
|
|
|
|
'package': 'angle/traces/aliexpress',
|
|
|
|
'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/among_us': {
|
|
|
|
'packages': [
|
|
|
|
{
|
|
|
|
'package': 'angle/traces/among_us',
|
|
|
|
'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/angry_birds_2_1500': {
|
|
|
|
'packages': [
|
|
|
|
{
|
|
|
|
'package': 'angle/traces/angry_birds_2_1500',
|
|
|
|
'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/arena_of_valor': {
|
|
|
|
'packages': [
|
|
|
|
{
|
|
|
|
'package': 'angle/traces/arena_of_valor',
|
|
|
|
'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/asphalt_8': {
|
|
|
|
'packages': [
|
|
|
|
{
|
|
|
|
'package': 'angle/traces/asphalt_8',
|
|
|
|
'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/avakin_life': {
|
|
|
|
'packages': [
|
|
|
|
{
|
|
|
|
'package': 'angle/traces/avakin_life',
|
|
|
|
'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/aztec_ruins': {
|
|
|
|
'packages': [
|
|
|
|
{
|
|
|
|
'package': 'angle/traces/aztec_ruins',
|
|
|
|
'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/brawl_stars': {
|
|
|
|
'packages': [
|
|
|
|
{
|
|
|
|
'package': 'angle/traces/brawl_stars',
|
|
|
|
'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
|
|
|
},
|
2021-04-08 19:51:28 +03:00
|
|
|
'src/tests/restricted_traces/bubble_shooter': {
|
|
|
|
'packages': [
|
|
|
|
{
|
|
|
|
'package': 'angle/traces/bubble_shooter',
|
|
|
|
'version': 'version:1',
|
|
|
|
},
|
|
|
|
],
|
|
|
|
'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',
|
|
|
|
'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
|
|
|
},
|
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',
|
|
|
|
'version': 'version:1',
|
|
|
|
},
|
|
|
|
],
|
|
|
|
'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',
|
|
|
|
'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/car_parking_multiplayer': {
|
|
|
|
'packages': [
|
|
|
|
{
|
|
|
|
'package': 'angle/traces/car_parking_multiplayer',
|
|
|
|
'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/clash_of_clans': {
|
|
|
|
'packages': [
|
|
|
|
{
|
|
|
|
'package': 'angle/traces/clash_of_clans',
|
|
|
|
'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/clash_royale': {
|
|
|
|
'packages': [
|
|
|
|
{
|
|
|
|
'package': 'angle/traces/clash_royale',
|
|
|
|
'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/cod_mobile': {
|
|
|
|
'packages': [
|
|
|
|
{
|
|
|
|
'package': 'angle/traces/cod_mobile',
|
|
|
|
'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/coin_master': {
|
|
|
|
'packages': [
|
|
|
|
{
|
|
|
|
'package': 'angle/traces/coin_master',
|
|
|
|
'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
|
|
|
},
|
2021-04-08 00:05:14 +03:00
|
|
|
'src/tests/restricted_traces/disney_tsum_tsum': {
|
|
|
|
'packages': [
|
|
|
|
{
|
|
|
|
'package': 'angle/traces/disney_tsum_tsum',
|
|
|
|
'version': 'version:1',
|
|
|
|
},
|
|
|
|
],
|
|
|
|
'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-03-30 00:31:52 +03:00
|
|
|
'src/tests/restricted_traces/dragon_ball_legends': {
|
|
|
|
'packages': [
|
|
|
|
{
|
|
|
|
'package': 'angle/traces/dragon_ball_legends',
|
|
|
|
'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/dragon_raja': {
|
|
|
|
'packages': [
|
|
|
|
{
|
|
|
|
'package': 'angle/traces/dragon_raja',
|
|
|
|
'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/efootball_pes_2021': {
|
|
|
|
'packages': [
|
|
|
|
{
|
|
|
|
'package': 'angle/traces/efootball_pes_2021',
|
|
|
|
'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/egypt_1500': {
|
|
|
|
'packages': [
|
|
|
|
{
|
|
|
|
'package': 'angle/traces/egypt_1500',
|
|
|
|
'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/eight_ball_pool': {
|
|
|
|
'packages': [
|
|
|
|
{
|
|
|
|
'package': 'angle/traces/eight_ball_pool',
|
|
|
|
'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/extreme_car_driving_simulator': {
|
|
|
|
'packages': [
|
|
|
|
{
|
|
|
|
'package': 'angle/traces/extreme_car_driving_simulator',
|
|
|
|
'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/fallout_shelter_online': {
|
|
|
|
'packages': [
|
|
|
|
{
|
|
|
|
'package': 'angle/traces/fallout_shelter_online',
|
|
|
|
'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/fate_grand_order': {
|
|
|
|
'packages': [
|
|
|
|
{
|
|
|
|
'package': 'angle/traces/fate_grand_order',
|
|
|
|
'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/fifa_mobile': {
|
|
|
|
'packages': [
|
|
|
|
{
|
|
|
|
'package': 'angle/traces/fifa_mobile',
|
|
|
|
'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/free_fire': {
|
|
|
|
'packages': [
|
|
|
|
{
|
|
|
|
'package': 'angle/traces/free_fire',
|
|
|
|
'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/google_maps': {
|
|
|
|
'packages': [
|
|
|
|
{
|
|
|
|
'package': 'angle/traces/google_maps',
|
|
|
|
'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/happy_color': {
|
|
|
|
'packages': [
|
|
|
|
{
|
|
|
|
'package': 'angle/traces/happy_color',
|
|
|
|
'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/hay_day': {
|
|
|
|
'packages': [
|
|
|
|
{
|
|
|
|
'package': 'angle/traces/hay_day',
|
|
|
|
'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/hearthstone': {
|
|
|
|
'packages': [
|
|
|
|
{
|
|
|
|
'package': 'angle/traces/hearthstone',
|
|
|
|
'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/hill_climb_racing': {
|
|
|
|
'packages': [
|
|
|
|
{
|
|
|
|
'package': 'angle/traces/hill_climb_racing',
|
|
|
|
'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/junes_journey': {
|
|
|
|
'packages': [
|
|
|
|
{
|
|
|
|
'package': 'angle/traces/junes_journey',
|
|
|
|
'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/kartrider_rush': {
|
|
|
|
'packages': [
|
|
|
|
{
|
|
|
|
'package': 'angle/traces/kartrider_rush',
|
|
|
|
'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/klondike_adventures': {
|
|
|
|
'packages': [
|
|
|
|
{
|
|
|
|
'package': 'angle/traces/klondike_adventures',
|
|
|
|
'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',
|
|
|
|
'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/lego_legacy': {
|
|
|
|
'packages': [
|
|
|
|
{
|
|
|
|
'package': 'angle/traces/lego_legacy',
|
|
|
|
'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/lineage_m': {
|
|
|
|
'packages': [
|
|
|
|
{
|
|
|
|
'package': 'angle/traces/lineage_m',
|
|
|
|
'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/magic_tiles_3': {
|
|
|
|
'packages': [
|
|
|
|
{
|
|
|
|
'package': 'angle/traces/magic_tiles_3',
|
|
|
|
'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/manhattan_10': {
|
|
|
|
'packages': [
|
|
|
|
{
|
|
|
|
'package': 'angle/traces/manhattan_10',
|
|
|
|
'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/manhattan_31': {
|
|
|
|
'packages': [
|
|
|
|
{
|
|
|
|
'package': 'angle/traces/manhattan_31',
|
|
|
|
'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/marvel_contest_of_champions': {
|
|
|
|
'packages': [
|
|
|
|
{
|
|
|
|
'package': 'angle/traces/marvel_contest_of_champions',
|
|
|
|
'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/messenger_lite': {
|
|
|
|
'packages': [
|
|
|
|
{
|
|
|
|
'package': 'angle/traces/messenger_lite',
|
|
|
|
'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/minecraft': {
|
|
|
|
'packages': [
|
|
|
|
{
|
|
|
|
'package': 'angle/traces/minecraft',
|
|
|
|
'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/mobile_legends': {
|
|
|
|
'packages': [
|
|
|
|
{
|
|
|
|
'package': 'angle/traces/mobile_legends',
|
|
|
|
'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/nba2k20_800': {
|
|
|
|
'packages': [
|
|
|
|
{
|
|
|
|
'package': 'angle/traces/nba2k20_800',
|
|
|
|
'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/one_punch_man': {
|
|
|
|
'packages': [
|
|
|
|
{
|
|
|
|
'package': 'angle/traces/one_punch_man',
|
|
|
|
'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/plants_vs_zombies_2': {
|
|
|
|
'packages': [
|
|
|
|
{
|
|
|
|
'package': 'angle/traces/plants_vs_zombies_2',
|
|
|
|
'version': 'version:1',
|
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
|
|
|
},
|
|
|
|
'src/tests/restricted_traces/professional_baseball_spirits': {
|
|
|
|
'packages': [
|
|
|
|
{
|
|
|
|
'package': 'angle/traces/professional_baseball_spirits',
|
|
|
|
'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
|
|
|
},
|
|
|
|
'src/tests/restricted_traces/pubg_mobile_lite': {
|
|
|
|
'packages': [
|
|
|
|
{
|
|
|
|
'package': 'angle/traces/pubg_mobile_lite',
|
|
|
|
'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/ragnarok_m_eternal_love': {
|
|
|
|
'packages': [
|
|
|
|
{
|
|
|
|
'package': 'angle/traces/ragnarok_m_eternal_love',
|
|
|
|
'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/raid_shadow_legends': {
|
|
|
|
'packages': [
|
|
|
|
{
|
|
|
|
'package': 'angle/traces/raid_shadow_legends',
|
|
|
|
'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/real_commando_secret_mission': {
|
|
|
|
'packages': [
|
|
|
|
{
|
|
|
|
'package': 'angle/traces/real_commando_secret_mission',
|
|
|
|
'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/real_cricket_20': {
|
|
|
|
'packages': [
|
|
|
|
{
|
|
|
|
'package': 'angle/traces/real_cricket_20',
|
|
|
|
'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/real_gangster_crime': {
|
|
|
|
'packages': [
|
|
|
|
{
|
|
|
|
'package': 'angle/traces/real_gangster_crime',
|
|
|
|
'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/rise_of_kingdoms': {
|
|
|
|
'packages': [
|
|
|
|
{
|
|
|
|
'package': 'angle/traces/rise_of_kingdoms',
|
|
|
|
'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/romancing_saga': {
|
|
|
|
'packages': [
|
|
|
|
{
|
|
|
|
'package': 'angle/traces/romancing_saga',
|
|
|
|
'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/rope_hero_vice_town': {
|
|
|
|
'packages': [
|
|
|
|
{
|
|
|
|
'package': 'angle/traces/rope_hero_vice_town',
|
|
|
|
'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/saint_seiya_awakening': {
|
|
|
|
'packages': [
|
|
|
|
{
|
|
|
|
'package': 'angle/traces/saint_seiya_awakening',
|
|
|
|
'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/shadow_fight_2': {
|
|
|
|
'packages': [
|
|
|
|
{
|
|
|
|
'package': 'angle/traces/shadow_fight_2',
|
|
|
|
'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/sniper_3d': {
|
|
|
|
'packages': [
|
|
|
|
{
|
|
|
|
'package': 'angle/traces/sniper_3d',
|
|
|
|
'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/standoff_2': {
|
|
|
|
'packages': [
|
|
|
|
{
|
|
|
|
'package': 'angle/traces/standoff_2',
|
|
|
|
'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/subway_surfers': {
|
|
|
|
'packages': [
|
|
|
|
{
|
|
|
|
'package': 'angle/traces/subway_surfers',
|
|
|
|
'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/talking_tom_hero_dash': {
|
|
|
|
'packages': [
|
|
|
|
{
|
|
|
|
'package': 'angle/traces/talking_tom_hero_dash',
|
|
|
|
'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/temple_run_2': {
|
|
|
|
'packages': [
|
|
|
|
{
|
|
|
|
'package': 'angle/traces/temple_run_2',
|
|
|
|
'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/temple_run_300': {
|
|
|
|
'packages': [
|
|
|
|
{
|
|
|
|
'package': 'angle/traces/temple_run_300',
|
|
|
|
'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/trex_200': {
|
|
|
|
'packages': [
|
|
|
|
{
|
|
|
|
'package': 'angle/traces/trex_200',
|
|
|
|
'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/whatsapp': {
|
|
|
|
'packages': [
|
|
|
|
{
|
|
|
|
'package': 'angle/traces/whatsapp',
|
|
|
|
'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/world_of_tanks_blitz': {
|
|
|
|
'packages': [
|
|
|
|
{
|
|
|
|
'package': 'angle/traces/world_of_tanks_blitz',
|
|
|
|
'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/world_war_doh': {
|
|
|
|
'packages': [
|
|
|
|
{
|
|
|
|
'package': 'angle/traces/world_war_doh',
|
|
|
|
'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/worms_zone_io': {
|
|
|
|
'packages': [
|
|
|
|
{
|
|
|
|
'package': 'angle/traces/worms_zone_io',
|
|
|
|
'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
|
|
|
},
|
|
|
|
# === ANGLE Restricted Trace 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': [
|
|
|
|
'python',
|
|
|
|
'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-04-11 23:52:15 +03:00
|
|
|
'action': [ 'python',
|
|
|
|
'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
|
|
|
],
|
|
|
|
},
|
|
|
|
{
|
|
|
|
'name': 'clang_format_mac',
|
|
|
|
'pattern': '.',
|
2018-06-01 21:18:28 +03:00
|
|
|
'condition': 'host_os == "mac" and not build_with_chromium',
|
2021-04-11 23:52:15 +03:00
|
|
|
'action': [ 'python',
|
|
|
|
'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',
|
2019-10-11 00:46:54 +03:00
|
|
|
'-s', 'buildtools/mac/clang-format.sha1',
|
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-04-11 23:52:15 +03:00
|
|
|
'action': [ 'python',
|
|
|
|
'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)',
|
2019-10-11 00:46:54 +03:00
|
|
|
'action': ['python', '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)',
|
2019-10-11 00:46:54 +03:00
|
|
|
'action': ['python', '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',
|
|
|
|
'action': [ 'python',
|
|
|
|
'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',
|
2019-10-11 00:46:54 +03:00
|
|
|
'action': ['python', '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-03-12 01:41:06 +03:00
|
|
|
'action': ['python', '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-03-12 01:41:06 +03:00
|
|
|
'action': ['python', '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-03-12 01:41:06 +03:00
|
|
|
'action': ['python', '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': '.',
|
2018-06-01 21:18:28 +03:00
|
|
|
'condition': 'checkout_win and (host_os == "win" and not build_with_chromium)',
|
2021-04-11 23:52:15 +03:00
|
|
|
'action': [ 'python',
|
|
|
|
'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
|
|
|
|
|
|
|
{
|
|
|
|
'name': 'fuchsia_sdk',
|
|
|
|
'pattern': '.',
|
|
|
|
'condition': 'checkout_fuchsia and not build_with_chromium',
|
|
|
|
'action': [
|
|
|
|
'python',
|
2019-10-11 00:46:54 +03:00
|
|
|
'build/fuchsia/update_sdk.py',
|
2019-01-22 02:09:15 +03:00
|
|
|
],
|
|
|
|
},
|
2019-04-08 16:25:23 +03:00
|
|
|
|
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-04-11 23:52:15 +03:00
|
|
|
'action': [ 'python',
|
|
|
|
'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-04-11 23:52:15 +03:00
|
|
|
'action': [ 'python',
|
|
|
|
'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-04-11 23:52:15 +03:00
|
|
|
'action': [ 'python',
|
|
|
|
'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-04-11 23:52:15 +03:00
|
|
|
'action': [ 'python',
|
|
|
|
'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/',
|
|
|
|
],
|
|
|
|
},
|
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
|
|
|
]
|