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-10-15 19:42:20 +00:00
|
|
|
# TODO(https://crbug.com/1137662, https://crbug.com/1080854)
|
|
|
|
# Remove when migration is complete.
|
|
|
|
'checkout_fuchsia_for_arm64_host',
|
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",
|
|
|
|
|
2020-10-15 19:42:20 +00:00
|
|
|
# TODO(https://crbug.com/1137662, https://crbug.com/1080854)
|
|
|
|
# Remove when migration is complete.
|
|
|
|
# By default, do not check out files required to run fuchsia tests in
|
|
|
|
# qemu on linux-arm64 machines.
|
|
|
|
'checkout_fuchsia_for_arm64_host': False,
|
|
|
|
|
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
|
|
|
|
2019-03-16 11:43:14 +00:00
|
|
|
# GN CIPD package version.
|
2021-04-30 14:17:49 +00:00
|
|
|
'gn_version': 'git_revision:6771ce569fb4803dad7a427aa2e2c23e960b917e',
|
2019-03-16 11:43:14 +00:00
|
|
|
|
2018-12-06 14:15:30 +00:00
|
|
|
# luci-go CIPD package version.
|
2021-05-02 03:12:12 +00:00
|
|
|
'luci_go': 'git_revision:1b257aacd4934e5a8b2508b240ffc7d866df9273',
|
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-10-30 03:10:57 +00:00
|
|
|
'android_sdk_cmdline-tools_version': 'V__2Ycej-H2-6AcXX5A3gi7sIk74SuN44PBm2uC_N1sC',
|
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':
|
2021-05-03 03:11:49 +00:00
|
|
|
Var('chromium_url') + '/chromium/src/build.git' + '@' + '3309cd87064c6553f155c5d2bfa27a6e2c0b31a3',
|
2020-08-03 14:09:55 +00:00
|
|
|
'third_party/depot_tools':
|
2021-05-01 03:12:00 +00:00
|
|
|
Var('chromium_url') + '/chromium/tools/depot_tools.git' + '@' + 'f663e543389de90c5573825a654721b367c31633',
|
2020-08-03 14:09:55 +00:00
|
|
|
'third_party/icu':
|
2021-04-27 03:11:05 +00:00
|
|
|
Var('chromium_url') + '/chromium/deps/icu.git' + '@' + 'cd9f9a9495b1978ded709c248e467e7f5a74ea0a',
|
2020-08-03 14:09:55 +00:00
|
|
|
'third_party/instrumented_libraries':
|
2021-04-08 03:12:04 +00:00
|
|
|
Var('chromium_url') + '/chromium/src/third_party/instrumented_libraries.git' + '@' + '084aee04777db574038af9e9d33ca5caed577462',
|
2020-08-03 14:09:55 +00:00
|
|
|
'buildtools':
|
2021-04-30 14:17:49 +00:00
|
|
|
Var('chromium_url') + '/chromium/src/buildtools.git' + '@' + '5da6005cc90f06df9cf4fbaad30374c9a41a7ba9',
|
2020-08-03 14:09:55 +00:00
|
|
|
'buildtools/clang_format/script':
|
2021-02-11 12:37:56 +00:00
|
|
|
Var('chromium_url') + '/external/github.com/llvm/llvm-project/clang/tools/clang-format.git' + '@' + '99803d74e35962f63a775f29477882afd4d57d94',
|
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':
|
2021-02-12 03:10:07 +00:00
|
|
|
Var('chromium_url') + '/external/github.com/llvm/llvm-project/libcxx.git' + '@' + '8fa87946779682841e21e2da977eccfb6cb3bded',
|
2020-08-03 14:09:55 +00:00
|
|
|
'buildtools/third_party/libc++abi/trunk':
|
2021-04-30 14:17:49 +00:00
|
|
|
Var('chromium_url') + '/external/github.com/llvm/llvm-project/libcxxabi.git' + '@' + '5f51521620a9229a8e7956a5a302031d3fc28b5f',
|
2020-08-03 14:09:55 +00:00
|
|
|
'buildtools/third_party/libunwind/trunk':
|
2021-04-26 03:12:50 +00:00
|
|
|
Var('chromium_url') + '/external/github.com/llvm/llvm-project/libunwind.git' + '@' + '5844fc6769a95bab0653d8bd785d1f7aff8c9ff3',
|
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':
|
2021-04-30 14:17:49 +00:00
|
|
|
Var('chromium_url') + '/chromium/src/base/trace_event/common.git' + '@' + 'd5bb24e5d9802c8c917fcaa4375d5239a586c168',
|
2020-08-03 14:09:55 +00:00
|
|
|
'third_party/android_ndk': {
|
2021-01-28 03:10:59 +00:00
|
|
|
'url': Var('chromium_url') + '/android_ndk.git' + '@' + '401019bf85744311b26c88ced255cd53401af8b7',
|
2018-01-11 07:29:00 +00:00
|
|
|
'condition': 'checkout_android',
|
|
|
|
},
|
2020-08-03 14:09:55 +00:00
|
|
|
'third_party/android_platform': {
|
2021-01-21 10:23:08 +00:00
|
|
|
'url': Var('chromium_url') + '/chromium/src/third_party/android_platform.git' + '@' + 'fdaa5e5b9f6384c3011ca8479d672e47528f743f',
|
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': {
|
2021-05-01 03:12:00 +00:00
|
|
|
'url': Var('chromium_url') + '/catapult.git' + '@' + '00b6ebab8b4ec3aa2376e3f2dd51a4547d31c492',
|
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-12-04 03:10:32 +00:00
|
|
|
'url': Var('chromium_url') + '/chromium/src/third_party/fuchsia-sdk.git' + '@' + 'efa46583d89ea8c97523281d9f52a0d96472114d',
|
2018-05-15 07:57:44 +00:00
|
|
|
'condition': 'checkout_fuchsia',
|
|
|
|
},
|
2020-08-03 14:09:55 +00:00
|
|
|
'third_party/googletest/src':
|
2021-04-27 07:24:36 +00:00
|
|
|
Var('chromium_url') + '/external/github.com/google/googletest.git' + '@' + '23ef29555ef4789f555f1ba8c51b4c52975f0907',
|
2020-08-03 14:09:55 +00:00
|
|
|
'third_party/google_benchmark/src': {
|
2021-05-01 03:12:00 +00:00
|
|
|
'url': Var('chromium_url') + '/external/github.com/google/benchmark.git' + '@' + 'ba9a763def4eca056d03b1ece2946b2d4ef6dfcb',
|
2020-07-02 18:24:48 +00:00
|
|
|
},
|
2020-08-03 14:09:55 +00:00
|
|
|
'third_party/jinja2':
|
2020-12-08 03:12:45 +00:00
|
|
|
Var('chromium_url') + '/chromium/src/third_party/jinja2.git' + '@' + '11b6b3e5971d760bd2d310f77643f55a818a6d25',
|
2020-08-03 14:09:55 +00:00
|
|
|
'third_party/markupsafe':
|
2020-10-25 03:10:18 +00:00
|
|
|
Var('chromium_url') + '/chromium/src/third_party/markupsafe.git' + '@' + '0944e71f4b2cb9a871bcbe353f95e889b64a611a',
|
2020-08-03 14:09:55 +00:00
|
|
|
'tools/swarming_client':
|
2021-01-26 03:10:05 +00:00
|
|
|
Var('chromium_url') + '/infra/luci/client-py.git' + '@' + 'a32a1607f6093d338f756c7e7c7b4333b0c50c9c',
|
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':
|
2021-04-23 23:19:53 +00:00
|
|
|
Var('chromium_url') + '/external/github.com/tc39/test262.git' + '@' + '70bc32edab22b44db9d671ce505db8842ae200b6',
|
2020-08-03 14:09:55 +00:00
|
|
|
'test/test262/harness':
|
2021-01-28 03:10:59 +00:00
|
|
|
Var('chromium_url') + '/external/github.com/test262-utils/test262-harness-py.git' + '@' + '278bcfaed0dcaa13936831fb1769d15e7c1e3b2b',
|
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',
|
2021-05-03 03:11:49 +00:00
|
|
|
'version': 'IkJe_PGoF9FZE4NgmhuVPlSogmI0pgjjHezTAckYoEYC'
|
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':
|
2021-05-01 03:12:00 +00:00
|
|
|
Var('chromium_url') + '/chromium/src/tools/clang.git' + '@' + '7bc447f6ed0b0759946fae69a09e191e89b0aef2',
|
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':
|
2021-01-18 11:44:07 +00:00
|
|
|
Var('android_url') + '/platform/external/perfetto.git' + '@' + 'aa4385bc5997ecad4c633885e1b331b1115012fb',
|
2020-08-03 14:09:55 +00:00
|
|
|
'third_party/protobuf':
|
2021-01-18 11:44:07 +00:00
|
|
|
Var('chromium_url') + '/external/github.com/google/protobuf'+ '@' + '6a59a2ad1f61d9696092f79b6d74368b4d7970a3',
|
2020-08-03 14:09:55 +00:00
|
|
|
'third_party/zlib':
|
2021-04-30 14:17:49 +00:00
|
|
|
Var('chromium_url') + '/chromium/src/third_party/zlib.git'+ '@' + 'e8da4daa81899ac166be957c7ce700a528dc4154',
|
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': {
|
2021-04-03 03:12:19 +00:00
|
|
|
'url': Var('chromium_url') + '/external/github.com/kennethreitz/requests.git' + '@' + '2c2138e811487b13020eb331482fb991fd399d4e',
|
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
|
|
|
},
|
2021-04-06 18:26:21 +00:00
|
|
|
{
|
|
|
|
# Case-insensitivity for the Win SDK. Must run before win_toolchain below.
|
|
|
|
'name': 'ciopfs_linux',
|
|
|
|
'pattern': '.',
|
|
|
|
'condition': 'checkout_win and host_os == "linux"',
|
|
|
|
'action': [ 'download_from_google_storage',
|
|
|
|
'--no_resume',
|
|
|
|
'--no_auth',
|
|
|
|
'--bucket', 'chromium-browser-clang/ciopfs',
|
|
|
|
'-s', 'build/ciopfs.sha1',
|
|
|
|
]
|
|
|
|
},
|
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',
|
2021-04-06 18:26:21 +00:00
|
|
|
'action': ['python', 'build/vs_toolchain.py', 'update', '--force'],
|
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-11-13 16:03:41 +00:00
|
|
|
'action': ['python', 'build/mac_toolchain.py'],
|
2019-07-23 12:24:27 +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
|
|
|
{
|
2020-10-12 14:12:19 +00:00
|
|
|
'name': 'Download Fuchsia SDK',
|
2017-10-11 07:56:41 +00:00
|
|
|
'pattern': '.',
|
|
|
|
'condition': 'checkout_fuchsia',
|
|
|
|
'action': [
|
|
|
|
'python',
|
2020-08-03 14:09:55 +00:00
|
|
|
'build/fuchsia/update_sdk.py',
|
2020-10-12 14:12:19 +00:00
|
|
|
],
|
|
|
|
},
|
|
|
|
{
|
|
|
|
'name': 'Download Fuchsia system images',
|
|
|
|
'pattern': '.',
|
|
|
|
'condition': 'checkout_fuchsia',
|
|
|
|
'action': [
|
|
|
|
'python',
|
|
|
|
'build/fuchsia/update_images.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
|
|
|
]
|