blob: 4b54d3724eb23429dfbb12e47185491613d604e5 [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 Madill8ba50492019-10-10 17:46:54 -04005# Avoids the need for a custom root variable.
6use_relative_paths = True
Jamie Madill8ba50492019-10-10 17:46:54 -04007
Jamie Madill23211582020-07-21 10:08:03 -04008gclient_gn_args_file = 'build/config/gclient_args.gni'
9
Jamie Madill2fdd3da2015-07-20 10:14:54 -040010vars = {
Jamie Madill37ee8a62016-12-13 15:18:58 -050011 'android_git': 'https://android.googlesource.com',
Jamie Madill2fdd3da2015-07-20 10:14:54 -040012 'chromium_git': 'https://chromium.googlesource.com',
Jamie Madill67a017f2019-10-10 15:27:27 -040013 'chrome_internal_git': 'https://chrome-internal.googlesource.com',
Jamie Madill8be7a4c2019-09-19 12:48:31 -040014 'swiftshader_git': 'https://swiftshader.googlesource.com',
Jamie Madill027717f2018-04-13 15:51:24 -040015
Edward Lemur8ae09b02018-06-01 14:18:28 -040016 # This variable is overrided in Chromium's DEPS file.
17 'build_with_chromium': False,
18
Jamie Madill67a017f2019-10-10 15:27:27 -040019 # Only check out public sources by default. This can be overridden with custom_vars.
Cody Northrop84f45f12019-12-18 14:34:29 -070020 'checkout_angle_internal': False,
Jamie Madill4237e532019-06-28 11:14:31 -040021
Jamie Madill1948af32019-10-11 17:49:24 -040022 # Version of Chromium our Chromium-based DEPS are mirrored from.
angle-autoroll71786e92021-04-13 07:01:34 +000023 'chromium_revision': 'ab36e1e42f00615f5388711b69b30ad199a1238c',
Yuly Novikov6a652f12020-08-12 21:12:47 -040024 # We never want to checkout chromium,
25 # but need a dummy DEPS entry for the autoroller
26 'dummy_checkout_chromium': False,
Jamie Madill1948af32019-10-11 17:49:24 -040027
Courtney Goeltzenleuchterfebdcf52019-10-28 10:54:03 -060028 # Current revision of VK-GL-CTS (a.k.a dEQP).
angle-autoroll8b1d1fb2021-03-06 19:40:45 +000029 'vk_gl_cts_revision': 'c4e6dbe68e043d6697f60768baf5b2876c6596c6',
Edward Lemur8ae09b02018-06-01 14:18:28 -040030
Jamie Madill07035682019-10-25 09:00:41 -040031 # Current revision of googletest.
32 # Note: this dep cannot be auto-rolled b/c of nesting.
Yuly Novikov7d38b0b2020-08-19 17:33:31 -040033 'googletest_revision': '4fe018038f87675c083d0cfb6a6b57c274fb1753',
34
35 # Current revision of Chrome's third_party googletest directory. This
36 # repository is mirrored as a separate repository, with separate git hashes
37 # that don't match the external googletest repository or Chrome. Mirrored
38 # patches will have a different git hash associated with them.
39 # To roll, first get the new hash for chromium_googletest_revision from the
40 # mirror of third_party/googletest located here:
41 # https://chromium.googlesource.com/chromium/src/third_party/googletest/
42 # Then get the new hash for googletest_revision from the root Chrome DEPS
43 # file: https://source.chromium.org/chromium/chromium/src/+/master:DEPS
44 'chromium_googletest_revision': 'c20c5a3085ab4d90fdb403e3ac98e7991317dd27',
Jamie Madill07035682019-10-25 09:00:41 -040045
Jamie Madille7c8e802019-10-26 08:16:12 -040046 # Current revision of jsoncpp.
47 # Note: this dep cannot be auto-rolled b/c of nesting.
48 'jsoncpp_revision': '645250b6690785be60ab6780ce4b58698d884d11',
49
Jordan Bayles1265dbe2020-06-24 15:12:17 -070050 # Current revision of Chrome's third_party jsoncpp directory. This repository
51 # is mirrored as a separate repository, with separate git hashes that
52 # don't match the external JsonCpp repository or Chrome. Mirrored patches
53 # will have a different git hash associated with them.
54 # To roll, first get the new hash for chromium_jsoncpp_revision from the
55 # mirror of third_party/jsoncpp located here:
56 # https://chromium.googlesource.com/chromium/src/third_party/jsoncpp/
57 # Then get the new hash for jsoncpp_revision from the root Chrome DEPS file:
58 # https://source.chromium.org/chromium/chromium/src/+/master:DEPS
Yuly Novikov7d38b0b2020-08-19 17:33:31 -040059 'chromium_jsoncpp_revision': '30a6ac108e24dabac7c2e0df4d33d55032af4ee7',
Jordan Bayles1265dbe2020-06-24 15:12:17 -070060
Jamie Madille7c8e802019-10-26 08:16:12 -040061 # Current revision of patched-yasm.
62 # Note: this dep cannot be auto-rolled b/c of nesting.
63 'patched_yasm_revision': '720b70524a4424b15fc57e82263568c8ba0496ad',
64
Geoff Lang6e687af2019-10-17 14:36:41 -040065 # Three lines of non-changing comments so that
66 # the commit queue can handle CLs rolling catapult
67 # and whatever else without interference from each other.
angle-autoroll71786e92021-04-13 07:01:34 +000068 'catapult_revision': 'db7e7f8a5d170e0eb91d09b87d7b257817ead2bf',
Jamie Madillb99bbba2020-09-13 10:34:54 -040069
70 # Three lines of non-changing comments so that
71 # the commit queue can handle CLs rolling luci-go
72 # and whatever else without interference from each other.
angle-autoroll71786e92021-04-13 07:01:34 +000073 'luci_go': 'git_revision:99ac75773c6241b6ddf82ade4c54553faa084530',
Jamie Madill2fdd3da2015-07-20 10:14:54 -040074}
75
alokp@chromium.org29d56fb2010-04-06 15:42:22 +000076deps = {
alokp@chromium.org416fcd32012-04-11 16:23:44 +000077
Jamie Madill8ba50492019-10-10 17:46:54 -040078 'build': {
angle-autoroll71786e92021-04-13 07:01:34 +000079 'url': '{chromium_git}/chromium/src/build.git@79006bea8b2e0586ea6e9dd64043de199e4b883d',
Edward Lemur8ae09b02018-06-01 14:18:28 -040080 'condition': 'not build_with_chromium',
81 },
Frank Henigmand0ef13a2017-08-28 22:53:24 -040082
Jamie Madill8ba50492019-10-10 17:46:54 -040083 'buildtools': {
angle-autorollf9cff912021-03-30 08:26:01 +000084 'url': '{chromium_git}/chromium/src/buildtools.git@5dbd89c9d9c0b0ff47cefdc2bc421b8c9a1c5a21',
Edward Lemur8ae09b02018-06-01 14:18:28 -040085 'condition': 'not build_with_chromium',
86 },
Frank Henigmand0ef13a2017-08-28 22:53:24 -040087
Yuly Novikov95b086b2021-03-02 13:21:52 -050088 'buildtools/clang_format/script': {
89 'url': '{chromium_git}/external/github.com/llvm/llvm-project/clang/tools/clang-format.git@99803d74e35962f63a775f29477882afd4d57d94',
90 'condition': 'not build_with_chromium',
91 },
92
93 'buildtools/linux64': {
94 'packages': [
95 {
96 'package': 'gn/gn/linux-amd64',
angle-autoroll2143ffc2021-04-06 22:13:58 +000097 'version': 'git_revision:dba01723a441c358d843a575cb7720d54ddcdf92',
Yuly Novikov95b086b2021-03-02 13:21:52 -050098 }
99 ],
100 'dep_type': 'cipd',
101 'condition': 'not build_with_chromium and host_os == "linux"',
102 },
103
104 'buildtools/mac': {
105 'packages': [
106 {
107 'package': 'gn/gn/mac-${{arch}}',
angle-autoroll2143ffc2021-04-06 22:13:58 +0000108 'version': 'git_revision:dba01723a441c358d843a575cb7720d54ddcdf92',
Yuly Novikov95b086b2021-03-02 13:21:52 -0500109 }
110 ],
111 'dep_type': 'cipd',
112 'condition': 'not build_with_chromium and host_os == "mac"',
113 },
114
115 'buildtools/third_party/libc++/trunk': {
116 'url': '{chromium_git}/external/github.com/llvm/llvm-project/libcxx.git@8fa87946779682841e21e2da977eccfb6cb3bded',
117 'condition': 'not build_with_chromium',
118 },
119
120 'buildtools/third_party/libc++abi/trunk': {
angle-autoroll619cdbd2021-04-08 07:01:09 +0000121 'url': '{chromium_git}/external/github.com/llvm/llvm-project/libcxxabi.git@d0f33885a2ffa7d5af74af6065b60eb48e3c70f5',
Yuly Novikov95b086b2021-03-02 13:21:52 -0500122 'condition': 'not build_with_chromium',
123 },
124
125 'buildtools/win': {
126 'packages': [
127 {
128 'package': 'gn/gn/windows-amd64',
angle-autoroll2143ffc2021-04-06 22:13:58 +0000129 'version': 'git_revision:dba01723a441c358d843a575cb7720d54ddcdf92',
Yuly Novikov95b086b2021-03-02 13:21:52 -0500130 }
131 ],
132 'dep_type': 'cipd',
133 'condition': 'not build_with_chromium and host_os == "win"',
134 },
135
Jamie Madill8ba50492019-10-10 17:46:54 -0400136 'testing': {
angle-autoroll71786e92021-04-13 07:01:34 +0000137 'url': '{chromium_git}/chromium/src/testing@e5f83f632def47e79dfa6632feb0f683a3e90a64',
Edward Lemur8ae09b02018-06-01 14:18:28 -0400138 'condition': 'not build_with_chromium',
139 },
alokp@chromium.org5cd9c602012-05-16 23:37:50 +0000140
Tim Van Pattened337952020-07-23 12:58:10 -0600141 'third_party/abseil-cpp': {
angle-autoroll619cdbd2021-04-08 07:01:09 +0000142 'url': '{chromium_git}/chromium/src/third_party/abseil-cpp@5447d00cc91c7c89f8444fec504e828e2b7cad88',
Tim Van Pattened337952020-07-23 12:58:10 -0600143 'condition': 'not build_with_chromium',
144 },
145
Jamie Madill23211582020-07-21 10:08:03 -0400146 'third_party/android_ndk': {
147 'url': '{chromium_git}/android_ndk.git@27c0a8d090c666a50e40fceb4ee5b40b1a2d3f87',
148 'condition': 'checkout_android and not build_with_chromium',
149 },
150
151 'third_party/catapult': {
152 'url': '{chromium_git}/catapult.git@{catapult_revision}',
Jamie Madillacd15ca2020-10-11 17:16:34 -0400153 'condition': 'not build_with_chromium',
Jamie Madill23211582020-07-21 10:08:03 -0400154 },
155
Courtney Goeltzenleuchterfebdcf52019-10-28 10:54:03 -0600156 # Cherry is a dEQP/VK-GL-CTS management GUI written in Go. We use it for viewing test results.
Jamie Madill8ba50492019-10-10 17:46:54 -0400157 'third_party/cherry': {
Edward Lemur8ae09b02018-06-01 14:18:28 -0400158 'url': '{android_git}/platform/external/cherry@4f8fb08d33ca5ff05a1c638f04c85bbb8d8b52cc',
159 'condition': 'not build_with_chromium',
160 },
Jamie Madill9e76f562015-10-02 08:57:14 -0400161
Jamie Madill33505f02021-04-11 16:52:15 -0400162 'third_party/depot_tools': {
angle-autoroll71786e92021-04-13 07:01:34 +0000163 'url': '{chromium_git}/chromium/tools/depot_tools.git@057831ef1f149883e3c26f58a867663f78dc49e1',
Jamie Madill33505f02021-04-11 16:52:15 -0400164 'condition': 'not build_with_chromium',
165 },
166
Yuly Novikov6a652f12020-08-12 21:12:47 -0400167 # We never want to checkout chromium,
168 # but need a dummy DEPS entry for the autoroller
169 'third_party/dummy_chromium': {
170 'url': '{chromium_git}/chromium/src.git@{chromium_revision}',
171 'condition': 'dummy_checkout_chromium',
172 },
173
Jamie Madill8ba50492019-10-10 17:46:54 -0400174 'third_party/fuchsia-sdk': {
Jamie Madill130fdbc2019-10-10 19:13:07 -0400175 'url': '{chromium_git}/chromium/src/third_party/fuchsia-sdk.git@1785f0ac8e1fe81cb25e260acbe7de8f62fa3e44',
Jamie Madill9f958342019-04-08 09:40:40 -0400176 'condition': 'checkout_fuchsia and not build_with_chromium',
177 },
178
Jamie Madill67a017f2019-10-10 15:27:27 -0400179 # Closed-source OpenGL ES 1.1 Conformance tests.
Jamie Madill8ba50492019-10-10 17:46:54 -0400180 'third_party/gles1_conform': {
Jamie Madill67a017f2019-10-10 15:27:27 -0400181 'url': '{chrome_internal_git}/angle/es-cts.git@dc9f502f709c9cd88d7f8d3974f1c77aa246958e',
Cody Northrop84f45f12019-12-18 14:34:29 -0700182 'condition': 'checkout_angle_internal',
Jamie Madill67a017f2019-10-10 15:27:27 -0400183 },
184
Jamie Madill55959b02019-03-05 10:07:41 -0500185 # glmark2 is a GPL3-licensed OpenGL ES 2.0 benchmark. We use it for testing.
Jamie Madill8ba50492019-10-10 17:46:54 -0400186 'third_party/glmark2/src': {
Jamie Madill2971fd32019-08-12 16:53:21 -0400187 'url': '{chromium_git}/external/github.com/glmark2/glmark2@9e01aef1a786b28aca73135a5b00f85c357e8f5e',
Jamie Madill55959b02019-03-05 10:07:41 -0500188 },
189
Jamie Madill8ba50492019-10-10 17:46:54 -0400190 'third_party/googletest': {
Yuly Novikov7d38b0b2020-08-19 17:33:31 -0400191 'url': '{chromium_git}/chromium/src/third_party/googletest@{chromium_googletest_revision}',
Jamie Madillcf9b2852019-02-13 09:15:26 -0500192 'condition': 'not build_with_chromium',
193 },
194
Jamie Madill55959b02019-03-05 10:07:41 -0500195 # libjpeg_turbo is used by glmark2.
Jamie Madill8ba50492019-10-10 17:46:54 -0400196 'third_party/libjpeg_turbo': {
angle-autoroll23462992021-02-26 09:24:47 +0000197 'url': '{chromium_git}/chromium/deps/libjpeg_turbo.git@7b4981b6500ccba10733c352b9ed2dad14ce3c73',
Jamie Madill55959b02019-03-05 10:07:41 -0500198 'condition': 'not build_with_chromium',
199 },
200
Jamie Madill8ba50492019-10-10 17:46:54 -0400201 'third_party/libpng/src': {
Edward Lemur8ae09b02018-06-01 14:18:28 -0400202 'url': '{android_git}/platform/external/libpng@094e181e79a3d6c23fd005679025058b7df1ad6c',
203 'condition': 'not build_with_chromium',
204 },
Jamie Madill37ee8a62016-12-13 15:18:58 -0500205
Geoff Langfe790822021-04-09 11:24:07 -0400206 'third_party/jdk': {
207 'packages': [
208 {
209 'package': 'chromium/third_party/jdk',
210 'version': 'JhpgSvTpgVUkoKe56yQmYaR1jXNcY8NqlltA0mKIO4EC',
211 },
212 ],
213 'condition': 'checkout_android and not build_with_chromium',
214 'dep_type': 'cipd',
215 },
216
217 'third_party/jdk/extras': {
218 'packages': [
219 {
220 'package': 'chromium/third_party/jdk/extras',
221 'version': '-7m_pvgICYN60yQI3qmTj_8iKjtnT4NXicT0G_jJPqsC',
222 },
223 ],
224 'condition': 'checkout_android and not build_with_chromium',
225 'dep_type': 'cipd',
226 },
227
Jamie Madill8ba50492019-10-10 17:46:54 -0400228 'third_party/jsoncpp': {
Jordan Bayles1265dbe2020-06-24 15:12:17 -0700229 'url': '{chromium_git}/chromium/src/third_party/jsoncpp@{chromium_jsoncpp_revision}',
Jamie Madill0cb3b0f2019-01-28 09:55:20 -0500230 'condition': 'not build_with_chromium',
231 },
Tobin Ehlis5fdc38c2018-08-28 09:20:57 -0600232
Jamie Madill43951702020-04-27 16:57:46 -0400233 'third_party/nasm': {
Jamie Madill23211582020-07-21 10:08:03 -0400234 'url': '{chromium_git}/chromium/deps/nasm.git@19f3fad68da99277b2882939d3b2fa4c4b8d51d9',
Jamie Madill43951702020-04-27 16:57:46 -0400235 'condition': 'not build_with_chromium',
236 },
237
Jamie Madillacd15ca2020-10-11 17:16:34 -0400238 'third_party/protobuf': {
angle-autoroll45ce8d12021-03-15 08:07:12 +0000239 'url': '{chromium_git}/chromium/src/third_party/protobuf@52433541779c2d98b3ef98def5b06924e9ae85ba',
Jamie Madillacd15ca2020-10-11 17:16:34 -0400240 'condition': 'not build_with_chromium',
241 },
242
Jamie Madill8ba50492019-10-10 17:46:54 -0400243 'third_party/Python-Markdown': {
angle-autorolla13f6842020-12-08 07:54:47 +0000244 'url': '{chromium_git}/chromium/src/third_party/Python-Markdown@2bb7b23b6398f9e79bc2fa8c6bc64a3cf1613ebf',
Jamie Madill9f958342019-04-08 09:40:40 -0400245 'condition': 'not build_with_chromium',
246 },
247
Jamie Madill8ba50492019-10-10 17:46:54 -0400248 'third_party/qemu-linux-x64': {
Michael Spang229fc832019-01-21 18:09:15 -0500249 'packages': [
250 {
251 'package': 'fuchsia/qemu/linux-amd64',
252 'version': '9cc486c5b18a0be515c39a280ca9a309c54cf994'
253 },
254 ],
255 'condition': 'not build_with_chromium and (host_os == "linux" and checkout_fuchsia)',
256 'dep_type': 'cipd',
257 },
258
Jamie Madill8ba50492019-10-10 17:46:54 -0400259 'third_party/qemu-mac-x64': {
Michael Spang229fc832019-01-21 18:09:15 -0500260 'packages': [
261 {
262 'package': 'fuchsia/qemu/mac-amd64',
263 'version': '2d3358ae9a569b2d4a474f498b32b202a152134f'
264 },
265 ],
266 'condition': 'not build_with_chromium and (host_os == "mac" and checkout_fuchsia)',
267 'dep_type': 'cipd',
268 },
269
Jamie Madill8ba50492019-10-10 17:46:54 -0400270 'third_party/rapidjson/src': {
Jamie Madill46d32e02019-02-25 17:13:16 -0500271 'url': '{chromium_git}/external/github.com/Tencent/rapidjson@7484e06c589873e1ed80382d262087e4fa80fb63',
272 },
273
Jamie Madill8ba50492019-10-10 17:46:54 -0400274 'third_party/SwiftShader': {
angle-autoroll81401be2021-04-12 10:01:01 +0000275 'url': '{swiftshader_git}/SwiftShader@77edad29990730aba23cffd1eb9462b2c9829fd3',
Jamie Madill8be7a4c2019-09-19 12:48:31 -0400276 'condition': 'not build_with_chromium',
277 },
278
Tim Van Pattened337952020-07-23 12:58:10 -0600279 'third_party/VK-GL-CTS/src': {
280 'url': '{chromium_git}/external/github.com/KhronosGroup/VK-GL-CTS@{vk_gl_cts_revision}',
281 },
282
Jamie Madill653f6192020-12-14 12:55:55 -0500283 'third_party/vulkan-deps': {
angle-autoroll83c90f22021-04-08 10:01:46 +0000284 'url': '{chromium_git}/vulkan-deps@c18d8cd5016cf751cab080d3f6d805be83c7395d',
Jamie Madill653f6192020-12-14 12:55:55 -0500285 'condition': 'not build_with_chromium',
Tobin Ehlisb971f492018-05-24 10:56:17 -0600286 },
287
Tim Van Pattened337952020-07-23 12:58:10 -0600288 'third_party/vulkan_memory_allocator': {
Peng Huang0d2e6562021-02-12 14:21:00 -0500289 'url': '{chromium_git}/external/github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator@732a76d9d3c70d6aa487216495eeb28518349c3a',
Tim Van Pattened337952020-07-23 12:58:10 -0600290 'condition': 'not build_with_chromium',
291 },
292
Jamie Madill8ba50492019-10-10 17:46:54 -0400293 'third_party/zlib': {
angle-autorollb7750122021-03-12 08:08:11 +0000294 'url': '{chromium_git}/chromium/src/third_party/zlib@09490503d0f201b81e03f5ca0ab8ba8ee76d4a8e',
Edward Lemur8ae09b02018-06-01 14:18:28 -0400295 'condition': 'not build_with_chromium',
296 },
Frank Henigmand0ef13a2017-08-28 22:53:24 -0400297
Jamie Madill8ba50492019-10-10 17:46:54 -0400298 'tools/clang': {
angle-autoroll71786e92021-04-13 07:01:34 +0000299 'url': '{chromium_git}/chromium/src/tools/clang.git@716893623522b6466201b5923a0d877d64a87e19',
Edward Lemur8ae09b02018-06-01 14:18:28 -0400300 'condition': 'not build_with_chromium',
301 },
Michael Spang229fc832019-01-21 18:09:15 -0500302
Le Hoang Quyencaeb2172019-11-20 22:30:17 +0800303 'tools/clang/dsymutil': {
304 'packages': [
305 {
306 'package': 'chromium/llvm-build-tools/dsymutil',
307 'version': 'M56jPzDv1620Rnm__jTMYS62Zi8rxHVq7yw0qeBFEgkC',
308 }
309 ],
310 'condition': 'checkout_mac and not build_with_chromium',
311 'dep_type': 'cipd',
312 },
313
Jamie Madillb99bbba2020-09-13 10:34:54 -0400314 'tools/luci-go': {
315 'packages': [
316 {
317 'package': 'infra/tools/luci/isolate/${{platform}}',
318 'version': Var('luci_go'),
319 },
320 {
321 'package': 'infra/tools/luci/isolated/${{platform}}',
322 'version': Var('luci_go'),
323 },
324 {
325 'package': 'infra/tools/luci/swarming/${{platform}}',
326 'version': Var('luci_go'),
327 },
328 ],
329 'condition': 'not build_with_chromium',
330 'dep_type': 'cipd',
331 },
332
333 'tools/mb': {
angle-autoroll71786e92021-04-13 07:01:34 +0000334 'url': '{chromium_git}/chromium/src/tools/mb@bfc3b9547922135814c9a06d5a48ac28aa90f218',
Jamie Madillb99bbba2020-09-13 10:34:54 -0400335 'condition': 'not build_with_chromium',
336 },
337
Jamie Madill8ba50492019-10-10 17:46:54 -0400338 'tools/md_browser': {
Yuly Novikov5dff6072020-08-19 20:57:36 -0400339 'url': '{chromium_git}/chromium/src/tools/md_browser@60141af3603925d99bf3fb22fdfca138416339b1',
Jamie Madill9f958342019-04-08 09:40:40 -0400340 'condition': 'not build_with_chromium',
Michael Spang229fc832019-01-21 18:09:15 -0500341 },
Jamie Madilldf0ce012019-09-05 11:04:39 -0400342
Jamie Madill8ba50492019-10-10 17:46:54 -0400343 'tools/memory': {
angle-autoroll64654a82020-12-02 16:33:31 +0000344 'url': '{chromium_git}/chromium/src/tools/memory@71214b910decfe2e7cfc8b0ffc072a1b97da2d36',
Jamie Madilldf0ce012019-09-05 11:04:39 -0400345 'condition': 'not build_with_chromium',
346 },
Jamie Madilldff93312020-09-25 13:31:25 -0400347
Jamie Madillacd15ca2020-10-11 17:16:34 -0400348 'tools/protoc_wrapper': {
angle-autoroll99460512021-03-03 15:09:41 +0000349 'url': '{chromium_git}/chromium/src/tools/protoc_wrapper@4d4e1824fc1a93147a2f640a25812d1db9d3c2d2',
Jamie Madillacd15ca2020-10-11 17:16:34 -0400350 'condition': 'not build_with_chromium',
351 },
352
Jamie Madilldff93312020-09-25 13:31:25 -0400353 'tools/skia_goldctl/linux': {
354 'packages': [
355 {
356 'package': 'skia/tools/goldctl/linux-amd64',
angle-autoroll71786e92021-04-13 07:01:34 +0000357 'version': 'mAuXqU7IqMTl2o166z_OMy_IZxh0ajpEUPuXYy4_BfcC',
Jamie Madilldff93312020-09-25 13:31:25 -0400358 },
359 ],
360 'dep_type': 'cipd',
361 'condition': 'checkout_linux and not build_with_chromium',
362 },
363
364 'tools/skia_goldctl/win': {
365 'packages': [
366 {
367 'package': 'skia/tools/goldctl/windows-amd64',
angle-autoroll71786e92021-04-13 07:01:34 +0000368 'version': 'Lzfohgeqx2FAmTxtM5eYQshIXb5YBoNk73cmoh_dP3sC',
Jamie Madilldff93312020-09-25 13:31:25 -0400369 },
370 ],
371 'dep_type': 'cipd',
372 'condition': 'checkout_win and not build_with_chromium',
373 },
374
375 'tools/skia_goldctl/mac': {
376 'packages': [
377 {
378 'package': 'skia/tools/goldctl/mac-amd64',
angle-autoroll71786e92021-04-13 07:01:34 +0000379 'version': 'TH-LRMBSdzpB3b-wmecnLTut5qaef26EM-ZbtQM2CIUC',
Jamie Madilldff93312020-09-25 13:31:25 -0400380 },
381 ],
382 'dep_type': 'cipd',
383 'condition': 'checkout_mac and not build_with_chromium',
384 },
Jamie Madill78dde332021-03-29 17:31:52 -0400385
386 # === ANGLE Restricted Trace Generated Code Start ===
387 'src/tests/restricted_traces/aliexpress': {
388 'packages': [
389 {
390 'package': 'angle/traces/aliexpress',
391 'version': 'version:1',
392 },
393 ],
394 'dep_type': 'cipd',
395 'condition': 'checkout_angle_internal',
396 },
397 'src/tests/restricted_traces/among_us': {
398 'packages': [
399 {
400 'package': 'angle/traces/among_us',
401 'version': 'version:1',
402 },
403 ],
404 'dep_type': 'cipd',
405 'condition': 'checkout_angle_internal',
406 },
407 'src/tests/restricted_traces/angry_birds_2_1500': {
408 'packages': [
409 {
410 'package': 'angle/traces/angry_birds_2_1500',
411 'version': 'version:1',
412 },
413 ],
414 'dep_type': 'cipd',
415 'condition': 'checkout_angle_internal',
416 },
417 'src/tests/restricted_traces/arena_of_valor': {
418 'packages': [
419 {
420 'package': 'angle/traces/arena_of_valor',
421 'version': 'version:1',
422 },
423 ],
424 'dep_type': 'cipd',
425 'condition': 'checkout_angle_internal',
426 },
427 'src/tests/restricted_traces/asphalt_8': {
428 'packages': [
429 {
430 'package': 'angle/traces/asphalt_8',
431 'version': 'version:1',
432 },
433 ],
434 'dep_type': 'cipd',
435 'condition': 'checkout_angle_internal',
436 },
437 'src/tests/restricted_traces/avakin_life': {
438 'packages': [
439 {
440 'package': 'angle/traces/avakin_life',
441 'version': 'version:1',
442 },
443 ],
444 'dep_type': 'cipd',
445 'condition': 'checkout_angle_internal',
446 },
447 'src/tests/restricted_traces/aztec_ruins': {
448 'packages': [
449 {
450 'package': 'angle/traces/aztec_ruins',
451 'version': 'version:1',
452 },
453 ],
454 'dep_type': 'cipd',
455 'condition': 'checkout_angle_internal',
456 },
457 'src/tests/restricted_traces/brawl_stars': {
458 'packages': [
459 {
460 'package': 'angle/traces/brawl_stars',
461 'version': 'version:1',
462 },
463 ],
464 'dep_type': 'cipd',
465 'condition': 'checkout_angle_internal',
466 },
Cody Northrop408c1512021-04-08 10:51:28 -0600467 'src/tests/restricted_traces/bubble_shooter': {
468 'packages': [
469 {
470 'package': 'angle/traces/bubble_shooter',
471 'version': 'version:1',
472 },
473 ],
474 'dep_type': 'cipd',
475 'condition': 'checkout_angle_internal',
476 },
Jamie Madill78dde332021-03-29 17:31:52 -0400477 'src/tests/restricted_traces/bus_simulator_indonesia': {
478 'packages': [
479 {
480 'package': 'angle/traces/bus_simulator_indonesia',
481 'version': 'version:1',
482 },
483 ],
484 'dep_type': 'cipd',
485 'condition': 'checkout_angle_internal',
486 },
Cody Northropc2075d82021-04-08 13:10:29 -0600487 'src/tests/restricted_traces/call_break_offline_card_game': {
488 'packages': [
489 {
490 'package': 'angle/traces/call_break_offline_card_game',
491 'version': 'version:1',
492 },
493 ],
494 'dep_type': 'cipd',
495 'condition': 'checkout_angle_internal',
496 },
Jamie Madill78dde332021-03-29 17:31:52 -0400497 'src/tests/restricted_traces/candy_crush_500': {
498 'packages': [
499 {
500 'package': 'angle/traces/candy_crush_500',
501 'version': 'version:1',
502 },
503 ],
504 'dep_type': 'cipd',
505 'condition': 'checkout_angle_internal',
506 },
507 'src/tests/restricted_traces/car_parking_multiplayer': {
508 'packages': [
509 {
510 'package': 'angle/traces/car_parking_multiplayer',
511 'version': 'version:1',
512 },
513 ],
514 'dep_type': 'cipd',
515 'condition': 'checkout_angle_internal',
516 },
517 'src/tests/restricted_traces/clash_of_clans': {
518 'packages': [
519 {
520 'package': 'angle/traces/clash_of_clans',
521 'version': 'version:1',
522 },
523 ],
524 'dep_type': 'cipd',
525 'condition': 'checkout_angle_internal',
526 },
527 'src/tests/restricted_traces/clash_royale': {
528 'packages': [
529 {
530 'package': 'angle/traces/clash_royale',
531 'version': 'version:1',
532 },
533 ],
534 'dep_type': 'cipd',
535 'condition': 'checkout_angle_internal',
536 },
537 'src/tests/restricted_traces/cod_mobile': {
538 'packages': [
539 {
540 'package': 'angle/traces/cod_mobile',
541 'version': 'version:1',
542 },
543 ],
544 'dep_type': 'cipd',
545 'condition': 'checkout_angle_internal',
546 },
547 'src/tests/restricted_traces/coin_master': {
548 'packages': [
549 {
550 'package': 'angle/traces/coin_master',
551 'version': 'version:1',
552 },
553 ],
554 'dep_type': 'cipd',
555 'condition': 'checkout_angle_internal',
556 },
Cody Northropfc28c1d2021-04-07 15:05:14 -0600557 'src/tests/restricted_traces/disney_tsum_tsum': {
558 'packages': [
559 {
560 'package': 'angle/traces/disney_tsum_tsum',
561 'version': 'version:1',
562 },
563 ],
564 'dep_type': 'cipd',
565 'condition': 'checkout_angle_internal',
566 },
Jamie Madill78dde332021-03-29 17:31:52 -0400567 'src/tests/restricted_traces/dragon_ball_legends': {
568 'packages': [
569 {
570 'package': 'angle/traces/dragon_ball_legends',
571 'version': 'version:1',
572 },
573 ],
574 'dep_type': 'cipd',
575 'condition': 'checkout_angle_internal',
576 },
577 'src/tests/restricted_traces/dragon_raja': {
578 'packages': [
579 {
580 'package': 'angle/traces/dragon_raja',
581 'version': 'version:1',
582 },
583 ],
584 'dep_type': 'cipd',
585 'condition': 'checkout_angle_internal',
586 },
587 'src/tests/restricted_traces/efootball_pes_2021': {
588 'packages': [
589 {
590 'package': 'angle/traces/efootball_pes_2021',
591 'version': 'version:1',
592 },
593 ],
594 'dep_type': 'cipd',
595 'condition': 'checkout_angle_internal',
596 },
597 'src/tests/restricted_traces/egypt_1500': {
598 'packages': [
599 {
600 'package': 'angle/traces/egypt_1500',
601 'version': 'version:1',
602 },
603 ],
604 'dep_type': 'cipd',
605 'condition': 'checkout_angle_internal',
606 },
607 'src/tests/restricted_traces/eight_ball_pool': {
608 'packages': [
609 {
610 'package': 'angle/traces/eight_ball_pool',
611 'version': 'version:1',
612 },
613 ],
614 'dep_type': 'cipd',
615 'condition': 'checkout_angle_internal',
616 },
617 'src/tests/restricted_traces/extreme_car_driving_simulator': {
618 'packages': [
619 {
620 'package': 'angle/traces/extreme_car_driving_simulator',
621 'version': 'version:1',
622 },
623 ],
624 'dep_type': 'cipd',
625 'condition': 'checkout_angle_internal',
626 },
627 'src/tests/restricted_traces/fallout_shelter_online': {
628 'packages': [
629 {
630 'package': 'angle/traces/fallout_shelter_online',
631 'version': 'version:1',
632 },
633 ],
634 'dep_type': 'cipd',
635 'condition': 'checkout_angle_internal',
636 },
637 'src/tests/restricted_traces/fate_grand_order': {
638 'packages': [
639 {
640 'package': 'angle/traces/fate_grand_order',
641 'version': 'version:1',
642 },
643 ],
644 'dep_type': 'cipd',
645 'condition': 'checkout_angle_internal',
646 },
647 'src/tests/restricted_traces/fifa_mobile': {
648 'packages': [
649 {
650 'package': 'angle/traces/fifa_mobile',
651 'version': 'version:1',
652 },
653 ],
654 'dep_type': 'cipd',
655 'condition': 'checkout_angle_internal',
656 },
657 'src/tests/restricted_traces/free_fire': {
658 'packages': [
659 {
660 'package': 'angle/traces/free_fire',
661 'version': 'version:1',
662 },
663 ],
664 'dep_type': 'cipd',
665 'condition': 'checkout_angle_internal',
666 },
667 'src/tests/restricted_traces/google_maps': {
668 'packages': [
669 {
670 'package': 'angle/traces/google_maps',
671 'version': 'version:1',
672 },
673 ],
674 'dep_type': 'cipd',
675 'condition': 'checkout_angle_internal',
676 },
677 'src/tests/restricted_traces/happy_color': {
678 'packages': [
679 {
680 'package': 'angle/traces/happy_color',
681 'version': 'version:1',
682 },
683 ],
684 'dep_type': 'cipd',
685 'condition': 'checkout_angle_internal',
686 },
687 'src/tests/restricted_traces/hay_day': {
688 'packages': [
689 {
690 'package': 'angle/traces/hay_day',
691 'version': 'version:1',
692 },
693 ],
694 'dep_type': 'cipd',
695 'condition': 'checkout_angle_internal',
696 },
697 'src/tests/restricted_traces/hearthstone': {
698 'packages': [
699 {
700 'package': 'angle/traces/hearthstone',
701 'version': 'version:1',
702 },
703 ],
704 'dep_type': 'cipd',
705 'condition': 'checkout_angle_internal',
706 },
707 'src/tests/restricted_traces/hill_climb_racing': {
708 'packages': [
709 {
710 'package': 'angle/traces/hill_climb_racing',
711 'version': 'version:1',
712 },
713 ],
714 'dep_type': 'cipd',
715 'condition': 'checkout_angle_internal',
716 },
717 'src/tests/restricted_traces/junes_journey': {
718 'packages': [
719 {
720 'package': 'angle/traces/junes_journey',
721 'version': 'version:1',
722 },
723 ],
724 'dep_type': 'cipd',
725 'condition': 'checkout_angle_internal',
726 },
727 'src/tests/restricted_traces/kartrider_rush': {
728 'packages': [
729 {
730 'package': 'angle/traces/kartrider_rush',
731 'version': 'version:1',
732 },
733 ],
734 'dep_type': 'cipd',
735 'condition': 'checkout_angle_internal',
736 },
737 'src/tests/restricted_traces/klondike_adventures': {
738 'packages': [
739 {
740 'package': 'angle/traces/klondike_adventures',
741 'version': 'version:1',
742 },
743 ],
744 'dep_type': 'cipd',
745 'condition': 'checkout_angle_internal',
746 },
747 'src/tests/restricted_traces/league_of_legends_wild_rift': {
748 'packages': [
749 {
750 'package': 'angle/traces/league_of_legends_wild_rift',
751 'version': 'version:1',
752 },
753 ],
754 'dep_type': 'cipd',
755 'condition': 'checkout_angle_internal',
756 },
757 'src/tests/restricted_traces/lego_legacy': {
758 'packages': [
759 {
760 'package': 'angle/traces/lego_legacy',
761 'version': 'version:1',
762 },
763 ],
764 'dep_type': 'cipd',
765 'condition': 'checkout_angle_internal',
766 },
767 'src/tests/restricted_traces/lineage_m': {
768 'packages': [
769 {
770 'package': 'angle/traces/lineage_m',
771 'version': 'version:1',
772 },
773 ],
774 'dep_type': 'cipd',
775 'condition': 'checkout_angle_internal',
776 },
777 'src/tests/restricted_traces/magic_tiles_3': {
778 'packages': [
779 {
780 'package': 'angle/traces/magic_tiles_3',
781 'version': 'version:1',
782 },
783 ],
784 'dep_type': 'cipd',
785 'condition': 'checkout_angle_internal',
786 },
787 'src/tests/restricted_traces/manhattan_10': {
788 'packages': [
789 {
790 'package': 'angle/traces/manhattan_10',
791 'version': 'version:1',
792 },
793 ],
794 'dep_type': 'cipd',
795 'condition': 'checkout_angle_internal',
796 },
797 'src/tests/restricted_traces/manhattan_31': {
798 'packages': [
799 {
800 'package': 'angle/traces/manhattan_31',
801 'version': 'version:1',
802 },
803 ],
804 'dep_type': 'cipd',
805 'condition': 'checkout_angle_internal',
806 },
807 'src/tests/restricted_traces/marvel_contest_of_champions': {
808 'packages': [
809 {
810 'package': 'angle/traces/marvel_contest_of_champions',
811 'version': 'version:1',
812 },
813 ],
814 'dep_type': 'cipd',
815 'condition': 'checkout_angle_internal',
816 },
817 'src/tests/restricted_traces/messenger_lite': {
818 'packages': [
819 {
820 'package': 'angle/traces/messenger_lite',
821 'version': 'version:1',
822 },
823 ],
824 'dep_type': 'cipd',
825 'condition': 'checkout_angle_internal',
826 },
827 'src/tests/restricted_traces/minecraft': {
828 'packages': [
829 {
830 'package': 'angle/traces/minecraft',
831 'version': 'version:1',
832 },
833 ],
834 'dep_type': 'cipd',
835 'condition': 'checkout_angle_internal',
836 },
837 'src/tests/restricted_traces/mobile_legends': {
838 'packages': [
839 {
840 'package': 'angle/traces/mobile_legends',
841 'version': 'version:1',
842 },
843 ],
844 'dep_type': 'cipd',
845 'condition': 'checkout_angle_internal',
846 },
847 'src/tests/restricted_traces/nba2k20_800': {
848 'packages': [
849 {
850 'package': 'angle/traces/nba2k20_800',
851 'version': 'version:1',
852 },
853 ],
854 'dep_type': 'cipd',
855 'condition': 'checkout_angle_internal',
856 },
857 'src/tests/restricted_traces/one_punch_man': {
858 'packages': [
859 {
860 'package': 'angle/traces/one_punch_man',
861 'version': 'version:1',
862 },
863 ],
864 'dep_type': 'cipd',
865 'condition': 'checkout_angle_internal',
866 },
867 'src/tests/restricted_traces/plants_vs_zombies_2': {
868 'packages': [
869 {
870 'package': 'angle/traces/plants_vs_zombies_2',
871 'version': 'version:1',
872 },
873 ],
874 'dep_type': 'cipd',
875 'condition': 'checkout_angle_internal',
876 },
Lubosz Sarneckib604f842021-04-07 17:30:17 +0200877 'src/tests/restricted_traces/professional_baseball_spirits': {
878 'packages': [
879 {
880 'package': 'angle/traces/professional_baseball_spirits',
881 'version': 'version:1',
882 },
883 ],
884 'dep_type': 'cipd',
885 'condition': 'checkout_angle_internal',
886 },
Jamie Madill78dde332021-03-29 17:31:52 -0400887 'src/tests/restricted_traces/pubg_mobile_lite': {
888 'packages': [
889 {
890 'package': 'angle/traces/pubg_mobile_lite',
891 'version': 'version:1',
892 },
893 ],
894 'dep_type': 'cipd',
895 'condition': 'checkout_angle_internal',
896 },
897 'src/tests/restricted_traces/ragnarok_m_eternal_love': {
898 'packages': [
899 {
900 'package': 'angle/traces/ragnarok_m_eternal_love',
901 'version': 'version:1',
902 },
903 ],
904 'dep_type': 'cipd',
905 'condition': 'checkout_angle_internal',
906 },
907 'src/tests/restricted_traces/raid_shadow_legends': {
908 'packages': [
909 {
910 'package': 'angle/traces/raid_shadow_legends',
911 'version': 'version:1',
912 },
913 ],
914 'dep_type': 'cipd',
915 'condition': 'checkout_angle_internal',
916 },
917 'src/tests/restricted_traces/real_commando_secret_mission': {
918 'packages': [
919 {
920 'package': 'angle/traces/real_commando_secret_mission',
921 'version': 'version:1',
922 },
923 ],
924 'dep_type': 'cipd',
925 'condition': 'checkout_angle_internal',
926 },
927 'src/tests/restricted_traces/real_cricket_20': {
928 'packages': [
929 {
930 'package': 'angle/traces/real_cricket_20',
931 'version': 'version:1',
932 },
933 ],
934 'dep_type': 'cipd',
935 'condition': 'checkout_angle_internal',
936 },
937 'src/tests/restricted_traces/real_gangster_crime': {
938 'packages': [
939 {
940 'package': 'angle/traces/real_gangster_crime',
941 'version': 'version:1',
942 },
943 ],
944 'dep_type': 'cipd',
945 'condition': 'checkout_angle_internal',
946 },
947 'src/tests/restricted_traces/rise_of_kingdoms': {
948 'packages': [
949 {
950 'package': 'angle/traces/rise_of_kingdoms',
951 'version': 'version:1',
952 },
953 ],
954 'dep_type': 'cipd',
955 'condition': 'checkout_angle_internal',
956 },
957 'src/tests/restricted_traces/romancing_saga': {
958 'packages': [
959 {
960 'package': 'angle/traces/romancing_saga',
961 'version': 'version:1',
962 },
963 ],
964 'dep_type': 'cipd',
965 'condition': 'checkout_angle_internal',
966 },
967 'src/tests/restricted_traces/rope_hero_vice_town': {
968 'packages': [
969 {
970 'package': 'angle/traces/rope_hero_vice_town',
971 'version': 'version:1',
972 },
973 ],
974 'dep_type': 'cipd',
975 'condition': 'checkout_angle_internal',
976 },
977 'src/tests/restricted_traces/saint_seiya_awakening': {
978 'packages': [
979 {
980 'package': 'angle/traces/saint_seiya_awakening',
981 'version': 'version:1',
982 },
983 ],
984 'dep_type': 'cipd',
985 'condition': 'checkout_angle_internal',
986 },
987 'src/tests/restricted_traces/shadow_fight_2': {
988 'packages': [
989 {
990 'package': 'angle/traces/shadow_fight_2',
991 'version': 'version:1',
992 },
993 ],
994 'dep_type': 'cipd',
995 'condition': 'checkout_angle_internal',
996 },
997 'src/tests/restricted_traces/sniper_3d': {
998 'packages': [
999 {
1000 'package': 'angle/traces/sniper_3d',
1001 'version': 'version:1',
1002 },
1003 ],
1004 'dep_type': 'cipd',
1005 'condition': 'checkout_angle_internal',
1006 },
1007 'src/tests/restricted_traces/standoff_2': {
1008 'packages': [
1009 {
1010 'package': 'angle/traces/standoff_2',
1011 'version': 'version:1',
1012 },
1013 ],
1014 'dep_type': 'cipd',
1015 'condition': 'checkout_angle_internal',
1016 },
1017 'src/tests/restricted_traces/subway_surfers': {
1018 'packages': [
1019 {
1020 'package': 'angle/traces/subway_surfers',
1021 'version': 'version:1',
1022 },
1023 ],
1024 'dep_type': 'cipd',
1025 'condition': 'checkout_angle_internal',
1026 },
1027 'src/tests/restricted_traces/talking_tom_hero_dash': {
1028 'packages': [
1029 {
1030 'package': 'angle/traces/talking_tom_hero_dash',
1031 'version': 'version:1',
1032 },
1033 ],
1034 'dep_type': 'cipd',
1035 'condition': 'checkout_angle_internal',
1036 },
1037 'src/tests/restricted_traces/temple_run_2': {
1038 'packages': [
1039 {
1040 'package': 'angle/traces/temple_run_2',
1041 'version': 'version:1',
1042 },
1043 ],
1044 'dep_type': 'cipd',
1045 'condition': 'checkout_angle_internal',
1046 },
1047 'src/tests/restricted_traces/temple_run_300': {
1048 'packages': [
1049 {
1050 'package': 'angle/traces/temple_run_300',
1051 'version': 'version:1',
1052 },
1053 ],
1054 'dep_type': 'cipd',
1055 'condition': 'checkout_angle_internal',
1056 },
1057 'src/tests/restricted_traces/trex_200': {
1058 'packages': [
1059 {
1060 'package': 'angle/traces/trex_200',
1061 'version': 'version:1',
1062 },
1063 ],
1064 'dep_type': 'cipd',
1065 'condition': 'checkout_angle_internal',
1066 },
1067 'src/tests/restricted_traces/whatsapp': {
1068 'packages': [
1069 {
1070 'package': 'angle/traces/whatsapp',
1071 'version': 'version:1',
1072 },
1073 ],
1074 'dep_type': 'cipd',
1075 'condition': 'checkout_angle_internal',
1076 },
1077 'src/tests/restricted_traces/world_of_tanks_blitz': {
1078 'packages': [
1079 {
1080 'package': 'angle/traces/world_of_tanks_blitz',
1081 'version': 'version:1',
1082 },
1083 ],
1084 'dep_type': 'cipd',
1085 'condition': 'checkout_angle_internal',
1086 },
1087 'src/tests/restricted_traces/world_war_doh': {
1088 'packages': [
1089 {
1090 'package': 'angle/traces/world_war_doh',
1091 'version': 'version:1',
1092 },
1093 ],
1094 'dep_type': 'cipd',
1095 'condition': 'checkout_angle_internal',
1096 },
1097 'src/tests/restricted_traces/worms_zone_io': {
1098 'packages': [
1099 {
1100 'package': 'angle/traces/worms_zone_io',
1101 'version': 'version:1',
1102 },
1103 ],
1104 'dep_type': 'cipd',
1105 'condition': 'checkout_angle_internal',
1106 },
1107 # === ANGLE Restricted Trace Generated Code End ===
alokp@chromium.org29d56fb2010-04-06 15:42:22 +00001108}
1109
alokp@chromium.org29d56fb2010-04-06 15:42:22 +00001110hooks = [
Jamie Madill33505f02021-04-11 16:52:15 -04001111 {
1112 # Ensure that the DEPS'd "depot_tools" has its self-update capability
1113 # disabled.
1114 'name': 'disable_depot_tools_selfupdate',
1115 'pattern': '.',
1116 'condition': 'not build_with_chromium',
1117 'action': [
1118 'python',
1119 'third_party/depot_tools/update_depot_tools_toggle.py',
1120 '--disable',
1121 ],
1122 },
1123
Jamie Madill2fdd3da2015-07-20 10:14:54 -04001124 # Pull clang-format binaries using checked-in hashes.
1125 {
1126 'name': 'clang_format_win',
1127 'pattern': '.',
Edward Lemur8ae09b02018-06-01 14:18:28 -04001128 'condition': 'host_os == "win" and not build_with_chromium',
Jamie Madill33505f02021-04-11 16:52:15 -04001129 'action': [ 'python',
1130 'third_party/depot_tools/download_from_google_storage.py',
Jamie Madill2fdd3da2015-07-20 10:14:54 -04001131 '--no_resume',
1132 '--platform=win32',
1133 '--no_auth',
1134 '--bucket', 'chromium-clang-format',
Jamie Madill8ba50492019-10-10 17:46:54 -04001135 '-s', 'buildtools/win/clang-format.exe.sha1',
Jamie Madill2fdd3da2015-07-20 10:14:54 -04001136 ],
1137 },
1138 {
1139 'name': 'clang_format_mac',
1140 'pattern': '.',
Edward Lemur8ae09b02018-06-01 14:18:28 -04001141 'condition': 'host_os == "mac" and not build_with_chromium',
Jamie Madill33505f02021-04-11 16:52:15 -04001142 'action': [ 'python',
1143 'third_party/depot_tools/download_from_google_storage.py',
Jamie Madill2fdd3da2015-07-20 10:14:54 -04001144 '--no_resume',
1145 '--platform=darwin',
1146 '--no_auth',
1147 '--bucket', 'chromium-clang-format',
Jamie Madill8ba50492019-10-10 17:46:54 -04001148 '-s', 'buildtools/mac/clang-format.sha1',
Jamie Madill2fdd3da2015-07-20 10:14:54 -04001149 ],
1150 },
1151 {
1152 'name': 'clang_format_linux',
1153 'pattern': '.',
Edward Lemur8ae09b02018-06-01 14:18:28 -04001154 'condition': 'host_os == "linux" and not build_with_chromium',
Jamie Madill33505f02021-04-11 16:52:15 -04001155 'action': [ 'python',
1156 'third_party/depot_tools/download_from_google_storage.py',
Jamie Madill2fdd3da2015-07-20 10:14:54 -04001157 '--no_resume',
1158 '--platform=linux*',
1159 '--no_auth',
1160 '--bucket', 'chromium-clang-format',
Jamie Madill8ba50492019-10-10 17:46:54 -04001161 '-s', 'buildtools/linux64/clang-format.sha1',
Jamie Madill2fdd3da2015-07-20 10:14:54 -04001162 ],
1163 },
Tobin Ehlis9d4277b2018-05-21 16:22:22 -06001164 {
1165 'name': 'sysroot_x86',
1166 'pattern': '.',
Edward Lemur8ae09b02018-06-01 14:18:28 -04001167 'condition': 'checkout_linux and ((checkout_x86 or checkout_x64) and not build_with_chromium)',
Jamie Madill8ba50492019-10-10 17:46:54 -04001168 'action': ['python', 'build/linux/sysroot_scripts/install-sysroot.py',
Tobin Ehlis9d4277b2018-05-21 16:22:22 -06001169 '--arch=x86'],
1170 },
1171 {
1172 'name': 'sysroot_x64',
1173 'pattern': '.',
Edward Lemur8ae09b02018-06-01 14:18:28 -04001174 'condition': 'checkout_linux and (checkout_x64 and not build_with_chromium)',
Jamie Madill8ba50492019-10-10 17:46:54 -04001175 'action': ['python', 'build/linux/sysroot_scripts/install-sysroot.py',
Tobin Ehlis9d4277b2018-05-21 16:22:22 -06001176 '--arch=x64'],
1177 },
Jamie Madill027717f2018-04-13 15:51:24 -04001178 {
Jamie Madill33505f02021-04-11 16:52:15 -04001179 # Case-insensitivity for the Win SDK. Must run before win_toolchain below.
1180 'name': 'ciopfs_linux',
1181 'pattern': '.',
1182 'condition': 'checkout_win and host_os == "linux" and not build_with_chromium',
1183 'action': [ 'python',
1184 'third_party/depot_tools/download_from_google_storage.py',
1185 '--no_resume',
1186 '--no_auth',
1187 '--bucket', 'chromium-browser-clang/ciopfs',
1188 '-s', 'build/ciopfs.sha1',
1189 ]
1190 },
1191 {
Jamie Madill027717f2018-04-13 15:51:24 -04001192 # Update the Windows toolchain if necessary. Must run before 'clang' below.
1193 'name': 'win_toolchain',
1194 'pattern': '.',
Edward Lemur8ae09b02018-06-01 14:18:28 -04001195 'condition': 'checkout_win and not build_with_chromium',
Jamie Madill8ba50492019-10-10 17:46:54 -04001196 'action': ['python', 'build/vs_toolchain.py', 'update', '--force'],
Jamie Madill027717f2018-04-13 15:51:24 -04001197 },
Geoff Lang66ae5312019-04-01 16:35:53 -04001198 {
1199 # Update the Mac toolchain if necessary.
1200 'name': 'mac_toolchain',
1201 'pattern': '.',
1202 'condition': 'checkout_mac and not build_with_chromium',
James Darpinianefbb5662021-03-11 22:41:06 +00001203 'action': ['python', 'build/mac_toolchain.py'],
Geoff Lang66ae5312019-04-01 16:35:53 -04001204 },
Jamie Madill027717f2018-04-13 15:51:24 -04001205
alokp@chromium.org29d56fb2010-04-06 15:42:22 +00001206 {
Frank Henigmand0ef13a2017-08-28 22:53:24 -04001207 # Note: On Win, this should run after win_toolchain, as it may use it.
1208 'name': 'clang',
1209 'pattern': '.',
James Darpinianefbb5662021-03-11 22:41:06 +00001210 'action': ['python', 'tools/clang/scripts/update.py'],
Edward Lemur8ae09b02018-06-01 14:18:28 -04001211 'condition': 'not build_with_chromium',
Frank Henigmand0ef13a2017-08-28 22:53:24 -04001212 },
Jamie Madill940c48b2017-10-23 23:25:17 -04001213
Shahbaz Youssefi957e9b82018-10-05 11:00:50 -04001214 {
1215 # Update LASTCHANGE.
1216 'name': 'lastchange',
1217 'pattern': '.',
1218 'condition': 'not build_with_chromium',
James Darpinianefbb5662021-03-11 22:41:06 +00001219 'action': ['python', 'build/util/lastchange.py',
Jamie Madill8ba50492019-10-10 17:46:54 -04001220 '-o', 'build/util/LASTCHANGE'],
Shahbaz Youssefi957e9b82018-10-05 11:00:50 -04001221 },
1222
Jamie Madill940c48b2017-10-23 23:25:17 -04001223 # Pull rc binaries using checked-in hashes.
1224 {
1225 'name': 'rc_win',
1226 'pattern': '.',
Edward Lemur8ae09b02018-06-01 14:18:28 -04001227 'condition': 'checkout_win and (host_os == "win" and not build_with_chromium)',
Jamie Madill33505f02021-04-11 16:52:15 -04001228 'action': [ 'python',
1229 'third_party/depot_tools/download_from_google_storage.py',
Jamie Madill940c48b2017-10-23 23:25:17 -04001230 '--no_resume',
1231 '--no_auth',
1232 '--bucket', 'chromium-browser-clang/rc',
Jamie Madill8ba50492019-10-10 17:46:54 -04001233 '-s', 'build/toolchain/win/rc/win/rc.exe.sha1',
Jamie Madill940c48b2017-10-23 23:25:17 -04001234 ],
1235 },
Michael Spang229fc832019-01-21 18:09:15 -05001236
1237 {
1238 'name': 'fuchsia_sdk',
1239 'pattern': '.',
1240 'condition': 'checkout_fuchsia and not build_with_chromium',
1241 'action': [
1242 'python',
Jamie Madill8ba50492019-10-10 17:46:54 -04001243 'build/fuchsia/update_sdk.py',
Michael Spang229fc832019-01-21 18:09:15 -05001244 ],
1245 },
Jamie Madilld5ff4fa2019-04-08 09:25:23 -04001246
Shahbaz Youssefi82418c82019-04-05 15:56:03 -04001247 # Download glslang validator binary for Linux.
1248 {
1249 'name': 'linux_glslang_validator',
1250 'pattern': '.',
1251 'condition': 'checkout_linux and not build_with_chromium',
Jamie Madill33505f02021-04-11 16:52:15 -04001252 'action': [ 'python',
1253 'third_party/depot_tools/download_from_google_storage.py',
Shahbaz Youssefi82418c82019-04-05 15:56:03 -04001254 '--no_resume',
1255 '--platform=linux*',
1256 '--no_auth',
1257 '--bucket', 'angle-glslang-validator',
Jamie Madill8ba50492019-10-10 17:46:54 -04001258 '-s', 'tools/glslang/glslang_validator.sha1',
Shahbaz Youssefi82418c82019-04-05 15:56:03 -04001259 ],
1260 },
1261
Jamie Madilld5ff4fa2019-04-08 09:25:23 -04001262 # Download glslang validator binary for Windows.
1263 {
1264 'name': 'win_glslang_validator',
1265 'pattern': '.',
1266 'condition': 'checkout_win and not build_with_chromium',
Jamie Madill33505f02021-04-11 16:52:15 -04001267 'action': [ 'python',
1268 'third_party/depot_tools/download_from_google_storage.py',
Jamie Madilld5ff4fa2019-04-08 09:25:23 -04001269 '--no_resume',
1270 '--platform=win32*',
1271 '--no_auth',
1272 '--bucket', 'angle-glslang-validator',
Jamie Madill8ba50492019-10-10 17:46:54 -04001273 '-s', 'tools/glslang/glslang_validator.exe.sha1',
Jamie Madilld5ff4fa2019-04-08 09:25:23 -04001274 ],
1275 },
Shahbaz Youssefi5efb36b2019-11-25 16:14:55 -05001276
1277 # Download flex/bison binaries for Linux.
1278 {
1279 'name': 'linux_flex_bison',
1280 'pattern': '.',
1281 'condition': 'checkout_linux and not build_with_chromium',
Jamie Madill33505f02021-04-11 16:52:15 -04001282 'action': [ 'python',
1283 'third_party/depot_tools/download_from_google_storage.py',
Shahbaz Youssefi5efb36b2019-11-25 16:14:55 -05001284 '--no_resume',
1285 '--platform=linux*',
1286 '--no_auth',
1287 '--bucket', 'angle-flex-bison',
1288 '-d', 'tools/flex-bison/linux/',
1289 ],
1290 },
1291
1292 # Download flex/bison binaries for Windows.
1293 {
1294 'name': 'win_flex_bison',
1295 'pattern': '.',
1296 'condition': 'checkout_win and not build_with_chromium',
Jamie Madill33505f02021-04-11 16:52:15 -04001297 'action': [ 'python',
1298 'third_party/depot_tools/download_from_google_storage.py',
Shahbaz Youssefi5efb36b2019-11-25 16:14:55 -05001299 '--no_resume',
1300 '--platform=win32*',
1301 '--no_auth',
1302 '--bucket', 'angle-flex-bison',
1303 '-d', 'tools/flex-bison/windows/',
1304 ],
1305 },
alokp@chromium.org29d56fb2010-04-06 15:42:22 +00001306]
Jamie Madill20789312016-10-28 14:05:26 -04001307
1308recursedeps = [
Jamie Madill07035682019-10-25 09:00:41 -04001309 'third_party/googletest',
Jamie Madille7c8e802019-10-26 08:16:12 -04001310 'third_party/jsoncpp',
Jamie Madill653f6192020-12-14 12:55:55 -05001311 'third_party/vulkan-deps',
Jamie Madill20789312016-10-28 14:05:26 -04001312]