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',
|
2018-04-13 22:51:24 +03:00
|
|
|
|
|
|
|
# This variable is set on the Chrome infra for compatiblity with gclient.
|
|
|
|
'root': '.',
|
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
|
|
|
|
2018-04-13 22:51:24 +03:00
|
|
|
'{root}/build':
|
2018-05-22 01:40:57 +03:00
|
|
|
'{chromium_git}/chromium/src/build.git@b944b99e72923c5a6699235ed858e725db21f81f',
|
2017-08-29 05:53:24 +03:00
|
|
|
|
2018-04-13 22:51:24 +03:00
|
|
|
'{root}/buildtools':
|
2018-05-22 01:40:57 +03:00
|
|
|
'{chromium_git}/chromium/buildtools.git@94288c26d2ffe3aec9848c147839afee597acefd',
|
2017-08-29 05:53:24 +03:00
|
|
|
|
2018-04-13 22:51:24 +03:00
|
|
|
'{root}/testing':
|
2018-05-22 01:40:57 +03:00
|
|
|
'{chromium_git}/chromium/src/testing@4d706fd80be9e8989aec5235540e7b46d0672826',
|
2012-05-17 03:37:50 +04:00
|
|
|
|
2015-10-02 15:57:14 +03:00
|
|
|
# Cherry is a dEQP management GUI written in Go. We use it for viewing test results.
|
2018-04-13 22:51:24 +03:00
|
|
|
'{root}/third_party/cherry':
|
2018-04-25 15:04:39 +03:00
|
|
|
'{android_git}/platform/external/cherry@4f8fb08d33ca5ff05a1c638f04c85bbb8d8b52cc',
|
2015-10-02 15:57:14 +03:00
|
|
|
|
2018-04-13 22:51:24 +03:00
|
|
|
'{root}/third_party/deqp/src':
|
2018-04-25 15:04:39 +03:00
|
|
|
'{android_git}/platform/external/deqp@5bc346ba2d5465a2e6094e254f12b1586fd0097f',
|
2016-12-13 23:18:58 +03:00
|
|
|
|
2018-04-13 22:51:24 +03:00
|
|
|
'{root}/third_party/glslang/src':
|
2018-04-25 15:04:39 +03:00
|
|
|
'{android_git}/platform/external/shaderc/glslang@2edde6665d9a56ead5ea0e55b4e64d9a803e6164',
|
2016-12-13 23:18:58 +03:00
|
|
|
|
2018-04-13 22:51:24 +03:00
|
|
|
'{root}/third_party/googletest/src':
|
2018-05-22 01:40:57 +03:00
|
|
|
'{chromium_git}/external/github.com/google/googletest.git@145d05750b15324899473340c8dd5af50d125d33',
|
2017-10-11 20:28:22 +03:00
|
|
|
|
2018-04-13 22:51:24 +03:00
|
|
|
'{root}/third_party/libpng/src':
|
2018-04-25 15:04:39 +03:00
|
|
|
'{android_git}/platform/external/libpng@094e181e79a3d6c23fd005679025058b7df1ad6c',
|
2015-03-17 18:25:27 +03:00
|
|
|
|
2018-04-13 22:51:24 +03:00
|
|
|
'{root}/third_party/spirv-headers/src':
|
2018-04-25 15:04:39 +03:00
|
|
|
'{android_git}/platform/external/shaderc/spirv-headers@98b01515724c428d0f0a5d01deffcce0f5f5e61c',
|
2015-07-20 17:14:54 +03:00
|
|
|
|
2018-04-13 22:51:24 +03:00
|
|
|
'{root}/third_party/spirv-tools/src':
|
2018-04-25 15:04:39 +03:00
|
|
|
'{android_git}/platform/external/shaderc/spirv-tools@9996173f363729b3a97309685dbd4d78547a63a7',
|
2016-12-13 23:18:58 +03:00
|
|
|
|
2018-04-13 22:51:24 +03:00
|
|
|
'{root}/third_party/vulkan-validation-layers/src':
|
2018-04-25 15:04:39 +03:00
|
|
|
'{android_git}/platform/external/vulkan-validation-layers@88e43c8f9a750839a5d6d3f90098505bad3a98a1',
|
2016-12-13 23:18:58 +03:00
|
|
|
|
2018-04-13 22:51:24 +03:00
|
|
|
'{root}/third_party/zlib':
|
2018-05-22 01:40:57 +03:00
|
|
|
'{chromium_git}/chromium/src/third_party/zlib@da0819d6c816a61be6fcb2fcf9b74246f0f8b808',
|
2017-08-29 05:53:24 +03:00
|
|
|
|
2018-04-13 22:51:24 +03:00
|
|
|
'{root}/tools/clang':
|
2018-05-22 01:40:57 +03:00
|
|
|
'{chromium_git}/chromium/src/tools/clang.git@c893c7eec4706f8c7fc244ee254b1dadd8f8d158',
|
2017-08-29 05:53:24 +03:00
|
|
|
|
2018-04-13 22:51:24 +03:00
|
|
|
'{root}/tools/gyp':
|
2018-05-22 01:40:57 +03:00
|
|
|
'{chromium_git}/external/gyp@4d467626b0b9f59a85fb81ca4d7ea9eca99b9d8f',
|
2010-04-06 19:42:22 +04:00
|
|
|
}
|
|
|
|
|
|
|
|
hooks = [
|
2015-07-20 17:14:54 +03:00
|
|
|
# Pull clang-format binaries using checked-in hashes.
|
|
|
|
{
|
|
|
|
'name': 'clang_format_win',
|
|
|
|
'pattern': '.',
|
2017-11-21 19:52:12 +03:00
|
|
|
'condition': 'host_os == "win"',
|
2015-07-20 17:14:54 +03:00
|
|
|
'action': [ 'download_from_google_storage',
|
|
|
|
'--no_resume',
|
|
|
|
'--platform=win32',
|
|
|
|
'--no_auth',
|
|
|
|
'--bucket', 'chromium-clang-format',
|
2018-04-13 22:51:24 +03:00
|
|
|
'-s', '{root}/buildtools/win/clang-format.exe.sha1',
|
2015-07-20 17:14:54 +03:00
|
|
|
],
|
|
|
|
},
|
|
|
|
{
|
|
|
|
'name': 'clang_format_mac',
|
|
|
|
'pattern': '.',
|
2017-11-21 19:52:12 +03:00
|
|
|
'condition': 'host_os == "mac"',
|
2015-07-20 17:14:54 +03:00
|
|
|
'action': [ 'download_from_google_storage',
|
|
|
|
'--no_resume',
|
|
|
|
'--platform=darwin',
|
|
|
|
'--no_auth',
|
|
|
|
'--bucket', 'chromium-clang-format',
|
2018-04-13 22:51:24 +03:00
|
|
|
'-s', '{root}/buildtools/mac/clang-format.sha1',
|
2015-07-20 17:14:54 +03:00
|
|
|
],
|
|
|
|
},
|
|
|
|
{
|
|
|
|
'name': 'clang_format_linux',
|
|
|
|
'pattern': '.',
|
2017-11-21 19:52:12 +03:00
|
|
|
'condition': 'host_os == "linux"',
|
2015-07-20 17:14:54 +03:00
|
|
|
'action': [ 'download_from_google_storage',
|
|
|
|
'--no_resume',
|
|
|
|
'--platform=linux*',
|
|
|
|
'--no_auth',
|
|
|
|
'--bucket', 'chromium-clang-format',
|
2018-04-13 22:51:24 +03:00
|
|
|
'-s', '{root}/buildtools/linux64/clang-format.sha1',
|
2015-07-20 17:14:54 +03:00
|
|
|
],
|
|
|
|
},
|
2016-02-05 23:28:24 +03:00
|
|
|
# Pull GN binaries using checked-in hashes.
|
|
|
|
{
|
|
|
|
'name': 'gn_win',
|
|
|
|
'pattern': '.',
|
2017-11-21 19:52:12 +03:00
|
|
|
'condition': 'host_os == "win"',
|
2016-02-05 23:28:24 +03:00
|
|
|
'action': [ 'download_from_google_storage',
|
|
|
|
'--no_resume',
|
|
|
|
'--platform=win32',
|
|
|
|
'--no_auth',
|
|
|
|
'--bucket', 'chromium-gn',
|
2018-04-13 22:51:24 +03:00
|
|
|
'-s', '{root}/buildtools/win/gn.exe.sha1',
|
2016-02-05 23:28:24 +03:00
|
|
|
],
|
|
|
|
},
|
|
|
|
{
|
|
|
|
'name': 'gn_mac',
|
|
|
|
'pattern': '.',
|
2017-11-21 19:52:12 +03:00
|
|
|
'condition': 'host_os == "mac"',
|
2016-02-05 23:28:24 +03:00
|
|
|
'action': [ 'download_from_google_storage',
|
|
|
|
'--no_resume',
|
|
|
|
'--platform=darwin',
|
|
|
|
'--no_auth',
|
|
|
|
'--bucket', 'chromium-gn',
|
2018-04-13 22:51:24 +03:00
|
|
|
'-s', '{root}/buildtools/mac/gn.sha1',
|
2016-02-05 23:28:24 +03:00
|
|
|
],
|
|
|
|
},
|
|
|
|
{
|
|
|
|
'name': 'gn_linux64',
|
|
|
|
'pattern': '.',
|
2017-11-21 19:52:12 +03:00
|
|
|
'condition': 'host_os == "linux"',
|
2016-02-05 23:28:24 +03:00
|
|
|
'action': [ 'download_from_google_storage',
|
|
|
|
'--no_resume',
|
|
|
|
'--platform=linux*',
|
|
|
|
'--no_auth',
|
|
|
|
'--bucket', 'chromium-gn',
|
2018-04-13 22:51:24 +03:00
|
|
|
'-s', '{root}/buildtools/linux64/gn.sha1',
|
2016-02-05 23:28:24 +03:00
|
|
|
],
|
|
|
|
},
|
2018-04-13 22:51:24 +03:00
|
|
|
|
|
|
|
{
|
|
|
|
# Update the Windows toolchain if necessary. Must run before 'clang' below.
|
|
|
|
'name': 'win_toolchain',
|
|
|
|
'pattern': '.',
|
|
|
|
'condition': 'checkout_win',
|
|
|
|
'action': ['python', '{root}/build/vs_toolchain.py', 'update', '--force'],
|
|
|
|
},
|
|
|
|
|
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': '.',
|
2018-05-22 01:40:57 +03:00
|
|
|
'action': ['python', '{root}/tools/clang/scripts/update.py'],
|
2017-08-29 05:53:24 +03:00
|
|
|
},
|
2017-10-24 06:25:17 +03:00
|
|
|
|
|
|
|
# Pull rc binaries using checked-in hashes.
|
|
|
|
{
|
|
|
|
'name': 'rc_win',
|
|
|
|
'pattern': '.',
|
|
|
|
'condition': 'checkout_win and host_os == "win"',
|
|
|
|
'action': [ 'download_from_google_storage',
|
|
|
|
'--no_resume',
|
|
|
|
'--no_auth',
|
|
|
|
'--bucket', 'chromium-browser-clang/rc',
|
2018-04-13 22:51:24 +03:00
|
|
|
'-s', '{root}/build/toolchain/win/rc/win/rc.exe.sha1',
|
2017-10-24 06:25:17 +03:00
|
|
|
],
|
|
|
|
},
|
|
|
|
|
2010-04-06 19:42:22 +04:00
|
|
|
{
|
|
|
|
# A change to a .gyp, .gypi, or to GYP itself should run the generator.
|
2016-10-25 13:44:45 +03:00
|
|
|
'pattern': '.',
|
2018-04-13 22:51:24 +03:00
|
|
|
'action': ['python', '{root}/gyp/gyp_angle'],
|
2010-04-06 19:42:22 +04:00
|
|
|
},
|
|
|
|
]
|
2016-10-28 21:05:26 +03:00
|
|
|
|
|
|
|
recursedeps = [
|
|
|
|
# buildtools provides clang_format.
|
2018-04-13 22:51:24 +03:00
|
|
|
'{root}/buildtools',
|
2016-10-28 21:05:26 +03:00
|
|
|
]
|