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.
|
|
|
|
|
2014-05-14 08:30:49 +00:00
|
|
|
vars = {
|
2014-11-11 22:07:08 +00:00
|
|
|
"git_url": "https://chromium.googlesource.com",
|
2014-05-14 08:30:49 +00:00
|
|
|
}
|
|
|
|
|
2012-05-11 12:18:09 +00:00
|
|
|
deps = {
|
|
|
|
"v8/build/gyp":
|
2015-09-22 03:25:00 +00:00
|
|
|
Var("git_url") + "/external/gyp.git" + "@" + "01528c7244837168a1c80f06ff60fa5a9793c824",
|
2013-07-01 08:32:41 +00:00
|
|
|
"v8/third_party/icu":
|
2015-10-02 03:24:35 +00:00
|
|
|
Var("git_url") + "/chromium/deps/icu.git" + "@" + "94e4b770ce2f6065d4261d29c32683a6099b9d93",
|
2014-06-03 12:01:50 +00:00
|
|
|
"v8/buildtools":
|
2015-10-15 03:24:55 +00:00
|
|
|
Var("git_url") + "/chromium/buildtools.git" + "@" + "ef7f1f539cff0441c4401d8c052e54cfd01bff07",
|
2015-09-25 14:36:58 +00:00
|
|
|
"v8/tools/swarming_client":
|
2015-10-16 03:24:12 +00:00
|
|
|
Var('git_url') + '/external/swarming.client.git' + '@' + "3db878084b52a5e4eac0a32095e490e1b6ef9526",
|
2014-08-04 09:11:02 +00:00
|
|
|
"v8/testing/gtest":
|
2015-10-08 08:12:50 +00:00
|
|
|
Var("git_url") + "/external/github.com/google/googletest.git" + "@" + "6f8a66431cb592dad629028a50b3dd418a408c87",
|
2014-08-04 09:11:02 +00:00
|
|
|
"v8/testing/gmock":
|
2015-08-01 03:23:13 +00:00
|
|
|
Var("git_url") + "/external/googlemock.git" + "@" + "0421b6f358139f02e102c9c332ce19a33faf75be",
|
2015-10-19 08:41:55 +00:00
|
|
|
"v8/test/benchmarks/data":
|
|
|
|
Var("git_url") + "/v8/deps/third_party/benchmarks.git" + "@" + "05d7188267b4560491ff9155c5ee13e207ecd65f",
|
2015-10-16 13:01:40 +00:00
|
|
|
"v8/test/mozilla/data":
|
|
|
|
Var("git_url") + "/v8/deps/third_party/mozilla-tests.git" + "@" + "f6c578a10ea707b1a8ab0b88943fe5115ce2b9be",
|
2015-10-15 11:26:45 +00:00
|
|
|
"v8/test/simdjs/data": Var("git_url") + "/external/github.com/tc39/ecmascript_simd.git" + "@" + "c8ef63c728283debc25891123eb00482fee4b8cd",
|
2015-10-08 14:40:37 +00:00
|
|
|
"v8/test/test262/data":
|
|
|
|
Var("git_url") + "/external/github.com/tc39/test262.git" + "@" + "26e6fd7c1779a63913cc7720cbc6c87b3b7b3285",
|
2014-11-27 10:29:41 +00:00
|
|
|
"v8/tools/clang":
|
2015-10-13 03:22:58 +00:00
|
|
|
Var("git_url") + "/chromium/src/tools/clang.git" + "@" + "a56c9063d582660d29b32f967ce20875c589fc3e",
|
2012-05-11 12:18:09 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
deps_os = {
|
2014-08-28 11:09:46 +00:00
|
|
|
"android": {
|
|
|
|
"v8/third_party/android_tools":
|
2015-08-20 03:22:34 +00:00
|
|
|
Var("git_url") + "/android_tools.git" + "@" + "4238a28593b7e6178c95431f91ca8c24e45fa7eb",
|
2014-08-28 11:09:46 +00:00
|
|
|
},
|
2012-05-11 12:18:09 +00:00
|
|
|
"win": {
|
|
|
|
"v8/third_party/cygwin":
|
2014-12-08 12:27:21 +00:00
|
|
|
Var("git_url") + "/chromium/deps/cygwin.git" + "@" + "c89e446b273697fadf3a10ff1007a97c0b7de6df",
|
2012-05-11 12:18:09 +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",
|
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 = [
|
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',
|
|
|
|
'v8/build/landmines.py',
|
|
|
|
],
|
|
|
|
},
|
2014-06-26 10:49:27 +00:00
|
|
|
# Pull clang-format binaries using checked-in hashes.
|
|
|
|
{
|
|
|
|
"name": "clang_format_win",
|
|
|
|
"pattern": ".",
|
|
|
|
"action": [ "download_from_google_storage",
|
|
|
|
"--no_resume",
|
|
|
|
"--platform=win32",
|
|
|
|
"--no_auth",
|
|
|
|
"--bucket", "chromium-clang-format",
|
|
|
|
"-s", "v8/buildtools/win/clang-format.exe.sha1",
|
|
|
|
],
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "clang_format_mac",
|
|
|
|
"pattern": ".",
|
|
|
|
"action": [ "download_from_google_storage",
|
|
|
|
"--no_resume",
|
|
|
|
"--platform=darwin",
|
|
|
|
"--no_auth",
|
|
|
|
"--bucket", "chromium-clang-format",
|
|
|
|
"-s", "v8/buildtools/mac/clang-format.sha1",
|
|
|
|
],
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "clang_format_linux",
|
|
|
|
"pattern": ".",
|
|
|
|
"action": [ "download_from_google_storage",
|
|
|
|
"--no_resume",
|
|
|
|
"--platform=linux*",
|
|
|
|
"--no_auth",
|
|
|
|
"--bucket", "chromium-clang-format",
|
|
|
|
"-s", "v8/buildtools/linux64/clang-format.sha1",
|
|
|
|
],
|
|
|
|
},
|
2015-10-01 12:11:29 +00:00
|
|
|
# Pull luci-go binaries (isolate, swarming) using checked-in hashes.
|
|
|
|
{
|
|
|
|
'name': 'luci-go_win',
|
|
|
|
'pattern': '.',
|
|
|
|
'action': [ 'download_from_google_storage',
|
|
|
|
'--no_resume',
|
|
|
|
'--platform=win32',
|
|
|
|
'--no_auth',
|
|
|
|
'--bucket', 'chromium-luci',
|
|
|
|
'-d', 'v8/tools/luci-go/win64',
|
|
|
|
],
|
|
|
|
},
|
|
|
|
{
|
|
|
|
'name': 'luci-go_mac',
|
|
|
|
'pattern': '.',
|
|
|
|
'action': [ 'download_from_google_storage',
|
|
|
|
'--no_resume',
|
|
|
|
'--platform=darwin',
|
|
|
|
'--no_auth',
|
|
|
|
'--bucket', 'chromium-luci',
|
|
|
|
'-d', 'v8/tools/luci-go/mac64',
|
|
|
|
],
|
|
|
|
},
|
|
|
|
{
|
|
|
|
'name': 'luci-go_linux',
|
|
|
|
'pattern': '.',
|
|
|
|
'action': [ 'download_from_google_storage',
|
|
|
|
'--no_resume',
|
|
|
|
'--platform=linux*',
|
|
|
|
'--no_auth',
|
|
|
|
'--bucket', 'chromium-luci',
|
|
|
|
'-d', 'v8/tools/luci-go/linux64',
|
|
|
|
],
|
|
|
|
},
|
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',
|
|
|
|
'pattern': 'v8/third_party/binutils',
|
|
|
|
'action': [
|
|
|
|
'python',
|
|
|
|
'v8/third_party/binutils/download.py',
|
|
|
|
],
|
|
|
|
},
|
2015-09-03 14:18:10 +00:00
|
|
|
{
|
|
|
|
# Pull gold plugin if needed or requested via GYP_DEFINES.
|
|
|
|
# Note: This must run before the clang update.
|
|
|
|
'name': 'gold_plugin',
|
|
|
|
'pattern': '.',
|
|
|
|
'action': ['python', 'v8/build/download_gold_plugin.py'],
|
|
|
|
},
|
2014-11-27 10:29:41 +00:00
|
|
|
{
|
|
|
|
# Pull clang if needed or requested via GYP_DEFINES.
|
|
|
|
# Note: On Win, this should run after win_toolchain, as it may use it.
|
|
|
|
'name': 'clang',
|
|
|
|
'pattern': '.',
|
|
|
|
'action': ['python', 'v8/tools/clang/scripts/update.py', '--if-needed'],
|
|
|
|
},
|
2012-05-11 12:18:09 +00:00
|
|
|
{
|
|
|
|
# A change to a .gyp, .gypi, or to GYP itself should run the generator.
|
|
|
|
"pattern": ".",
|
|
|
|
"action": ["python", "v8/build/gyp_v8"],
|
|
|
|
},
|
|
|
|
]
|