2012-05-11 12:18:09 +00:00
|
|
|
# Note: The buildbots evaluate this file with CWD set to the parent
|
|
|
|
# directory and assume that the root of the checkout is in ./v8/, so
|
|
|
|
# all paths in here must match this assumption.
|
|
|
|
|
2020-08-03 14:09:55 +00:00
|
|
|
use_relative_paths = True
|
|
|
|
|
|
|
|
gclient_gn_args_file = 'build/config/gclient_args.gni'
|
2019-10-30 15:12:10 +00:00
|
|
|
gclient_gn_args = [
|
2020-07-02 18:24:48 +00:00
|
|
|
'checkout_google_benchmark',
|
2020-06-29 13:43:27 +00:00
|
|
|
'mac_xcode_version',
|
2019-10-30 15:12:10 +00:00
|
|
|
]
|
|
|
|
|
2014-05-14 08:30:49 +00:00
|
|
|
vars = {
|
2019-08-26 07:39:40 +00:00
|
|
|
# Fetches only the SDK boot images which match at least one of the whitelist
|
|
|
|
# entries in a comma-separated list.
|
|
|
|
#
|
|
|
|
# Only the X64 and ARM64 QEMU images are downloaded by default. Developers
|
|
|
|
# that need to boot on other target architectures or devices can opt to
|
|
|
|
# download more boot images. Example of images include:
|
|
|
|
#
|
|
|
|
# Emulation:
|
|
|
|
# qemu.x64, qemu.arm64
|
|
|
|
# Hardware:
|
|
|
|
# generic.x64, generic.arm64
|
|
|
|
#
|
|
|
|
# Wildcards are supported (e.g. "qemu.*").
|
|
|
|
'checkout_fuchsia_boot_images': "qemu.x64,qemu.arm64",
|
|
|
|
|
2017-10-11 12:58:07 +00:00
|
|
|
'checkout_instrumented_libraries': False,
|
2019-12-14 08:46:38 +00:00
|
|
|
'checkout_ittapi': False,
|
2020-06-11 22:46:25 +00:00
|
|
|
# Fetch clang-tidy into the same bin/ directory as our clang binary.
|
|
|
|
'checkout_clang_tidy': False,
|
2016-09-23 23:54:34 +00:00
|
|
|
'chromium_url': 'https://chromium.googlesource.com',
|
2019-03-28 08:52:41 +00:00
|
|
|
'android_url': 'https://android.googlesource.com',
|
2018-02-12 12:55:09 +00:00
|
|
|
'download_gcmole': False,
|
|
|
|
'download_jsfunfuzz': False,
|
2018-07-20 13:13:31 +00:00
|
|
|
'check_v8_header_includes': False,
|
2018-12-06 14:15:30 +00:00
|
|
|
|
2020-07-02 18:24:48 +00:00
|
|
|
'checkout_google_benchmark' : False,
|
|
|
|
|
2020-06-29 11:28:19 +00:00
|
|
|
'mac_xcode_version': 'default',
|
|
|
|
|
2019-03-16 11:43:14 +00:00
|
|
|
# GN CIPD package version.
|
2020-09-10 03:06:52 +00:00
|
|
|
'gn_version': 'git_revision:e002e68a48d1c82648eadde2f6aafa20d08c36f2',
|
2019-03-16 11:43:14 +00:00
|
|
|
|
2018-12-06 14:15:30 +00:00
|
|
|
# luci-go CIPD package version.
|
2020-09-19 03:09:54 +00:00
|
|
|
'luci_go': 'git_revision:83c3df996b224edf5061840744395707a0e513e7',
|
2019-03-20 23:17:36 +00: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.
|
2020-07-31 09:53:57 +00:00
|
|
|
'android_sdk_build-tools_version': '8LZujEmLjSh0g3JciDA3cslSptxKs9HOa_iUPXkOeYQC',
|
2019-03-20 23:17:36 +00: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.
|
2020-07-31 09:53:57 +00:00
|
|
|
'android_sdk_emulator_version': 'A4EvXZUIuQho0QRDJopMUpgyp6NA3aiDQjGKPUKbowMC',
|
2019-03-20 23:17:36 +00: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.
|
2019-06-18 03:06:39 +00:00
|
|
|
'android_sdk_extras_version': 'ppQ4TnqDvBHQ3lXx5KPq97egzF5X2FFyOrVHkGmiTMQC',
|
2019-03-20 23:17:36 +00:00
|
|
|
# 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.
|
2020-07-31 09:53:57 +00:00
|
|
|
'android_sdk_platform-tools_version': '8tF0AOj7Dwlv4j7_nfkhxWB0jzrvWWYjEIpirt8FIWYC',
|
2019-03-20 23:17:36 +00: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.
|
2020-07-31 09:53:57 +00:00
|
|
|
'android_sdk_platforms_version': 'YMUu9EHNZ__2Xcxl-KsaSf-dI5TMt_P62IseUVsxktMC',
|
2019-03-20 23:17:36 +00: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.
|
2019-11-14 08:56:26 +00:00
|
|
|
'android_sdk_sources_version': '4gxhM8E62bvZpQs7Q3d0DinQaW0RLCIefhXrQBFkNy8C',
|
2019-03-20 23:17:36 +00:00
|
|
|
# Three lines of non-changing comments so that
|
|
|
|
# the commit queue can handle CLs rolling android_sdk_tools-lint_version
|
|
|
|
# and whatever else without interference from each other.
|
2020-07-31 09:53:57 +00:00
|
|
|
'android_sdk_cmdline-tools_version': 'ijpIFSitwBfaEdO9VXBGPqDHUVzPimXy_whw3aHTN9oC',
|
2014-05-14 08:30:49 +00:00
|
|
|
}
|
|
|
|
|
2012-05-11 12:18:09 +00:00
|
|
|
deps = {
|
2020-08-03 14:09:55 +00:00
|
|
|
'build':
|
2020-10-05 03:10:10 +00:00
|
|
|
Var('chromium_url') + '/chromium/src/build.git' + '@' + '1cb6993e286e4c65bf19da16adb8a39584d6d598',
|
2020-08-03 14:09:55 +00:00
|
|
|
'third_party/depot_tools':
|
2020-10-03 03:10:23 +00:00
|
|
|
Var('chromium_url') + '/chromium/tools/depot_tools.git' + '@' + '1407cfd9e5f4de4cf9bd04ecc435ee5b760675c1',
|
2020-08-03 14:09:55 +00:00
|
|
|
'third_party/icu':
|
2020-09-30 18:21:41 +00:00
|
|
|
Var('chromium_url') + '/chromium/deps/icu.git' + '@' + 'aba3f0dfeeddc0c69730ec28ef423543b8a62693',
|
2020-08-03 14:09:55 +00:00
|
|
|
'third_party/instrumented_libraries':
|
2020-09-30 03:07:46 +00:00
|
|
|
Var('chromium_url') + '/chromium/src/third_party/instrumented_libraries.git' + '@' + '6ba978ccb754d270b6cd12da58c8269b617e4f6e',
|
2020-08-03 14:09:55 +00:00
|
|
|
'buildtools':
|
2020-09-30 03:07:46 +00:00
|
|
|
Var('chromium_url') + '/chromium/src/buildtools.git' + '@' + '4be464e050b3d05060471788f926b34c641db9fd',
|
2020-08-03 14:09:55 +00:00
|
|
|
'buildtools/clang_format/script':
|
2019-02-12 06:53:26 +00:00
|
|
|
Var('chromium_url') + '/chromium/llvm-project/cfe/tools/clang-format.git' + '@' + '96636aa0e9f047f17447f2d45a094d0b59ed7917',
|
2020-08-03 14:09:55 +00:00
|
|
|
'buildtools/linux64': {
|
2019-03-16 11:43:14 +00:00
|
|
|
'packages': [
|
|
|
|
{
|
|
|
|
'package': 'gn/gn/linux-amd64',
|
|
|
|
'version': Var('gn_version'),
|
|
|
|
}
|
|
|
|
],
|
|
|
|
'dep_type': 'cipd',
|
2019-03-19 07:28:55 +00:00
|
|
|
'condition': 'host_os == "linux"',
|
2019-03-16 11:43:14 +00:00
|
|
|
},
|
2020-08-03 14:09:55 +00:00
|
|
|
'buildtools/mac': {
|
2019-03-16 11:43:14 +00:00
|
|
|
'packages': [
|
|
|
|
{
|
|
|
|
'package': 'gn/gn/mac-amd64',
|
|
|
|
'version': Var('gn_version'),
|
|
|
|
}
|
|
|
|
],
|
|
|
|
'dep_type': 'cipd',
|
2019-03-19 07:28:55 +00:00
|
|
|
'condition': 'host_os == "mac"',
|
2019-03-16 11:43:14 +00:00
|
|
|
},
|
2020-08-03 14:09:55 +00:00
|
|
|
'buildtools/third_party/libc++/trunk':
|
2020-03-02 13:40:16 +00:00
|
|
|
Var('chromium_url') + '/external/github.com/llvm/llvm-project/libcxx.git' + '@' + 'd9040c75cfea5928c804ab7c235fed06a63f743a',
|
2020-08-03 14:09:55 +00:00
|
|
|
'buildtools/third_party/libc++abi/trunk':
|
2020-03-02 13:40:16 +00:00
|
|
|
Var('chromium_url') + '/external/github.com/llvm/llvm-project/libcxxabi.git' + '@' + '196ba1aaa8ac285d94f4ea8d9836390a45360533',
|
2020-08-03 14:09:55 +00:00
|
|
|
'buildtools/third_party/libunwind/trunk':
|
2020-04-30 17:19:23 +00:00
|
|
|
Var('chromium_url') + '/external/github.com/llvm/llvm-project/libunwind.git' + '@' + 'd999d54f4bca789543a2eb6c995af2d9b5a1f3ed',
|
2020-08-03 14:09:55 +00:00
|
|
|
'buildtools/win': {
|
2019-03-16 11:43:14 +00:00
|
|
|
'packages': [
|
|
|
|
{
|
|
|
|
'package': 'gn/gn/windows-amd64',
|
|
|
|
'version': Var('gn_version'),
|
|
|
|
}
|
|
|
|
],
|
|
|
|
'dep_type': 'cipd',
|
2019-03-19 07:28:55 +00:00
|
|
|
'condition': 'host_os == "win"',
|
2019-03-16 11:43:14 +00:00
|
|
|
},
|
2020-08-03 14:09:55 +00:00
|
|
|
'base/trace_event/common':
|
2020-07-01 03:09:48 +00:00
|
|
|
Var('chromium_url') + '/chromium/src/base/trace_event/common.git' + '@' + '23ef5333a357fc7314630ef88b44c3a545881dee',
|
2020-08-03 14:09:55 +00:00
|
|
|
'third_party/android_ndk': {
|
2019-11-21 03:09:40 +00:00
|
|
|
'url': Var('chromium_url') + '/android_ndk.git' + '@' + '27c0a8d090c666a50e40fceb4ee5b40b1a2d3f87',
|
2018-01-11 07:29:00 +00:00
|
|
|
'condition': 'checkout_android',
|
|
|
|
},
|
2020-08-03 14:09:55 +00:00
|
|
|
'third_party/android_platform': {
|
2020-08-15 03:09:55 +00:00
|
|
|
'url': Var('chromium_url') + '/chromium/src/third_party/android_platform.git' + '@' + 'fc6c6840eeb254ac4fd199c548c54178ce3545bb',
|
2020-01-28 14:30:30 +00:00
|
|
|
'condition': 'checkout_android',
|
|
|
|
},
|
2020-08-03 14:09:55 +00:00
|
|
|
'third_party/android_sdk/public': {
|
2019-03-20 23:17:36 +00:00
|
|
|
'packages': [
|
|
|
|
{
|
2020-07-31 09:53:57 +00:00
|
|
|
'package': 'chromium/third_party/android_sdk/public/build-tools/30.0.1',
|
2019-03-20 23:17:36 +00: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/extras',
|
|
|
|
'version': Var('android_sdk_extras_version'),
|
|
|
|
},
|
|
|
|
{
|
|
|
|
'package': 'chromium/third_party/android_sdk/public/patcher',
|
|
|
|
'version': Var('android_sdk_patcher_version'),
|
|
|
|
},
|
|
|
|
{
|
|
|
|
'package': 'chromium/third_party/android_sdk/public/platform-tools',
|
|
|
|
'version': Var('android_sdk_platform-tools_version'),
|
|
|
|
},
|
|
|
|
{
|
2020-07-31 09:53:57 +00:00
|
|
|
'package': 'chromium/third_party/android_sdk/public/platforms/android-30',
|
2019-03-20 23:17:36 +00:00
|
|
|
'version': Var('android_sdk_platforms_version'),
|
|
|
|
},
|
|
|
|
{
|
2019-11-14 08:56:26 +00:00
|
|
|
'package': 'chromium/third_party/android_sdk/public/sources/android-29',
|
2019-03-20 23:17:36 +00:00
|
|
|
'version': Var('android_sdk_sources_version'),
|
|
|
|
},
|
|
|
|
{
|
2020-04-21 15:59:09 +00:00
|
|
|
'package': 'chromium/third_party/android_sdk/public/cmdline-tools',
|
|
|
|
'version': Var('android_sdk_cmdline-tools_version'),
|
2019-03-20 23:17:36 +00:00
|
|
|
},
|
|
|
|
],
|
2019-03-21 13:04:12 +00:00
|
|
|
'condition': 'checkout_android',
|
|
|
|
'dep_type': 'cipd',
|
2017-10-09 14:20:57 +00:00
|
|
|
},
|
2020-08-03 14:09:55 +00:00
|
|
|
'third_party/catapult': {
|
2020-10-03 03:10:23 +00:00
|
|
|
'url': Var('chromium_url') + '/catapult.git' + '@' + 'd82d30da43cdc96ee5026acc1e0d7d8a33d14313',
|
2018-10-04 07:43:23 +00:00
|
|
|
'condition': 'checkout_android',
|
2017-10-09 14:20:57 +00:00
|
|
|
},
|
2020-08-03 14:09:55 +00:00
|
|
|
'third_party/colorama/src': {
|
2017-10-24 13:45:21 +00:00
|
|
|
'url': Var('chromium_url') + '/external/colorama.git' + '@' + '799604a1041e9b3bc5d2789ecbd7e8db2e18e6b8',
|
|
|
|
'condition': 'checkout_android',
|
|
|
|
},
|
2020-08-03 14:09:55 +00:00
|
|
|
'third_party/fuchsia-sdk': {
|
2020-10-02 03:10:05 +00:00
|
|
|
'url': Var('chromium_url') + '/chromium/src/third_party/fuchsia-sdk.git' + '@' + 'f8df9ff79b878d1998970cc04a197061069e48ce',
|
2018-05-15 07:57:44 +00:00
|
|
|
'condition': 'checkout_fuchsia',
|
|
|
|
},
|
2020-08-03 14:09:55 +00:00
|
|
|
'third_party/googletest/src':
|
2020-06-06 03:20:49 +00:00
|
|
|
Var('chromium_url') + '/external/github.com/google/googletest.git' + '@' + '4fe018038f87675c083d0cfb6a6b57c274fb1753',
|
2020-08-03 14:09:55 +00:00
|
|
|
'third_party/google_benchmark/src': {
|
2020-07-02 18:24:48 +00:00
|
|
|
'url': Var('chromium_url') + '/external/github.com/google/benchmark.git' + '@' + '7f27afe83b82f3a98baf58ef595814b9d42a5b2b',
|
|
|
|
'condition': 'checkout_google_benchmark',
|
|
|
|
},
|
2020-08-03 14:09:55 +00:00
|
|
|
'third_party/jinja2':
|
2020-09-19 03:09:54 +00:00
|
|
|
Var('chromium_url') + '/chromium/src/third_party/jinja2.git' + '@' + 'a82a4944a7f2496639f34a89c9923be5908b80aa',
|
2020-08-03 14:09:55 +00:00
|
|
|
'third_party/markupsafe':
|
2020-08-15 03:09:55 +00:00
|
|
|
Var('chromium_url') + '/chromium/src/third_party/markupsafe.git' + '@' + 'f2fb0f21ef1e1d4ffd43be8c63fc3d4928dea7ab',
|
2020-08-03 14:09:55 +00:00
|
|
|
'tools/swarming_client':
|
2020-09-15 03:09:48 +00:00
|
|
|
Var('chromium_url') + '/infra/luci/client-py.git' + '@' + '44c13d73156581ea09b9389001e58c23a4b8d70a',
|
2020-08-03 14:09:55 +00:00
|
|
|
'test/benchmarks/data':
|
2016-09-23 23:54:34 +00:00
|
|
|
Var('chromium_url') + '/v8/deps/third_party/benchmarks.git' + '@' + '05d7188267b4560491ff9155c5ee13e207ecd65f',
|
2020-08-03 14:09:55 +00:00
|
|
|
'test/mozilla/data':
|
2016-09-23 23:54:34 +00:00
|
|
|
Var('chromium_url') + '/v8/deps/third_party/mozilla-tests.git' + '@' + 'f6c578a10ea707b1a8ab0b88943fe5115ce2b9be',
|
2020-08-03 14:09:55 +00:00
|
|
|
'test/test262/data':
|
2020-10-01 03:02:21 +00:00
|
|
|
Var('chromium_url') + '/external/github.com/tc39/test262.git' + '@' + 'ad8a5e9940ee60d1ecb6e150b7aecf09b17545dd',
|
2020-08-03 14:09:55 +00:00
|
|
|
'test/test262/harness':
|
2019-05-02 07:50:20 +00:00
|
|
|
Var('chromium_url') + '/external/github.com/test262-utils/test262-harness-py.git' + '@' + '4555345a943d0c99a9461182705543fb171dda4b',
|
2020-08-03 14:09:55 +00:00
|
|
|
'third_party/qemu-linux-x64': {
|
2018-08-20 18:44:58 +00:00
|
|
|
'packages': [
|
|
|
|
{
|
|
|
|
'package': 'fuchsia/qemu/linux-amd64',
|
|
|
|
'version': '9cc486c5b18a0be515c39a280ca9a309c54cf994'
|
|
|
|
},
|
|
|
|
],
|
2018-08-31 13:51:19 +00:00
|
|
|
'condition': 'host_os == "linux" and checkout_fuchsia',
|
2018-08-20 18:44:58 +00:00
|
|
|
'dep_type': 'cipd',
|
|
|
|
},
|
2020-08-03 14:09:55 +00:00
|
|
|
'third_party/qemu-mac-x64': {
|
2018-09-15 02:51:06 +00:00
|
|
|
'packages': [
|
|
|
|
{
|
|
|
|
'package': 'fuchsia/qemu/mac-amd64',
|
|
|
|
'version': '2d3358ae9a569b2d4a474f498b32b202a152134f'
|
|
|
|
},
|
|
|
|
],
|
|
|
|
'condition': 'host_os == "mac" and checkout_fuchsia',
|
|
|
|
'dep_type': 'cipd',
|
|
|
|
},
|
2020-08-03 14:09:55 +00:00
|
|
|
'third_party/aemu-linux-x64': {
|
2020-02-02 10:09:42 +00:00
|
|
|
'packages': [
|
|
|
|
{
|
|
|
|
'package': 'fuchsia/third_party/aemu/linux-amd64',
|
2020-10-04 15:39:57 +00:00
|
|
|
'version': 'FgthknmEoQugl3GqOyqz_RsAjIMmeLsa960mZcmhE9UC'
|
2020-02-02 10:09:42 +00:00
|
|
|
},
|
|
|
|
],
|
|
|
|
'condition': 'host_os == "linux" and checkout_fuchsia',
|
|
|
|
'dep_type': 'cipd',
|
|
|
|
},
|
2020-08-03 14:09:55 +00:00
|
|
|
'third_party/aemu-mac-x64': {
|
2020-02-02 10:09:42 +00:00
|
|
|
'packages': [
|
|
|
|
{
|
|
|
|
'package': 'fuchsia/third_party/aemu/mac-amd64',
|
|
|
|
'version': 'T9bWxf8aUC5TwCFgPxpuW29Mfy-7Z9xCfXB9QO8MfU0C'
|
|
|
|
},
|
|
|
|
],
|
|
|
|
'condition': 'host_os == "mac" and checkout_fuchsia',
|
|
|
|
'dep_type': 'cipd',
|
|
|
|
},
|
2020-08-03 14:09:55 +00:00
|
|
|
'tools/clang':
|
2020-10-05 03:10:10 +00:00
|
|
|
Var('chromium_url') + '/chromium/src/tools/clang.git' + '@' + 'f513a0bef645e51aa34690f665a9d4d396142f5b',
|
2020-08-03 14:09:55 +00:00
|
|
|
'tools/luci-go': {
|
2018-10-23 09:19:09 +00:00
|
|
|
'packages': [
|
|
|
|
{
|
|
|
|
'package': 'infra/tools/luci/isolate/${{platform}}',
|
2018-12-06 14:15:30 +00:00
|
|
|
'version': Var('luci_go'),
|
|
|
|
},
|
|
|
|
{
|
|
|
|
'package': 'infra/tools/luci/isolated/${{platform}}',
|
|
|
|
'version': Var('luci_go'),
|
|
|
|
},
|
|
|
|
{
|
|
|
|
'package': 'infra/tools/luci/swarming/${{platform}}',
|
|
|
|
'version': Var('luci_go'),
|
2018-10-23 09:19:09 +00:00
|
|
|
},
|
|
|
|
],
|
2020-06-24 18:03:58 +00:00
|
|
|
'condition': 'host_cpu != "s390" and host_os != "aix"',
|
2018-10-23 09:19:09 +00:00
|
|
|
'dep_type': 'cipd',
|
|
|
|
},
|
2020-08-03 14:09:55 +00:00
|
|
|
'tools/clang/dsymutil': {
|
2019-03-06 08:07:03 +00:00
|
|
|
'packages': [
|
|
|
|
{
|
|
|
|
'package': 'chromium/llvm-build-tools/dsymutil',
|
2019-11-08 03:08:41 +00:00
|
|
|
'version': 'M56jPzDv1620Rnm__jTMYS62Zi8rxHVq7yw0qeBFEgkC',
|
2019-03-06 08:07:03 +00:00
|
|
|
}
|
|
|
|
],
|
|
|
|
'condition': 'checkout_mac',
|
|
|
|
'dep_type': 'cipd',
|
|
|
|
},
|
2020-08-03 14:09:55 +00:00
|
|
|
'third_party/perfetto':
|
2020-10-07 10:52:52 +00:00
|
|
|
Var('android_url') + '/platform/external/perfetto.git' + '@' + '7cdc44f903d3bcfd1d0f67188bfa797a24756868',
|
2020-08-03 14:09:55 +00:00
|
|
|
'third_party/protobuf':
|
2019-03-29 03:07:50 +00:00
|
|
|
Var('chromium_url') + '/external/github.com/google/protobuf'+ '@' + 'b68a347f56137b4b1a746e8c7438495a6ac1bd91',
|
2020-08-03 14:09:55 +00:00
|
|
|
'third_party/zlib':
|
2020-09-30 03:07:46 +00:00
|
|
|
Var('chromium_url') + '/chromium/src/third_party/zlib.git'+ '@' + '26211a5a8e7e28286fc28a84a0e102cc96bf0f0b',
|
2020-08-03 14:09:55 +00:00
|
|
|
'third_party/jsoncpp/source':
|
2020-09-28 15:01:39 +00:00
|
|
|
Var('chromium_url') + '/external/github.com/open-source-parsers/jsoncpp.git'+ '@' + '9059f5cad030ba11d37818847443a53918c327b1',
|
2020-08-03 14:09:55 +00:00
|
|
|
'third_party/ittapi': {
|
2019-12-14 08:46:38 +00:00
|
|
|
# Force checkout ittapi libraries to pass v8 header includes check on
|
|
|
|
# bots that has check_v8_header_includes enabled.
|
|
|
|
'url': Var('chromium_url') + '/external/github.com/intel/ittapi' + '@' + 'b4ae0122ba749163096058b4f1bb065bf4a7de94',
|
|
|
|
'condition': "checkout_ittapi or check_v8_header_includes",
|
|
|
|
},
|
2020-09-01 10:45:16 +00:00
|
|
|
'third_party/requests': {
|
2020-09-02 03:10:05 +00:00
|
|
|
'url': Var('chromium_url') + '/external/github.com/kennethreitz/requests.git' + '@' + 'bfb93d4b7d269a8735f1b216093e7e9a9fdc4517',
|
2020-09-01 10:45:16 +00:00
|
|
|
'condition': 'checkout_android',
|
|
|
|
},
|
2012-05-11 12:18:09 +00:00
|
|
|
}
|
2016-06-06 08:47:27 +00:00
|
|
|
|
2014-06-03 13:39:42 +00:00
|
|
|
include_rules = [
|
|
|
|
# Everybody can use some things.
|
|
|
|
'+include',
|
|
|
|
'+unicode',
|
2014-08-06 11:39:39 +00:00
|
|
|
'+third_party/fdlibm',
|
2019-12-14 08:46:38 +00:00
|
|
|
'+third_party/ittapi/include'
|
2014-06-03 13:39:42 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
# checkdeps.py shouldn't check for includes in these directories:
|
|
|
|
skip_child_includes = [
|
|
|
|
'build',
|
|
|
|
'third_party',
|
|
|
|
]
|
|
|
|
|
2012-05-11 12:18:09 +00:00
|
|
|
hooks = [
|
2018-05-17 10:41:13 +00:00
|
|
|
{
|
|
|
|
# Ensure that the DEPS'd "depot_tools" has its self-update capability
|
|
|
|
# disabled.
|
|
|
|
'name': 'disable_depot_tools_selfupdate',
|
|
|
|
'pattern': '.',
|
|
|
|
'action': [
|
|
|
|
'python',
|
2020-08-03 14:09:55 +00:00
|
|
|
'third_party/depot_tools/update_depot_tools_toggle.py',
|
2018-05-17 10:41:13 +00:00
|
|
|
'--disable',
|
|
|
|
],
|
|
|
|
},
|
2015-02-24 16:57:37 +00:00
|
|
|
{
|
|
|
|
# This clobbers when necessary (based on get_landmines.py). It must be the
|
|
|
|
# first hook so that other things that get/generate into the output
|
|
|
|
# directory will not subsequently be clobbered.
|
|
|
|
'name': 'landmines',
|
|
|
|
'pattern': '.',
|
|
|
|
'action': [
|
|
|
|
'python',
|
2020-08-03 14:09:55 +00:00
|
|
|
'build/landmines.py',
|
2018-01-29 11:55:58 +00:00
|
|
|
'--landmine-scripts',
|
2020-08-03 14:09:55 +00:00
|
|
|
'tools/get_landmines.py',
|
2015-02-24 16:57:37 +00:00
|
|
|
],
|
|
|
|
},
|
2014-06-26 10:49:27 +00:00
|
|
|
# Pull clang-format binaries using checked-in hashes.
|
|
|
|
{
|
|
|
|
'name': 'clang_format_win',
|
|
|
|
'pattern': '.',
|
2018-04-05 19:34:00 +00:00
|
|
|
'condition': 'host_os == "win"',
|
2014-06-26 10:49:27 +00:00
|
|
|
'action': [ 'download_from_google_storage',
|
|
|
|
'--no_resume',
|
|
|
|
'--platform=win32',
|
|
|
|
'--no_auth',
|
|
|
|
'--bucket', 'chromium-clang-format',
|
2020-08-03 14:09:55 +00:00
|
|
|
'-s', 'buildtools/win/clang-format.exe.sha1',
|
2014-06-26 10:49:27 +00:00
|
|
|
],
|
|
|
|
},
|
|
|
|
{
|
|
|
|
'name': 'clang_format_mac',
|
|
|
|
'pattern': '.',
|
2018-04-05 19:34:00 +00:00
|
|
|
'condition': 'host_os == "mac"',
|
2014-06-26 10:49:27 +00:00
|
|
|
'action': [ 'download_from_google_storage',
|
|
|
|
'--no_resume',
|
|
|
|
'--platform=darwin',
|
|
|
|
'--no_auth',
|
|
|
|
'--bucket', 'chromium-clang-format',
|
2020-08-03 14:09:55 +00:00
|
|
|
'-s', 'buildtools/mac/clang-format.sha1',
|
2014-06-26 10:49:27 +00:00
|
|
|
],
|
|
|
|
},
|
|
|
|
{
|
|
|
|
'name': 'clang_format_linux',
|
|
|
|
'pattern': '.',
|
2018-04-05 19:34:00 +00:00
|
|
|
'condition': 'host_os == "linux"',
|
2014-06-26 10:49:27 +00:00
|
|
|
'action': [ 'download_from_google_storage',
|
|
|
|
'--no_resume',
|
|
|
|
'--platform=linux*',
|
|
|
|
'--no_auth',
|
|
|
|
'--bucket', 'chromium-clang-format',
|
2020-08-03 14:09:55 +00:00
|
|
|
'-s', 'buildtools/linux64/clang-format.sha1',
|
2014-06-26 10:49:27 +00:00
|
|
|
],
|
|
|
|
},
|
2016-02-16 19:07:48 +00:00
|
|
|
{
|
|
|
|
'name': 'gcmole',
|
|
|
|
'pattern': '.',
|
2018-02-12 12:55:09 +00:00
|
|
|
'condition': 'download_gcmole',
|
|
|
|
'action': [ 'download_from_google_storage',
|
|
|
|
'--bucket', 'chrome-v8-gcmole',
|
|
|
|
'-u', '--no_resume',
|
2020-08-03 14:09:55 +00:00
|
|
|
'-s', 'tools/gcmole/gcmole-tools.tar.gz.sha1',
|
2018-02-12 12:55:09 +00:00
|
|
|
'--platform=linux*',
|
2016-02-16 19:07:48 +00:00
|
|
|
],
|
|
|
|
},
|
2016-02-18 09:47:23 +00:00
|
|
|
{
|
|
|
|
'name': 'jsfunfuzz',
|
|
|
|
'pattern': '.',
|
2018-02-12 12:55:09 +00:00
|
|
|
'condition': 'download_jsfunfuzz',
|
|
|
|
'action': [ 'download_from_google_storage',
|
|
|
|
'--bucket', 'chrome-v8-jsfunfuzz',
|
|
|
|
'-u', '--no_resume',
|
2020-08-03 14:09:55 +00:00
|
|
|
'-s', 'tools/jsfunfuzz/jsfunfuzz.tar.gz.sha1',
|
2018-02-12 12:55:09 +00:00
|
|
|
'--platform=linux*',
|
2016-02-18 09:47:23 +00:00
|
|
|
],
|
|
|
|
},
|
2017-04-27 12:28:05 +00:00
|
|
|
{
|
|
|
|
'name': 'wasm_spec_tests',
|
|
|
|
'pattern': '.',
|
|
|
|
'action': [ 'download_from_google_storage',
|
|
|
|
'--no_resume',
|
|
|
|
'--no_auth',
|
|
|
|
'-u',
|
|
|
|
'--bucket', 'v8-wasm-spec-tests',
|
2020-08-03 14:09:55 +00:00
|
|
|
'-s', 'test/wasm-spec-tests/tests.tar.gz.sha1',
|
2017-04-27 12:28:05 +00:00
|
|
|
],
|
|
|
|
},
|
2019-08-27 14:14:34 +00:00
|
|
|
{
|
|
|
|
'name': 'wasm_js',
|
|
|
|
'pattern': '.',
|
|
|
|
'action': [ 'download_from_google_storage',
|
|
|
|
'--no_resume',
|
|
|
|
'--no_auth',
|
|
|
|
'-u',
|
|
|
|
'--bucket', 'v8-wasm-spec-tests',
|
2020-08-03 14:09:55 +00:00
|
|
|
'-s', 'test/wasm-js/tests.tar.gz.sha1',
|
2019-08-27 14:14:34 +00:00
|
|
|
],
|
|
|
|
},
|
2016-06-08 15:27:21 +00:00
|
|
|
{
|
2018-02-09 09:28:42 +00:00
|
|
|
'name': 'sysroot_arm',
|
2016-06-08 15:27:21 +00:00
|
|
|
'pattern': '.',
|
2018-03-14 15:02:54 +00:00
|
|
|
'condition': '(checkout_linux and checkout_arm)',
|
2020-08-03 14:09:55 +00:00
|
|
|
'action': ['python', 'build/linux/sysroot_scripts/install-sysroot.py',
|
2018-02-09 09:28:42 +00:00
|
|
|
'--arch=arm'],
|
|
|
|
},
|
|
|
|
{
|
|
|
|
'name': 'sysroot_arm64',
|
|
|
|
'pattern': '.',
|
2018-03-14 15:02:54 +00:00
|
|
|
'condition': '(checkout_linux and checkout_arm64)',
|
2020-08-03 14:09:55 +00:00
|
|
|
'action': ['python', 'build/linux/sysroot_scripts/install-sysroot.py',
|
2018-02-09 09:28:42 +00:00
|
|
|
'--arch=arm64'],
|
|
|
|
},
|
|
|
|
{
|
|
|
|
'name': 'sysroot_x86',
|
|
|
|
'pattern': '.',
|
2018-03-14 15:02:54 +00:00
|
|
|
'condition': '(checkout_linux and (checkout_x86 or checkout_x64))',
|
2020-08-03 14:09:55 +00:00
|
|
|
'action': ['python', 'build/linux/sysroot_scripts/install-sysroot.py',
|
2018-02-09 09:28:42 +00:00
|
|
|
'--arch=x86'],
|
|
|
|
},
|
|
|
|
{
|
|
|
|
'name': 'sysroot_x64',
|
|
|
|
'pattern': '.',
|
2018-03-14 15:02:54 +00:00
|
|
|
'condition': 'checkout_linux and checkout_x64',
|
2020-08-03 14:09:55 +00:00
|
|
|
'action': ['python', 'build/linux/sysroot_scripts/install-sysroot.py',
|
2018-02-09 09:28:42 +00:00
|
|
|
'--arch=x64'],
|
2016-06-08 15:27:21 +00:00
|
|
|
},
|
2017-03-31 07:33:57 +00:00
|
|
|
{
|
2017-10-11 12:58:07 +00:00
|
|
|
'name': 'msan_chained_origins',
|
|
|
|
'pattern': '.',
|
|
|
|
'condition': 'checkout_instrumented_libraries',
|
|
|
|
'action': [ 'download_from_google_storage',
|
|
|
|
'--no_resume',
|
|
|
|
'--no_auth',
|
|
|
|
'--bucket', 'chromium-instrumented-libraries',
|
2020-08-03 14:09:55 +00:00
|
|
|
'-s', 'third_party/instrumented_libraries/binaries/msan-chained-origins-trusty.tgz.sha1',
|
2017-10-11 12:58:07 +00:00
|
|
|
],
|
|
|
|
},
|
|
|
|
{
|
|
|
|
'name': 'msan_no_origins',
|
|
|
|
'pattern': '.',
|
|
|
|
'condition': 'checkout_instrumented_libraries',
|
|
|
|
'action': [ 'download_from_google_storage',
|
|
|
|
'--no_resume',
|
|
|
|
'--no_auth',
|
|
|
|
'--bucket', 'chromium-instrumented-libraries',
|
2020-08-03 14:09:55 +00:00
|
|
|
'-s', 'third_party/instrumented_libraries/binaries/msan-no-origins-trusty.tgz.sha1',
|
2017-10-11 12:58:07 +00:00
|
|
|
],
|
2017-03-31 07:33:57 +00:00
|
|
|
},
|
2015-11-02 10:40:16 +00:00
|
|
|
{
|
|
|
|
# Update the Windows toolchain if necessary.
|
|
|
|
'name': 'win_toolchain',
|
|
|
|
'pattern': '.',
|
2017-10-09 14:20:57 +00:00
|
|
|
'condition': 'checkout_win',
|
2020-08-03 14:09:55 +00:00
|
|
|
'action': ['python', 'build/vs_toolchain.py', 'update'],
|
2015-11-02 10:40:16 +00:00
|
|
|
},
|
2019-07-23 12:24:27 +00:00
|
|
|
{
|
|
|
|
# Update the Mac toolchain if necessary.
|
|
|
|
'name': 'mac_toolchain',
|
|
|
|
'pattern': '.',
|
2019-07-30 06:57:19 +00:00
|
|
|
'condition': 'checkout_mac',
|
2020-08-07 13:17:14 +00:00
|
|
|
'action': ['python', 'build/mac_toolchain.py',
|
|
|
|
'--xcode-version', Var('mac_xcode_version')],
|
2019-07-23 12:24:27 +00:00
|
|
|
},
|
2015-02-10 07:26:59 +00:00
|
|
|
# Pull binutils for linux, enabled debug fission for faster linking /
|
|
|
|
# debugging when used with clang on Ubuntu Precise.
|
|
|
|
# https://code.google.com/p/chromium/issues/detail?id=352046
|
|
|
|
{
|
|
|
|
'name': 'binutils',
|
2020-08-03 14:09:55 +00:00
|
|
|
'pattern': 'third_party/binutils',
|
2018-12-13 12:05:35 +00:00
|
|
|
'condition': 'host_os == "linux"',
|
2015-02-10 07:26:59 +00:00
|
|
|
'action': [
|
|
|
|
'python',
|
2020-08-03 14:09:55 +00:00
|
|
|
'third_party/binutils/download.py',
|
2015-02-10 07:26:59 +00:00
|
|
|
],
|
|
|
|
},
|
2014-11-27 10:29:41 +00:00
|
|
|
{
|
|
|
|
# Note: On Win, this should run after win_toolchain, as it may use it.
|
|
|
|
'name': 'clang',
|
|
|
|
'pattern': '.',
|
2018-02-14 19:12:58 +00:00
|
|
|
# clang not supported on aix
|
|
|
|
'condition': 'host_os != "aix"',
|
2020-08-03 14:09:55 +00:00
|
|
|
'action': ['python', 'tools/clang/scripts/update.py'],
|
2014-11-27 10:29:41 +00:00
|
|
|
},
|
2020-06-11 22:46:25 +00:00
|
|
|
{
|
|
|
|
'name': 'clang_tidy',
|
|
|
|
'pattern': '.',
|
|
|
|
'condition': 'checkout_clang_tidy',
|
2020-08-03 14:09:55 +00:00
|
|
|
'action': ['python', 'tools/clang/scripts/update.py',
|
2020-06-11 22:46:25 +00:00
|
|
|
'--package=clang-tidy'],
|
|
|
|
},
|
2018-08-17 12:29:23 +00:00
|
|
|
{
|
|
|
|
# Update LASTCHANGE.
|
|
|
|
'name': 'lastchange',
|
|
|
|
'pattern': '.',
|
2020-08-03 14:09:55 +00:00
|
|
|
'action': ['python', 'build/util/lastchange.py',
|
|
|
|
'-o', 'build/util/LASTCHANGE'],
|
2018-08-17 12:29:23 +00:00
|
|
|
},
|
2017-10-11 07:56:41 +00:00
|
|
|
{
|
|
|
|
'name': 'fuchsia_sdk',
|
|
|
|
'pattern': '.',
|
|
|
|
'condition': 'checkout_fuchsia',
|
|
|
|
'action': [
|
|
|
|
'python',
|
2020-08-03 14:09:55 +00:00
|
|
|
'build/fuchsia/update_sdk.py',
|
2019-08-26 07:39:40 +00:00
|
|
|
'--boot-images={checkout_fuchsia_boot_images}',
|
2017-10-11 07:56:41 +00:00
|
|
|
],
|
|
|
|
},
|
2018-09-15 02:51:06 +00:00
|
|
|
{
|
|
|
|
# Mac doesn't use lld so it's not included in the default clang bundle
|
|
|
|
# there. However, lld is need in Fuchsia cross builds, so
|
|
|
|
# download it there.
|
|
|
|
# Should run after the clang hook.
|
|
|
|
'name': 'lld/mac',
|
|
|
|
'pattern': '.',
|
|
|
|
'condition': 'host_os == "mac" and checkout_fuchsia',
|
2020-08-03 14:09:55 +00:00
|
|
|
'action': ['python', 'tools/clang/scripts/update.py',
|
2019-11-06 14:29:03 +00:00
|
|
|
'--package=lld_mac'],
|
2018-09-15 02:51:06 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
# Mac does not have llvm-objdump, download it for cross builds in Fuchsia.
|
|
|
|
'name': 'llvm-objdump',
|
|
|
|
'pattern': '.',
|
|
|
|
'condition': 'host_os == "mac" and checkout_fuchsia',
|
2020-08-03 14:09:55 +00:00
|
|
|
'action': ['python', 'tools/clang/scripts/update.py',
|
2019-11-06 14:29:03 +00:00
|
|
|
'--package=objdump'],
|
2018-09-15 02:51:06 +00:00
|
|
|
},
|
2017-10-24 09:01:39 +00:00
|
|
|
# Download and initialize "vpython" VirtualEnv environment packages.
|
|
|
|
{
|
|
|
|
'name': 'vpython_common',
|
|
|
|
'pattern': '.',
|
|
|
|
'condition': 'checkout_android',
|
|
|
|
'action': [ 'vpython',
|
2020-08-03 14:09:55 +00:00
|
|
|
'-vpython-spec', '.vpython',
|
2017-10-24 09:01:39 +00:00
|
|
|
'-vpython-tool', 'install',
|
|
|
|
],
|
|
|
|
},
|
2018-07-20 13:13:31 +00:00
|
|
|
{
|
|
|
|
'name': 'check_v8_header_includes',
|
|
|
|
'pattern': '.',
|
|
|
|
'condition': 'check_v8_header_includes',
|
|
|
|
'action': [
|
|
|
|
'python',
|
2020-08-03 14:09:55 +00:00
|
|
|
'tools/generate-header-include-checks.py',
|
2018-07-20 13:13:31 +00:00
|
|
|
],
|
|
|
|
},
|
2012-05-11 12:18:09 +00:00
|
|
|
]
|