blob: 798efb7ccc3ffe749328316e45c15c6bd7e688f4 [file] [log] [blame]
Jamie Madill2fdd3da2015-07-20 10:14:54 -04001vars = {
Jamie Madill37ee8a62016-12-13 15:18:58 -05002 'android_git': 'https://android.googlesource.com',
Jamie Madill2fdd3da2015-07-20 10:14:54 -04003 'chromium_git': 'https://chromium.googlesource.com',
Jamie Madill027717f2018-04-13 15:51:24 -04004
Yuly Novikov85d8ee82018-09-12 17:36:57 +00005 # This variable is set on the Chrome infra for compatiblity with gclient.
6 'angle_root': '.',
7
Edward Lemur8ae09b02018-06-01 14:18:28 -04008 # This variable is overrided in Chromium's DEPS file.
9 'build_with_chromium': False,
10
11 # Current revision of dEQP.
Jamie Madill915d4062019-01-28 18:15:43 -050012 'deqp_revision': '66a49e0a43f7af654ee1de8a3b1bcaf6c0d14aa4',
Edward Lemur8ae09b02018-06-01 14:18:28 -040013
14 # Current revision of glslang, the Khronos SPIRV compiler.
angle-autoroll12b25342019-04-04 07:36:09 +000015 'glslang_revision': '1240db678caeb1c6f1fb5806cdfc22d68e73b204',
Edward Lemur8ae09b02018-06-01 14:18:28 -040016
17 # Current revision fo the SPIRV-Headers Vulkan support library.
Jamie Madilla5325702019-03-20 10:18:36 -040018 'spirv_headers_revision': '111a25e4ae45e2b4d7c18415e1d6884712b958c4',
Edward Lemur8ae09b02018-06-01 14:18:28 -040019
20 # Current revision of SPIRV-Tools for Vulkan.
angle-autoroll5688c852019-04-03 07:01:35 +000021 'spirv_tools_revision': 'e2ddb9371edb03c43b0fe386ef340db2697eede1',
Edward Lemur8ae09b02018-06-01 14:18:28 -040022
Tobin Ehlisb971f492018-05-24 10:56:17 -060023 # Current revision of Khronos Vulkan-Headers.
Shahbaz Youssefi02a579e2019-03-27 14:21:20 -040024 'vulkan_headers_revision': '982f0f84dccf6f281b48318c77261a9028000126',
Tobin Ehlisb971f492018-05-24 10:56:17 -060025
26 # Current revision of Khronos Vulkan-Loader.
Shahbaz Youssefi02a579e2019-03-27 14:21:20 -040027 'vulkan_loader_revision': '2f0abfcf9eb04018e6e92125a70bc28665aa17fe',
Tobin Ehlisb971f492018-05-24 10:56:17 -060028
29 # Current revision of Khronos Vulkan-Tools.
Shahbaz Youssefi02a579e2019-03-27 14:21:20 -040030 'vulkan_tools_revision': 'f392e71b994036c92b896c2a62cc63d042b7f9b1',
Tobin Ehlisb971f492018-05-24 10:56:17 -060031
32 # Current revision of Khronos Vulkan-ValidationLayers.
Shahbaz Youssefi02a579e2019-03-27 14:21:20 -040033 'vulkan_validation_revision': 'ff80a937c8a505abbdddb95d8ffaa446820c8391',
Jamie Madill2fdd3da2015-07-20 10:14:54 -040034}
35
alokp@chromium.org29d56fb2010-04-06 15:42:22 +000036deps = {
alokp@chromium.org416fcd32012-04-11 16:23:44 +000037
Yuly Novikov85d8ee82018-09-12 17:36:57 +000038 '{angle_root}/build': {
Geoff Lang66ae5312019-04-01 16:35:53 -040039 'url': '{chromium_git}/chromium/src/build.git@a660b0b9174e3a808f620222017566e8d1b2669b',
Edward Lemur8ae09b02018-06-01 14:18:28 -040040 'condition': 'not build_with_chromium',
41 },
Frank Henigmand0ef13a2017-08-28 22:53:24 -040042
Yuly Novikov85d8ee82018-09-12 17:36:57 +000043 '{angle_root}/buildtools': {
Geoff Lang66ae5312019-04-01 16:35:53 -040044 'url': '{chromium_git}/chromium/src/buildtools.git@459baaf66bee809f6eb288e0215cf524f4d2429a',
Edward Lemur8ae09b02018-06-01 14:18:28 -040045 'condition': 'not build_with_chromium',
46 },
Frank Henigmand0ef13a2017-08-28 22:53:24 -040047
Yuly Novikov85d8ee82018-09-12 17:36:57 +000048 '{angle_root}/testing': {
Geoff Lang66ae5312019-04-01 16:35:53 -040049 'url': '{chromium_git}/chromium/src/testing@083d633e752e7a57cbe62a468a06e51e28c49ee9',
Edward Lemur8ae09b02018-06-01 14:18:28 -040050 'condition': 'not build_with_chromium',
51 },
alokp@chromium.org5cd9c602012-05-16 23:37:50 +000052
Jamie Madill9e76f562015-10-02 08:57:14 -040053 # Cherry is a dEQP management GUI written in Go. We use it for viewing test results.
Yuly Novikov85d8ee82018-09-12 17:36:57 +000054 '{angle_root}/third_party/cherry': {
Edward Lemur8ae09b02018-06-01 14:18:28 -040055 'url': '{android_git}/platform/external/cherry@4f8fb08d33ca5ff05a1c638f04c85bbb8d8b52cc',
56 'condition': 'not build_with_chromium',
57 },
Jamie Madill9e76f562015-10-02 08:57:14 -040058
Yuly Novikov85d8ee82018-09-12 17:36:57 +000059 '{angle_root}/third_party/deqp/src': {
Jamie Madill915d4062019-01-28 18:15:43 -050060 'url': '{chromium_git}/external/deqp@{deqp_revision}',
Edward Lemur8ae09b02018-06-01 14:18:28 -040061 },
Jamie Madill37ee8a62016-12-13 15:18:58 -050062
Jamie Madill55959b02019-03-05 10:07:41 -050063 # glmark2 is a GPL3-licensed OpenGL ES 2.0 benchmark. We use it for testing.
64 '{angle_root}/third_party/glmark2/src': {
65 'url': '{chromium_git}/external/github.com/glmark2/glmark2@c4b3ff5a481348e8bdc2b71ee275864db91e40b1',
66 },
67
Yuly Novikov85d8ee82018-09-12 17:36:57 +000068 '{angle_root}/third_party/glslang/src': {
Tobin Ehlis317a9eb2018-11-29 12:51:46 -070069 'url': '{chromium_git}/external/github.com/KhronosGroup/glslang@{glslang_revision}',
Jamie Madill0cb3b0f2019-01-28 09:55:20 -050070 'condition': 'not build_with_chromium',
Jamie Madill55959b02019-03-05 10:07:41 -050071 },
Jamie Madill37ee8a62016-12-13 15:18:58 -050072
Jamie Madillcf9b2852019-02-13 09:15:26 -050073 '{angle_root}/third_party/googletest': {
74 'url': '{chromium_git}/chromium/src/third_party/googletest@660425b1c5ca04559ab7e50c7572b5b771acca1c',
75 'condition': 'not build_with_chromium',
76 },
77
Yuly Novikov85d8ee82018-09-12 17:36:57 +000078 '{angle_root}/third_party/googletest/src': {
Jamie Madillcf9b2852019-02-13 09:15:26 -050079 'url': '{chromium_git}/external/github.com/google/googletest.git@7203f37f57e4fef0d77670098aabc186309eb874',
Edward Lemur8ae09b02018-06-01 14:18:28 -040080 'condition': 'not build_with_chromium',
81 },
Frank Henigman6b076a02017-10-11 13:28:22 -040082
Jamie Madill55959b02019-03-05 10:07:41 -050083 # libjpeg_turbo is used by glmark2.
84 '{angle_root}/third_party/libjpeg_turbo': {
85 'url': '{chromium_git}/chromium/deps/libjpeg_turbo@6dcdade8828297e306cabfdae80f3510f3f3eea2',
86 'condition': 'not build_with_chromium',
87 },
88
Yuly Novikov85d8ee82018-09-12 17:36:57 +000089 '{angle_root}/third_party/libpng/src': {
Edward Lemur8ae09b02018-06-01 14:18:28 -040090 'url': '{android_git}/platform/external/libpng@094e181e79a3d6c23fd005679025058b7df1ad6c',
91 'condition': 'not build_with_chromium',
92 },
Jamie Madill37ee8a62016-12-13 15:18:58 -050093
Yuly Novikov85d8ee82018-09-12 17:36:57 +000094 '{angle_root}/third_party/jsoncpp': {
Jamie Madill7ada46c2018-09-06 10:58:26 -040095 'url': '{chromium_git}/chromium/src/third_party/jsoncpp@fd0ac8ce63a47e99b71a58f1489136fbb19c9137',
Jamie Madill0cb3b0f2019-01-28 09:55:20 -050096 'condition': 'not build_with_chromium',
97 },
Jamie Madill7ada46c2018-09-06 10:58:26 -040098
Yuly Novikov85d8ee82018-09-12 17:36:57 +000099 '{angle_root}/third_party/jsoncpp/source': {
Jamie Madill0cb3b0f2019-01-28 09:55:20 -0500100 'url' : '{chromium_git}/external/github.com/open-source-parsers/jsoncpp@f572e8e42e22cfcf5ab0aea26574f408943edfa4',
101 'condition': 'not build_with_chromium',
102 },
Tobin Ehlis5fdc38c2018-08-28 09:20:57 -0600103
Michael Spang229fc832019-01-21 18:09:15 -0500104 '{angle_root}/third_party/qemu-linux-x64': {
105 'packages': [
106 {
107 'package': 'fuchsia/qemu/linux-amd64',
108 'version': '9cc486c5b18a0be515c39a280ca9a309c54cf994'
109 },
110 ],
111 'condition': 'not build_with_chromium and (host_os == "linux" and checkout_fuchsia)',
112 'dep_type': 'cipd',
113 },
114
115 '{angle_root}/third_party/qemu-mac-x64': {
116 'packages': [
117 {
118 'package': 'fuchsia/qemu/mac-amd64',
119 'version': '2d3358ae9a569b2d4a474f498b32b202a152134f'
120 },
121 ],
122 'condition': 'not build_with_chromium and (host_os == "mac" and checkout_fuchsia)',
123 'dep_type': 'cipd',
124 },
125
Jamie Madill46d32e02019-02-25 17:13:16 -0500126 '{angle_root}/third_party/rapidjson/src': {
127 'url': '{chromium_git}/external/github.com/Tencent/rapidjson@7484e06c589873e1ed80382d262087e4fa80fb63',
128 },
129
Yuly Novikov85d8ee82018-09-12 17:36:57 +0000130 '{angle_root}/third_party/spirv-headers/src': {
Jamie Madill0cb3b0f2019-01-28 09:55:20 -0500131 'url': '{chromium_git}/external/github.com/KhronosGroup/SPIRV-Headers@{spirv_headers_revision}',
Corentin Walleza883dd02018-08-03 18:11:46 +0200132 'condition': 'not build_with_chromium',
Edward Lemur8ae09b02018-06-01 14:18:28 -0400133 },
Jamie Madill37ee8a62016-12-13 15:18:58 -0500134
Yuly Novikov85d8ee82018-09-12 17:36:57 +0000135 '{angle_root}/third_party/spirv-tools/src': {
Jamie Madill0cb3b0f2019-01-28 09:55:20 -0500136 'url': '{chromium_git}/external/github.com/KhronosGroup/SPIRV-Tools@{spirv_tools_revision}',
Corentin Walleza883dd02018-08-03 18:11:46 +0200137 'condition': 'not build_with_chromium',
Edward Lemur8ae09b02018-06-01 14:18:28 -0400138 },
Jamie Madill37ee8a62016-12-13 15:18:58 -0500139
Yuly Novikov85d8ee82018-09-12 17:36:57 +0000140 '{angle_root}/third_party/vulkan-headers/src': {
Tobin Ehlisb971f492018-05-24 10:56:17 -0600141 'url': '{chromium_git}/external/github.com/KhronosGroup/Vulkan-Headers@{vulkan_headers_revision}',
142 },
143
Yuly Novikov85d8ee82018-09-12 17:36:57 +0000144 '{angle_root}/third_party/vulkan-loader/src': {
Tobin Ehlisb971f492018-05-24 10:56:17 -0600145 'url': '{chromium_git}/external/github.com/KhronosGroup/Vulkan-Loader@{vulkan_loader_revision}',
146 },
147
Yuly Novikov85d8ee82018-09-12 17:36:57 +0000148 '{angle_root}/third_party/vulkan-tools/src': {
Tobin Ehlisb971f492018-05-24 10:56:17 -0600149 'url': '{chromium_git}/external/github.com/KhronosGroup/Vulkan-Tools@{vulkan_tools_revision}',
150 },
151
Yuly Novikov85d8ee82018-09-12 17:36:57 +0000152 '{angle_root}/third_party/vulkan-validation-layers/src': {
Tobin Ehlisb971f492018-05-24 10:56:17 -0600153 'url': '{chromium_git}/external/github.com/KhronosGroup/Vulkan-ValidationLayers@{vulkan_validation_revision}',
Edward Lemur8ae09b02018-06-01 14:18:28 -0400154 },
Jamie Madill3cd438d2015-03-17 11:25:27 -0400155
Jamie Madill55959b02019-03-05 10:07:41 -0500156 '{angle_root}/third_party/yasm': {
157 'url': '{chromium_git}/chromium/src/third_party/yasm@86b6058141a42aed51bbd8bb9f9d54d199d9dbd0',
158 'condition': 'not build_with_chromium',
159 },
160
161 '{angle_root}/third_party/yasm/source/patched-yasm': {
162 'url': '{chromium_git}/chromium/deps/yasm/patched-yasm.git@720b70524a4424b15fc57e82263568c8ba0496ad',
163 'condition': 'not build_with_chromium',
164 },
165
Yuly Novikov85d8ee82018-09-12 17:36:57 +0000166 '{angle_root}/third_party/zlib': {
Jamie Madill720ca442018-12-17 14:04:10 -0500167 'url': '{chromium_git}/chromium/src/third_party/zlib@f95aeb0fa7f136ef4a457a6d9ba6f3c2701a444b',
Edward Lemur8ae09b02018-06-01 14:18:28 -0400168 'condition': 'not build_with_chromium',
169 },
Frank Henigmand0ef13a2017-08-28 22:53:24 -0400170
Yuly Novikov85d8ee82018-09-12 17:36:57 +0000171 '{angle_root}/tools/clang': {
Jamie Madillc09ae152019-02-01 14:16:32 -0500172 'url': '{chromium_git}/chromium/src/tools/clang.git@3114fbc11f9644c54dd0a4cdbfa867bac50ff983',
Edward Lemur8ae09b02018-06-01 14:18:28 -0400173 'condition': 'not build_with_chromium',
174 },
Michael Spang229fc832019-01-21 18:09:15 -0500175
176 '{angle_root}/third_party/fuchsia-sdk': {
177 'url': '{chromium_git}/chromium/src/third_party/fuchsia-sdk.git@8e8db13b538ecb251e5ce9d5c781fc142f9752fd',
178 'condition': 'checkout_fuchsia and not build_with_chromium',
179 },
alokp@chromium.org29d56fb2010-04-06 15:42:22 +0000180}
181
alokp@chromium.org29d56fb2010-04-06 15:42:22 +0000182hooks = [
Jamie Madill2fdd3da2015-07-20 10:14:54 -0400183 # Pull clang-format binaries using checked-in hashes.
184 {
185 'name': 'clang_format_win',
186 'pattern': '.',
Edward Lemur8ae09b02018-06-01 14:18:28 -0400187 'condition': 'host_os == "win" and not build_with_chromium',
Jamie Madill2fdd3da2015-07-20 10:14:54 -0400188 'action': [ 'download_from_google_storage',
189 '--no_resume',
190 '--platform=win32',
191 '--no_auth',
192 '--bucket', 'chromium-clang-format',
Yuly Novikov85d8ee82018-09-12 17:36:57 +0000193 '-s', '{angle_root}/buildtools/win/clang-format.exe.sha1',
Jamie Madill2fdd3da2015-07-20 10:14:54 -0400194 ],
195 },
196 {
197 'name': 'clang_format_mac',
198 'pattern': '.',
Edward Lemur8ae09b02018-06-01 14:18:28 -0400199 'condition': 'host_os == "mac" and not build_with_chromium',
Jamie Madill2fdd3da2015-07-20 10:14:54 -0400200 'action': [ 'download_from_google_storage',
201 '--no_resume',
202 '--platform=darwin',
203 '--no_auth',
204 '--bucket', 'chromium-clang-format',
Yuly Novikov85d8ee82018-09-12 17:36:57 +0000205 '-s', '{angle_root}/buildtools/mac/clang-format.sha1',
Jamie Madill2fdd3da2015-07-20 10:14:54 -0400206 ],
207 },
208 {
209 'name': 'clang_format_linux',
210 'pattern': '.',
Edward Lemur8ae09b02018-06-01 14:18:28 -0400211 'condition': 'host_os == "linux" and not build_with_chromium',
Jamie Madill2fdd3da2015-07-20 10:14:54 -0400212 'action': [ 'download_from_google_storage',
213 '--no_resume',
214 '--platform=linux*',
215 '--no_auth',
216 '--bucket', 'chromium-clang-format',
Yuly Novikov85d8ee82018-09-12 17:36:57 +0000217 '-s', '{angle_root}/buildtools/linux64/clang-format.sha1',
Jamie Madill2fdd3da2015-07-20 10:14:54 -0400218 ],
219 },
Tobin Ehlis9d4277b2018-05-21 16:22:22 -0600220 {
221 'name': 'sysroot_x86',
222 'pattern': '.',
Edward Lemur8ae09b02018-06-01 14:18:28 -0400223 'condition': 'checkout_linux and ((checkout_x86 or checkout_x64) and not build_with_chromium)',
Yuly Novikov85d8ee82018-09-12 17:36:57 +0000224 'action': ['python', '{angle_root}/build/linux/sysroot_scripts/install-sysroot.py',
Tobin Ehlis9d4277b2018-05-21 16:22:22 -0600225 '--arch=x86'],
226 },
227 {
228 'name': 'sysroot_x64',
229 'pattern': '.',
Edward Lemur8ae09b02018-06-01 14:18:28 -0400230 'condition': 'checkout_linux and (checkout_x64 and not build_with_chromium)',
Yuly Novikov85d8ee82018-09-12 17:36:57 +0000231 'action': ['python', '{angle_root}/build/linux/sysroot_scripts/install-sysroot.py',
Tobin Ehlis9d4277b2018-05-21 16:22:22 -0600232 '--arch=x64'],
233 },
Jamie Madill027717f2018-04-13 15:51:24 -0400234 {
235 # Update the Windows toolchain if necessary. Must run before 'clang' below.
236 'name': 'win_toolchain',
237 'pattern': '.',
Edward Lemur8ae09b02018-06-01 14:18:28 -0400238 'condition': 'checkout_win and not build_with_chromium',
Yuly Novikov85d8ee82018-09-12 17:36:57 +0000239 'action': ['python', '{angle_root}/build/vs_toolchain.py', 'update', '--force'],
Jamie Madill027717f2018-04-13 15:51:24 -0400240 },
Geoff Lang66ae5312019-04-01 16:35:53 -0400241 {
242 # Update the Mac toolchain if necessary.
243 'name': 'mac_toolchain',
244 'pattern': '.',
245 'condition': 'checkout_mac and not build_with_chromium',
246 'action': ['python', '{angle_root}/build/mac_toolchain.py'],
247 },
Jamie Madill027717f2018-04-13 15:51:24 -0400248
alokp@chromium.org29d56fb2010-04-06 15:42:22 +0000249 {
Frank Henigmand0ef13a2017-08-28 22:53:24 -0400250 # Note: On Win, this should run after win_toolchain, as it may use it.
251 'name': 'clang',
252 'pattern': '.',
Yuly Novikov85d8ee82018-09-12 17:36:57 +0000253 'action': ['python', '{angle_root}/tools/clang/scripts/update.py'],
Edward Lemur8ae09b02018-06-01 14:18:28 -0400254 'condition': 'not build_with_chromium',
Frank Henigmand0ef13a2017-08-28 22:53:24 -0400255 },
Jamie Madill940c48b2017-10-23 23:25:17 -0400256
Shahbaz Youssefi957e9b82018-10-05 11:00:50 -0400257 {
258 # Update LASTCHANGE.
259 'name': 'lastchange',
260 'pattern': '.',
261 'condition': 'not build_with_chromium',
262 'action': ['python', '{angle_root}/build/util/lastchange.py',
263 '-o', '{angle_root}/build/util/LASTCHANGE'],
264 },
265
Jamie Madill940c48b2017-10-23 23:25:17 -0400266 # Pull rc binaries using checked-in hashes.
267 {
268 'name': 'rc_win',
269 'pattern': '.',
Edward Lemur8ae09b02018-06-01 14:18:28 -0400270 'condition': 'checkout_win and (host_os == "win" and not build_with_chromium)',
Jamie Madill940c48b2017-10-23 23:25:17 -0400271 'action': [ 'download_from_google_storage',
272 '--no_resume',
273 '--no_auth',
274 '--bucket', 'chromium-browser-clang/rc',
Yuly Novikov85d8ee82018-09-12 17:36:57 +0000275 '-s', '{angle_root}/build/toolchain/win/rc/win/rc.exe.sha1',
Jamie Madill940c48b2017-10-23 23:25:17 -0400276 ],
277 },
Michael Spang229fc832019-01-21 18:09:15 -0500278
279 {
280 'name': 'fuchsia_sdk',
281 'pattern': '.',
282 'condition': 'checkout_fuchsia and not build_with_chromium',
283 'action': [
284 'python',
285 '{angle_root}/build/fuchsia/update_sdk.py',
286 ],
287 },
alokp@chromium.org29d56fb2010-04-06 15:42:22 +0000288]
Jamie Madill20789312016-10-28 14:05:26 -0400289
290recursedeps = [
291 # buildtools provides clang_format.
Yuly Novikov85d8ee82018-09-12 17:36:57 +0000292 '{angle_root}/buildtools',
Jamie Madill20789312016-10-28 14:05:26 -0400293]