blob: 6108566d0bbc609610789d57305b041e79d91a2d [file] [log] [blame]
Jamie Madill4237e532019-06-28 11:14:31 -04001# This file is used to manage the dependencies of the ANGLE git repo. It is
2# used by gclient to determine what version of each dependency to check out, and
3# where.
4
Jamie Madill2fdd3da2015-07-20 10:14:54 -04005vars = {
Jamie Madill37ee8a62016-12-13 15:18:58 -05006 'android_git': 'https://android.googlesource.com',
Jamie Madill2fdd3da2015-07-20 10:14:54 -04007 'chromium_git': 'https://chromium.googlesource.com',
Jamie Madill8be7a4c2019-09-19 12:48:31 -04008 'swiftshader_git': 'https://swiftshader.googlesource.com',
Jamie Madill027717f2018-04-13 15:51:24 -04009
Yuly Novikov85d8ee82018-09-12 17:36:57 +000010 # This variable is set on the Chrome infra for compatiblity with gclient.
11 'angle_root': '.',
12
Edward Lemur8ae09b02018-06-01 14:18:28 -040013 # This variable is overrided in Chromium's DEPS file.
14 'build_with_chromium': False,
15
Jamie Madill4237e532019-06-28 11:14:31 -040016 # By default, do not check out angle-internal. This can be overridden e.g. with custom_vars.
17 # We overload Chromium's 'src-internal' for infra simplicity.
18 'checkout_src_internal': False,
19
Edward Lemur8ae09b02018-06-01 14:18:28 -040020 # Current revision of dEQP.
Jamie Madill159c4b02019-06-28 13:58:50 -040021 'deqp_revision': 'd3eef28e67ce6795ba3a2124aaa977819729d45f',
Edward Lemur8ae09b02018-06-01 14:18:28 -040022
23 # Current revision of glslang, the Khronos SPIRV compiler.
angle-autoroll8f2d41d2019-09-20 07:01:50 +000024 'glslang_revision': 'f7a48b153f2acb4549106116d420e4d9a2159e0e',
Edward Lemur8ae09b02018-06-01 14:18:28 -040025
26 # Current revision fo the SPIRV-Headers Vulkan support library.
angle-autoroll17eaec12019-09-19 07:01:54 +000027 'spirv_headers_revision': '601d738723ac381741311c6c98c36d6170be14a2',
Edward Lemur8ae09b02018-06-01 14:18:28 -040028
29 # Current revision of SPIRV-Tools for Vulkan.
angle-autoroll17eaec12019-09-19 07:01:54 +000030 'spirv_tools_revision': '605c2e3c0ea7cab09c6cc3bc2a48030ba78d3a03',
Edward Lemur8ae09b02018-06-01 14:18:28 -040031
Tobin Ehlisb971f492018-05-24 10:56:17 -060032 # Current revision of Khronos Vulkan-Headers.
Tobin Ehlisaae21ef2019-08-29 21:56:06 +000033 'vulkan_headers_revision': '982f0f84dccf6f281b48318c77261a9028000126',
Tobin Ehlisb971f492018-05-24 10:56:17 -060034
35 # Current revision of Khronos Vulkan-Loader.
Tobin Ehlisaae21ef2019-08-29 21:56:06 +000036 'vulkan_loader_revision': '2f0abfcf9eb04018e6e92125a70bc28665aa17fe',
Tobin Ehlisb971f492018-05-24 10:56:17 -060037
38 # Current revision of Khronos Vulkan-Tools.
Tobin Ehlisaae21ef2019-08-29 21:56:06 +000039 'vulkan_tools_revision': 'f392e71b994036c92b896c2a62cc63d042b7f9b1',
Tobin Ehlisb971f492018-05-24 10:56:17 -060040
41 # Current revision of Khronos Vulkan-ValidationLayers.
Tobin Ehlisaae21ef2019-08-29 21:56:06 +000042 'vulkan_validation_revision': 'ff80a937c8a505abbdddb95d8ffaa446820c8391',
Jamie Madill2fdd3da2015-07-20 10:14:54 -040043}
44
alokp@chromium.org29d56fb2010-04-06 15:42:22 +000045deps = {
alokp@chromium.org416fcd32012-04-11 16:23:44 +000046
Jamie Madill4237e532019-06-28 11:14:31 -040047 '{angle_root}/angle-internal': {
Jamie Madill524a8c92019-07-04 13:29:23 -040048 'url': 'https://chrome-internal.googlesource.com/angle/angle-internal.git@05522f9eb159afbbe35a246d5027893c56926a76',
Jamie Madill4237e532019-06-28 11:14:31 -040049 'condition': 'checkout_src_internal',
50 },
51
Yuly Novikov85d8ee82018-09-12 17:36:57 +000052 '{angle_root}/build': {
Jamie Madill31b524c2019-09-02 14:27:58 -040053 'url': '{chromium_git}/chromium/src/build.git@af1bbc9483aed572f1ea1a32e43bb504c3edb357',
Edward Lemur8ae09b02018-06-01 14:18:28 -040054 'condition': 'not build_with_chromium',
55 },
Frank Henigmand0ef13a2017-08-28 22:53:24 -040056
Yuly Novikov85d8ee82018-09-12 17:36:57 +000057 '{angle_root}/buildtools': {
Robert Iannuccida8dad12019-08-08 19:40:48 -070058 'url': '{chromium_git}/chromium/src/buildtools.git@74cfb57006f83cfe050817526db359d5c8a11628',
Edward Lemur8ae09b02018-06-01 14:18:28 -040059 'condition': 'not build_with_chromium',
60 },
Frank Henigmand0ef13a2017-08-28 22:53:24 -040061
Yuly Novikov85d8ee82018-09-12 17:36:57 +000062 '{angle_root}/testing': {
Jamie Madill31b524c2019-09-02 14:27:58 -040063 'url': '{chromium_git}/chromium/src/testing@78e8d947158ba72b0e457abc9ea3fb30c2252646',
Edward Lemur8ae09b02018-06-01 14:18:28 -040064 'condition': 'not build_with_chromium',
65 },
alokp@chromium.org5cd9c602012-05-16 23:37:50 +000066
Jamie Madill9e76f562015-10-02 08:57:14 -040067 # Cherry is a dEQP management GUI written in Go. We use it for viewing test results.
Yuly Novikov85d8ee82018-09-12 17:36:57 +000068 '{angle_root}/third_party/cherry': {
Edward Lemur8ae09b02018-06-01 14:18:28 -040069 'url': '{android_git}/platform/external/cherry@4f8fb08d33ca5ff05a1c638f04c85bbb8d8b52cc',
70 'condition': 'not build_with_chromium',
71 },
Jamie Madill9e76f562015-10-02 08:57:14 -040072
Yuly Novikov85d8ee82018-09-12 17:36:57 +000073 '{angle_root}/third_party/deqp/src': {
Jamie Madill915d4062019-01-28 18:15:43 -050074 'url': '{chromium_git}/external/deqp@{deqp_revision}',
Edward Lemur8ae09b02018-06-01 14:18:28 -040075 },
Jamie Madill37ee8a62016-12-13 15:18:58 -050076
Jamie Madill9f958342019-04-08 09:40:40 -040077 '{angle_root}/third_party/fuchsia-sdk': {
Robert Iannuccida8dad12019-08-08 19:40:48 -070078 'url': '{chromium_git}/chromium/src/third_party/fuchsia-sdk.git@5fd29151cf35c0813c33cc368a7c78389e3f5caa',
Jamie Madill9f958342019-04-08 09:40:40 -040079 'condition': 'checkout_fuchsia and not build_with_chromium',
80 },
81
Jamie Madill55959b02019-03-05 10:07:41 -050082 # glmark2 is a GPL3-licensed OpenGL ES 2.0 benchmark. We use it for testing.
83 '{angle_root}/third_party/glmark2/src': {
Jamie Madill2971fd32019-08-12 16:53:21 -040084 'url': '{chromium_git}/external/github.com/glmark2/glmark2@9e01aef1a786b28aca73135a5b00f85c357e8f5e',
Jamie Madill55959b02019-03-05 10:07:41 -050085 },
86
Yuly Novikov85d8ee82018-09-12 17:36:57 +000087 '{angle_root}/third_party/glslang/src': {
Tobin Ehlis317a9eb2018-11-29 12:51:46 -070088 'url': '{chromium_git}/external/github.com/KhronosGroup/glslang@{glslang_revision}',
Jamie Madill0cb3b0f2019-01-28 09:55:20 -050089 'condition': 'not build_with_chromium',
Jamie Madill55959b02019-03-05 10:07:41 -050090 },
Jamie Madill37ee8a62016-12-13 15:18:58 -050091
Jamie Madillcf9b2852019-02-13 09:15:26 -050092 '{angle_root}/third_party/googletest': {
Robert Iannuccida8dad12019-08-08 19:40:48 -070093 'url': '{chromium_git}/chromium/src/third_party/googletest@c721b68ddecc18bbc6b763b2fe8ab802c22f228a',
Jamie Madillcf9b2852019-02-13 09:15:26 -050094 'condition': 'not build_with_chromium',
95 },
96
Yuly Novikov85d8ee82018-09-12 17:36:57 +000097 '{angle_root}/third_party/googletest/src': {
Staphany Park86819f02019-05-06 15:34:38 -070098 'url': '{chromium_git}/external/github.com/google/googletest.git@3f5b5b8f8493a03fa25f1e4a7eae7678514a431d',
Edward Lemur8ae09b02018-06-01 14:18:28 -040099 'condition': 'not build_with_chromium',
100 },
Frank Henigman6b076a02017-10-11 13:28:22 -0400101
Jamie Madill55959b02019-03-05 10:07:41 -0500102 # libjpeg_turbo is used by glmark2.
103 '{angle_root}/third_party/libjpeg_turbo': {
104 'url': '{chromium_git}/chromium/deps/libjpeg_turbo@6dcdade8828297e306cabfdae80f3510f3f3eea2',
105 'condition': 'not build_with_chromium',
106 },
107
Yuly Novikov85d8ee82018-09-12 17:36:57 +0000108 '{angle_root}/third_party/libpng/src': {
Edward Lemur8ae09b02018-06-01 14:18:28 -0400109 'url': '{android_git}/platform/external/libpng@094e181e79a3d6c23fd005679025058b7df1ad6c',
110 'condition': 'not build_with_chromium',
111 },
Jamie Madill37ee8a62016-12-13 15:18:58 -0500112
Yuly Novikov85d8ee82018-09-12 17:36:57 +0000113 '{angle_root}/third_party/jsoncpp': {
Robert Iannuccida8dad12019-08-08 19:40:48 -0700114 'url': '{chromium_git}/chromium/src/third_party/jsoncpp@48246a099549ab325c01f69f24a34fc72e5c42e4',
Jamie Madill0cb3b0f2019-01-28 09:55:20 -0500115 'condition': 'not build_with_chromium',
116 },
Jamie Madill7ada46c2018-09-06 10:58:26 -0400117
Yuly Novikov85d8ee82018-09-12 17:36:57 +0000118 '{angle_root}/third_party/jsoncpp/source': {
Robert Iannuccida8dad12019-08-08 19:40:48 -0700119 'url' : '{chromium_git}/external/github.com/open-source-parsers/jsoncpp@645250b6690785be60ab6780ce4b58698d884d11',
Jamie Madill0cb3b0f2019-01-28 09:55:20 -0500120 'condition': 'not build_with_chromium',
121 },
Tobin Ehlis5fdc38c2018-08-28 09:20:57 -0600122
Jamie Madill9f958342019-04-08 09:40:40 -0400123 '{angle_root}/third_party/Python-Markdown': {
Robert Iannuccida8dad12019-08-08 19:40:48 -0700124 'url': '{chromium_git}/chromium/src/third_party/Python-Markdown@36657c103ce5964733bbbb29377085e9cc1a9472',
Jamie Madill9f958342019-04-08 09:40:40 -0400125 'condition': 'not build_with_chromium',
126 },
127
Michael Spang229fc832019-01-21 18:09:15 -0500128 '{angle_root}/third_party/qemu-linux-x64': {
129 'packages': [
130 {
131 'package': 'fuchsia/qemu/linux-amd64',
132 'version': '9cc486c5b18a0be515c39a280ca9a309c54cf994'
133 },
134 ],
135 'condition': 'not build_with_chromium and (host_os == "linux" and checkout_fuchsia)',
136 'dep_type': 'cipd',
137 },
138
139 '{angle_root}/third_party/qemu-mac-x64': {
140 'packages': [
141 {
142 'package': 'fuchsia/qemu/mac-amd64',
143 'version': '2d3358ae9a569b2d4a474f498b32b202a152134f'
144 },
145 ],
146 'condition': 'not build_with_chromium and (host_os == "mac" and checkout_fuchsia)',
147 'dep_type': 'cipd',
148 },
149
Jamie Madill46d32e02019-02-25 17:13:16 -0500150 '{angle_root}/third_party/rapidjson/src': {
151 'url': '{chromium_git}/external/github.com/Tencent/rapidjson@7484e06c589873e1ed80382d262087e4fa80fb63',
152 },
153
Yuly Novikov85d8ee82018-09-12 17:36:57 +0000154 '{angle_root}/third_party/spirv-headers/src': {
Jamie Madill0cb3b0f2019-01-28 09:55:20 -0500155 'url': '{chromium_git}/external/github.com/KhronosGroup/SPIRV-Headers@{spirv_headers_revision}',
Corentin Walleza883dd02018-08-03 18:11:46 +0200156 'condition': 'not build_with_chromium',
Edward Lemur8ae09b02018-06-01 14:18:28 -0400157 },
Jamie Madill37ee8a62016-12-13 15:18:58 -0500158
Yuly Novikov85d8ee82018-09-12 17:36:57 +0000159 '{angle_root}/third_party/spirv-tools/src': {
Jamie Madill0cb3b0f2019-01-28 09:55:20 -0500160 'url': '{chromium_git}/external/github.com/KhronosGroup/SPIRV-Tools@{spirv_tools_revision}',
Corentin Walleza883dd02018-08-03 18:11:46 +0200161 'condition': 'not build_with_chromium',
Edward Lemur8ae09b02018-06-01 14:18:28 -0400162 },
Jamie Madill37ee8a62016-12-13 15:18:58 -0500163
Jamie Madill8be7a4c2019-09-19 12:48:31 -0400164 '{angle_root}/third_party/SwiftShader': {
165 'url': '{swiftshader_git}/SwiftShader@2ef66b69cea535329784f437c3780e473e6a4e29',
166 'condition': 'not build_with_chromium',
167 },
168
Yuly Novikov85d8ee82018-09-12 17:36:57 +0000169 '{angle_root}/third_party/vulkan-headers/src': {
Tobin Ehlisb971f492018-05-24 10:56:17 -0600170 'url': '{chromium_git}/external/github.com/KhronosGroup/Vulkan-Headers@{vulkan_headers_revision}',
171 },
172
Yuly Novikov85d8ee82018-09-12 17:36:57 +0000173 '{angle_root}/third_party/vulkan-loader/src': {
Tobin Ehlisb971f492018-05-24 10:56:17 -0600174 'url': '{chromium_git}/external/github.com/KhronosGroup/Vulkan-Loader@{vulkan_loader_revision}',
175 },
176
Yuly Novikov85d8ee82018-09-12 17:36:57 +0000177 '{angle_root}/third_party/vulkan-tools/src': {
Tobin Ehlisb971f492018-05-24 10:56:17 -0600178 'url': '{chromium_git}/external/github.com/KhronosGroup/Vulkan-Tools@{vulkan_tools_revision}',
179 },
180
Yuly Novikov85d8ee82018-09-12 17:36:57 +0000181 '{angle_root}/third_party/vulkan-validation-layers/src': {
Tobin Ehlisb971f492018-05-24 10:56:17 -0600182 'url': '{chromium_git}/external/github.com/KhronosGroup/Vulkan-ValidationLayers@{vulkan_validation_revision}',
Edward Lemur8ae09b02018-06-01 14:18:28 -0400183 },
Jamie Madill3cd438d2015-03-17 11:25:27 -0400184
Jamie Madill55959b02019-03-05 10:07:41 -0500185 '{angle_root}/third_party/yasm': {
Robert Iannuccida8dad12019-08-08 19:40:48 -0700186 'url': '{chromium_git}/chromium/src/third_party/yasm@15439370afd9df5359a0ff12244c2ccb2111c787',
Jamie Madill55959b02019-03-05 10:07:41 -0500187 'condition': 'not build_with_chromium',
188 },
189
190 '{angle_root}/third_party/yasm/source/patched-yasm': {
191 'url': '{chromium_git}/chromium/deps/yasm/patched-yasm.git@720b70524a4424b15fc57e82263568c8ba0496ad',
192 'condition': 'not build_with_chromium',
193 },
194
Yuly Novikov85d8ee82018-09-12 17:36:57 +0000195 '{angle_root}/third_party/zlib': {
Jamie Madill31b524c2019-09-02 14:27:58 -0400196 'url': '{chromium_git}/chromium/src/third_party/zlib@0044d0424c7f7d15436541ed1ecc89479b8bfda4',
Edward Lemur8ae09b02018-06-01 14:18:28 -0400197 'condition': 'not build_with_chromium',
198 },
Frank Henigmand0ef13a2017-08-28 22:53:24 -0400199
Yuly Novikov85d8ee82018-09-12 17:36:57 +0000200 '{angle_root}/tools/clang': {
Jamie Madill31b524c2019-09-02 14:27:58 -0400201 'url': '{chromium_git}/chromium/src/tools/clang.git@2fef805e5b05b26a8c87c47865590b5f43218611',
Edward Lemur8ae09b02018-06-01 14:18:28 -0400202 'condition': 'not build_with_chromium',
203 },
Michael Spang229fc832019-01-21 18:09:15 -0500204
Jamie Madill9f958342019-04-08 09:40:40 -0400205 '{angle_root}/tools/md_browser': {
Robert Iannuccida8dad12019-08-08 19:40:48 -0700206 'url': '{chromium_git}/chromium/src/tools/md_browser@0bfd826f8566a99923e64a782908faca72bc457c',
Jamie Madill9f958342019-04-08 09:40:40 -0400207 'condition': 'not build_with_chromium',
Michael Spang229fc832019-01-21 18:09:15 -0500208 },
Jamie Madilldf0ce012019-09-05 11:04:39 -0400209
210 '{angle_root}/tools/memory': {
211 'url': '{chromium_git}/chromium/src/tools/memory@89552acb6e60f528fe3c98eac7b445d4c34183ee',
212 'condition': 'not build_with_chromium',
213 },
alokp@chromium.org29d56fb2010-04-06 15:42:22 +0000214}
215
alokp@chromium.org29d56fb2010-04-06 15:42:22 +0000216hooks = [
Jamie Madill2fdd3da2015-07-20 10:14:54 -0400217 # Pull clang-format binaries using checked-in hashes.
218 {
219 'name': 'clang_format_win',
220 'pattern': '.',
Edward Lemur8ae09b02018-06-01 14:18:28 -0400221 'condition': 'host_os == "win" and not build_with_chromium',
Jamie Madill2fdd3da2015-07-20 10:14:54 -0400222 'action': [ 'download_from_google_storage',
223 '--no_resume',
224 '--platform=win32',
225 '--no_auth',
226 '--bucket', 'chromium-clang-format',
Yuly Novikov85d8ee82018-09-12 17:36:57 +0000227 '-s', '{angle_root}/buildtools/win/clang-format.exe.sha1',
Jamie Madill2fdd3da2015-07-20 10:14:54 -0400228 ],
229 },
230 {
231 'name': 'clang_format_mac',
232 'pattern': '.',
Edward Lemur8ae09b02018-06-01 14:18:28 -0400233 'condition': 'host_os == "mac" and not build_with_chromium',
Jamie Madill2fdd3da2015-07-20 10:14:54 -0400234 'action': [ 'download_from_google_storage',
235 '--no_resume',
236 '--platform=darwin',
237 '--no_auth',
238 '--bucket', 'chromium-clang-format',
Yuly Novikov85d8ee82018-09-12 17:36:57 +0000239 '-s', '{angle_root}/buildtools/mac/clang-format.sha1',
Jamie Madill2fdd3da2015-07-20 10:14:54 -0400240 ],
241 },
242 {
243 'name': 'clang_format_linux',
244 'pattern': '.',
Edward Lemur8ae09b02018-06-01 14:18:28 -0400245 'condition': 'host_os == "linux" and not build_with_chromium',
Jamie Madill2fdd3da2015-07-20 10:14:54 -0400246 'action': [ 'download_from_google_storage',
247 '--no_resume',
248 '--platform=linux*',
249 '--no_auth',
250 '--bucket', 'chromium-clang-format',
Yuly Novikov85d8ee82018-09-12 17:36:57 +0000251 '-s', '{angle_root}/buildtools/linux64/clang-format.sha1',
Jamie Madill2fdd3da2015-07-20 10:14:54 -0400252 ],
253 },
Tobin Ehlis9d4277b2018-05-21 16:22:22 -0600254 {
255 'name': 'sysroot_x86',
256 'pattern': '.',
Edward Lemur8ae09b02018-06-01 14:18:28 -0400257 'condition': 'checkout_linux and ((checkout_x86 or checkout_x64) and not build_with_chromium)',
Yuly Novikov85d8ee82018-09-12 17:36:57 +0000258 'action': ['python', '{angle_root}/build/linux/sysroot_scripts/install-sysroot.py',
Tobin Ehlis9d4277b2018-05-21 16:22:22 -0600259 '--arch=x86'],
260 },
261 {
262 'name': 'sysroot_x64',
263 'pattern': '.',
Edward Lemur8ae09b02018-06-01 14:18:28 -0400264 'condition': 'checkout_linux and (checkout_x64 and not build_with_chromium)',
Yuly Novikov85d8ee82018-09-12 17:36:57 +0000265 'action': ['python', '{angle_root}/build/linux/sysroot_scripts/install-sysroot.py',
Tobin Ehlis9d4277b2018-05-21 16:22:22 -0600266 '--arch=x64'],
267 },
Jamie Madill027717f2018-04-13 15:51:24 -0400268 {
269 # Update the Windows toolchain if necessary. Must run before 'clang' below.
270 'name': 'win_toolchain',
271 'pattern': '.',
Edward Lemur8ae09b02018-06-01 14:18:28 -0400272 'condition': 'checkout_win and not build_with_chromium',
Yuly Novikov85d8ee82018-09-12 17:36:57 +0000273 'action': ['python', '{angle_root}/build/vs_toolchain.py', 'update', '--force'],
Jamie Madill027717f2018-04-13 15:51:24 -0400274 },
Geoff Lang66ae5312019-04-01 16:35:53 -0400275 {
276 # Update the Mac toolchain if necessary.
277 'name': 'mac_toolchain',
278 'pattern': '.',
279 'condition': 'checkout_mac and not build_with_chromium',
280 'action': ['python', '{angle_root}/build/mac_toolchain.py'],
281 },
Jamie Madill027717f2018-04-13 15:51:24 -0400282
alokp@chromium.org29d56fb2010-04-06 15:42:22 +0000283 {
Frank Henigmand0ef13a2017-08-28 22:53:24 -0400284 # Note: On Win, this should run after win_toolchain, as it may use it.
285 'name': 'clang',
286 'pattern': '.',
Yuly Novikov85d8ee82018-09-12 17:36:57 +0000287 'action': ['python', '{angle_root}/tools/clang/scripts/update.py'],
Edward Lemur8ae09b02018-06-01 14:18:28 -0400288 'condition': 'not build_with_chromium',
Frank Henigmand0ef13a2017-08-28 22:53:24 -0400289 },
Jamie Madill940c48b2017-10-23 23:25:17 -0400290
Shahbaz Youssefi957e9b82018-10-05 11:00:50 -0400291 {
292 # Update LASTCHANGE.
293 'name': 'lastchange',
294 'pattern': '.',
295 'condition': 'not build_with_chromium',
296 'action': ['python', '{angle_root}/build/util/lastchange.py',
297 '-o', '{angle_root}/build/util/LASTCHANGE'],
298 },
299
Jamie Madill940c48b2017-10-23 23:25:17 -0400300 # Pull rc binaries using checked-in hashes.
301 {
302 'name': 'rc_win',
303 'pattern': '.',
Edward Lemur8ae09b02018-06-01 14:18:28 -0400304 'condition': 'checkout_win and (host_os == "win" and not build_with_chromium)',
Jamie Madill940c48b2017-10-23 23:25:17 -0400305 'action': [ 'download_from_google_storage',
306 '--no_resume',
307 '--no_auth',
308 '--bucket', 'chromium-browser-clang/rc',
Yuly Novikov85d8ee82018-09-12 17:36:57 +0000309 '-s', '{angle_root}/build/toolchain/win/rc/win/rc.exe.sha1',
Jamie Madill940c48b2017-10-23 23:25:17 -0400310 ],
311 },
Michael Spang229fc832019-01-21 18:09:15 -0500312
313 {
314 'name': 'fuchsia_sdk',
315 'pattern': '.',
316 'condition': 'checkout_fuchsia and not build_with_chromium',
317 'action': [
318 'python',
319 '{angle_root}/build/fuchsia/update_sdk.py',
320 ],
321 },
Jamie Madilld5ff4fa2019-04-08 09:25:23 -0400322
Shahbaz Youssefi82418c82019-04-05 15:56:03 -0400323 # Download glslang validator binary for Linux.
324 {
325 'name': 'linux_glslang_validator',
326 'pattern': '.',
327 'condition': 'checkout_linux and not build_with_chromium',
328 'action': [ 'download_from_google_storage',
329 '--no_resume',
330 '--platform=linux*',
331 '--no_auth',
332 '--bucket', 'angle-glslang-validator',
333 '-s', '{angle_root}/tools/glslang/glslang_validator.sha1',
334 ],
335 },
336
Jamie Madilld5ff4fa2019-04-08 09:25:23 -0400337 # Download glslang validator binary for Windows.
338 {
339 'name': 'win_glslang_validator',
340 'pattern': '.',
341 'condition': 'checkout_win and not build_with_chromium',
342 'action': [ 'download_from_google_storage',
343 '--no_resume',
344 '--platform=win32*',
345 '--no_auth',
346 '--bucket', 'angle-glslang-validator',
347 '-s', '{angle_root}/tools/glslang/glslang_validator.exe.sha1',
348 ],
349 },
alokp@chromium.org29d56fb2010-04-06 15:42:22 +0000350]
Jamie Madill20789312016-10-28 14:05:26 -0400351
352recursedeps = [
Jamie Madill4237e532019-06-28 11:14:31 -0400353 # angle-internal has its own DEPS file to pull additional internal repos
354 '{angle_root}/angle-internal',
355
Jamie Madill20789312016-10-28 14:05:26 -0400356 # buildtools provides clang_format.
Yuly Novikov85d8ee82018-09-12 17:36:57 +0000357 '{angle_root}/buildtools',
Jamie Madill20789312016-10-28 14:05:26 -0400358]