blob: bb425361394874eef68983b03a69c39ea1c8d033 [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
Jamie Madill8ba50492019-10-10 17:46:54 -0400206 'third_party/jsoncpp': {
Jordan Bayles1265dbe2020-06-24 15:12:17 -0700207 'url': '{chromium_git}/chromium/src/third_party/jsoncpp@{chromium_jsoncpp_revision}',
Jamie Madill0cb3b0f2019-01-28 09:55:20 -0500208 'condition': 'not build_with_chromium',
209 },
Tobin Ehlis5fdc38c2018-08-28 09:20:57 -0600210
Jamie Madill43951702020-04-27 16:57:46 -0400211 'third_party/nasm': {
Jamie Madill23211582020-07-21 10:08:03 -0400212 'url': '{chromium_git}/chromium/deps/nasm.git@19f3fad68da99277b2882939d3b2fa4c4b8d51d9',
Jamie Madill43951702020-04-27 16:57:46 -0400213 'condition': 'not build_with_chromium',
214 },
215
Jamie Madillacd15ca2020-10-11 17:16:34 -0400216 'third_party/protobuf': {
angle-autoroll45ce8d12021-03-15 08:07:12 +0000217 'url': '{chromium_git}/chromium/src/third_party/protobuf@52433541779c2d98b3ef98def5b06924e9ae85ba',
Jamie Madillacd15ca2020-10-11 17:16:34 -0400218 'condition': 'not build_with_chromium',
219 },
220
Jamie Madill8ba50492019-10-10 17:46:54 -0400221 'third_party/Python-Markdown': {
angle-autorolla13f6842020-12-08 07:54:47 +0000222 'url': '{chromium_git}/chromium/src/third_party/Python-Markdown@2bb7b23b6398f9e79bc2fa8c6bc64a3cf1613ebf',
Jamie Madill9f958342019-04-08 09:40:40 -0400223 'condition': 'not build_with_chromium',
224 },
225
Jamie Madill8ba50492019-10-10 17:46:54 -0400226 'third_party/qemu-linux-x64': {
Michael Spang229fc832019-01-21 18:09:15 -0500227 'packages': [
228 {
229 'package': 'fuchsia/qemu/linux-amd64',
230 'version': '9cc486c5b18a0be515c39a280ca9a309c54cf994'
231 },
232 ],
233 'condition': 'not build_with_chromium and (host_os == "linux" and checkout_fuchsia)',
234 'dep_type': 'cipd',
235 },
236
Jamie Madill8ba50492019-10-10 17:46:54 -0400237 'third_party/qemu-mac-x64': {
Michael Spang229fc832019-01-21 18:09:15 -0500238 'packages': [
239 {
240 'package': 'fuchsia/qemu/mac-amd64',
241 'version': '2d3358ae9a569b2d4a474f498b32b202a152134f'
242 },
243 ],
244 'condition': 'not build_with_chromium and (host_os == "mac" and checkout_fuchsia)',
245 'dep_type': 'cipd',
246 },
247
Jamie Madill8ba50492019-10-10 17:46:54 -0400248 'third_party/rapidjson/src': {
Jamie Madill46d32e02019-02-25 17:13:16 -0500249 'url': '{chromium_git}/external/github.com/Tencent/rapidjson@7484e06c589873e1ed80382d262087e4fa80fb63',
250 },
251
Jamie Madill8ba50492019-10-10 17:46:54 -0400252 'third_party/SwiftShader': {
angle-autoroll81401be2021-04-12 10:01:01 +0000253 'url': '{swiftshader_git}/SwiftShader@77edad29990730aba23cffd1eb9462b2c9829fd3',
Jamie Madill8be7a4c2019-09-19 12:48:31 -0400254 'condition': 'not build_with_chromium',
255 },
256
Tim Van Pattened337952020-07-23 12:58:10 -0600257 'third_party/VK-GL-CTS/src': {
258 'url': '{chromium_git}/external/github.com/KhronosGroup/VK-GL-CTS@{vk_gl_cts_revision}',
259 },
260
Jamie Madill653f6192020-12-14 12:55:55 -0500261 'third_party/vulkan-deps': {
angle-autoroll83c90f22021-04-08 10:01:46 +0000262 'url': '{chromium_git}/vulkan-deps@c18d8cd5016cf751cab080d3f6d805be83c7395d',
Jamie Madill653f6192020-12-14 12:55:55 -0500263 'condition': 'not build_with_chromium',
Tobin Ehlisb971f492018-05-24 10:56:17 -0600264 },
265
Tim Van Pattened337952020-07-23 12:58:10 -0600266 'third_party/vulkan_memory_allocator': {
Peng Huang0d2e6562021-02-12 14:21:00 -0500267 'url': '{chromium_git}/external/github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator@732a76d9d3c70d6aa487216495eeb28518349c3a',
Tim Van Pattened337952020-07-23 12:58:10 -0600268 'condition': 'not build_with_chromium',
269 },
270
Jamie Madill8ba50492019-10-10 17:46:54 -0400271 'third_party/zlib': {
angle-autorollb7750122021-03-12 08:08:11 +0000272 'url': '{chromium_git}/chromium/src/third_party/zlib@09490503d0f201b81e03f5ca0ab8ba8ee76d4a8e',
Edward Lemur8ae09b02018-06-01 14:18:28 -0400273 'condition': 'not build_with_chromium',
274 },
Frank Henigmand0ef13a2017-08-28 22:53:24 -0400275
Jamie Madill8ba50492019-10-10 17:46:54 -0400276 'tools/clang': {
angle-autoroll71786e92021-04-13 07:01:34 +0000277 'url': '{chromium_git}/chromium/src/tools/clang.git@716893623522b6466201b5923a0d877d64a87e19',
Edward Lemur8ae09b02018-06-01 14:18:28 -0400278 'condition': 'not build_with_chromium',
279 },
Michael Spang229fc832019-01-21 18:09:15 -0500280
Le Hoang Quyencaeb2172019-11-20 22:30:17 +0800281 'tools/clang/dsymutil': {
282 'packages': [
283 {
284 'package': 'chromium/llvm-build-tools/dsymutil',
285 'version': 'M56jPzDv1620Rnm__jTMYS62Zi8rxHVq7yw0qeBFEgkC',
286 }
287 ],
288 'condition': 'checkout_mac and not build_with_chromium',
289 'dep_type': 'cipd',
290 },
291
Jamie Madillb99bbba2020-09-13 10:34:54 -0400292 'tools/luci-go': {
293 'packages': [
294 {
295 'package': 'infra/tools/luci/isolate/${{platform}}',
296 'version': Var('luci_go'),
297 },
298 {
299 'package': 'infra/tools/luci/isolated/${{platform}}',
300 'version': Var('luci_go'),
301 },
302 {
303 'package': 'infra/tools/luci/swarming/${{platform}}',
304 'version': Var('luci_go'),
305 },
306 ],
307 'condition': 'not build_with_chromium',
308 'dep_type': 'cipd',
309 },
310
311 'tools/mb': {
angle-autoroll71786e92021-04-13 07:01:34 +0000312 'url': '{chromium_git}/chromium/src/tools/mb@bfc3b9547922135814c9a06d5a48ac28aa90f218',
Jamie Madillb99bbba2020-09-13 10:34:54 -0400313 'condition': 'not build_with_chromium',
314 },
315
Jamie Madill8ba50492019-10-10 17:46:54 -0400316 'tools/md_browser': {
Yuly Novikov5dff6072020-08-19 20:57:36 -0400317 'url': '{chromium_git}/chromium/src/tools/md_browser@60141af3603925d99bf3fb22fdfca138416339b1',
Jamie Madill9f958342019-04-08 09:40:40 -0400318 'condition': 'not build_with_chromium',
Michael Spang229fc832019-01-21 18:09:15 -0500319 },
Jamie Madilldf0ce012019-09-05 11:04:39 -0400320
Jamie Madill8ba50492019-10-10 17:46:54 -0400321 'tools/memory': {
angle-autoroll64654a82020-12-02 16:33:31 +0000322 'url': '{chromium_git}/chromium/src/tools/memory@71214b910decfe2e7cfc8b0ffc072a1b97da2d36',
Jamie Madilldf0ce012019-09-05 11:04:39 -0400323 'condition': 'not build_with_chromium',
324 },
Jamie Madilldff93312020-09-25 13:31:25 -0400325
Jamie Madillacd15ca2020-10-11 17:16:34 -0400326 'tools/protoc_wrapper': {
angle-autoroll99460512021-03-03 15:09:41 +0000327 'url': '{chromium_git}/chromium/src/tools/protoc_wrapper@4d4e1824fc1a93147a2f640a25812d1db9d3c2d2',
Jamie Madillacd15ca2020-10-11 17:16:34 -0400328 'condition': 'not build_with_chromium',
329 },
330
Jamie Madilldff93312020-09-25 13:31:25 -0400331 'tools/skia_goldctl/linux': {
332 'packages': [
333 {
334 'package': 'skia/tools/goldctl/linux-amd64',
angle-autoroll71786e92021-04-13 07:01:34 +0000335 'version': 'mAuXqU7IqMTl2o166z_OMy_IZxh0ajpEUPuXYy4_BfcC',
Jamie Madilldff93312020-09-25 13:31:25 -0400336 },
337 ],
338 'dep_type': 'cipd',
339 'condition': 'checkout_linux and not build_with_chromium',
340 },
341
342 'tools/skia_goldctl/win': {
343 'packages': [
344 {
345 'package': 'skia/tools/goldctl/windows-amd64',
angle-autoroll71786e92021-04-13 07:01:34 +0000346 'version': 'Lzfohgeqx2FAmTxtM5eYQshIXb5YBoNk73cmoh_dP3sC',
Jamie Madilldff93312020-09-25 13:31:25 -0400347 },
348 ],
349 'dep_type': 'cipd',
350 'condition': 'checkout_win and not build_with_chromium',
351 },
352
353 'tools/skia_goldctl/mac': {
354 'packages': [
355 {
356 'package': 'skia/tools/goldctl/mac-amd64',
angle-autoroll71786e92021-04-13 07:01:34 +0000357 'version': 'TH-LRMBSdzpB3b-wmecnLTut5qaef26EM-ZbtQM2CIUC',
Jamie Madilldff93312020-09-25 13:31:25 -0400358 },
359 ],
360 'dep_type': 'cipd',
361 'condition': 'checkout_mac and not build_with_chromium',
362 },
Jamie Madill78dde332021-03-29 17:31:52 -0400363
364 # === ANGLE Restricted Trace Generated Code Start ===
365 'src/tests/restricted_traces/aliexpress': {
366 'packages': [
367 {
368 'package': 'angle/traces/aliexpress',
369 'version': 'version:1',
370 },
371 ],
372 'dep_type': 'cipd',
373 'condition': 'checkout_angle_internal',
374 },
375 'src/tests/restricted_traces/among_us': {
376 'packages': [
377 {
378 'package': 'angle/traces/among_us',
379 'version': 'version:1',
380 },
381 ],
382 'dep_type': 'cipd',
383 'condition': 'checkout_angle_internal',
384 },
385 'src/tests/restricted_traces/angry_birds_2_1500': {
386 'packages': [
387 {
388 'package': 'angle/traces/angry_birds_2_1500',
389 'version': 'version:1',
390 },
391 ],
392 'dep_type': 'cipd',
393 'condition': 'checkout_angle_internal',
394 },
395 'src/tests/restricted_traces/arena_of_valor': {
396 'packages': [
397 {
398 'package': 'angle/traces/arena_of_valor',
399 'version': 'version:1',
400 },
401 ],
402 'dep_type': 'cipd',
403 'condition': 'checkout_angle_internal',
404 },
405 'src/tests/restricted_traces/asphalt_8': {
406 'packages': [
407 {
408 'package': 'angle/traces/asphalt_8',
409 'version': 'version:1',
410 },
411 ],
412 'dep_type': 'cipd',
413 'condition': 'checkout_angle_internal',
414 },
415 'src/tests/restricted_traces/avakin_life': {
416 'packages': [
417 {
418 'package': 'angle/traces/avakin_life',
419 'version': 'version:1',
420 },
421 ],
422 'dep_type': 'cipd',
423 'condition': 'checkout_angle_internal',
424 },
425 'src/tests/restricted_traces/aztec_ruins': {
426 'packages': [
427 {
428 'package': 'angle/traces/aztec_ruins',
429 'version': 'version:1',
430 },
431 ],
432 'dep_type': 'cipd',
433 'condition': 'checkout_angle_internal',
434 },
435 'src/tests/restricted_traces/brawl_stars': {
436 'packages': [
437 {
438 'package': 'angle/traces/brawl_stars',
439 'version': 'version:1',
440 },
441 ],
442 'dep_type': 'cipd',
443 'condition': 'checkout_angle_internal',
444 },
Cody Northrop408c1512021-04-08 10:51:28 -0600445 'src/tests/restricted_traces/bubble_shooter': {
446 'packages': [
447 {
448 'package': 'angle/traces/bubble_shooter',
449 'version': 'version:1',
450 },
451 ],
452 'dep_type': 'cipd',
453 'condition': 'checkout_angle_internal',
454 },
Jamie Madill78dde332021-03-29 17:31:52 -0400455 'src/tests/restricted_traces/bus_simulator_indonesia': {
456 'packages': [
457 {
458 'package': 'angle/traces/bus_simulator_indonesia',
459 'version': 'version:1',
460 },
461 ],
462 'dep_type': 'cipd',
463 'condition': 'checkout_angle_internal',
464 },
Cody Northropc2075d82021-04-08 13:10:29 -0600465 'src/tests/restricted_traces/call_break_offline_card_game': {
466 'packages': [
467 {
468 'package': 'angle/traces/call_break_offline_card_game',
469 'version': 'version:1',
470 },
471 ],
472 'dep_type': 'cipd',
473 'condition': 'checkout_angle_internal',
474 },
Jamie Madill78dde332021-03-29 17:31:52 -0400475 'src/tests/restricted_traces/candy_crush_500': {
476 'packages': [
477 {
478 'package': 'angle/traces/candy_crush_500',
479 'version': 'version:1',
480 },
481 ],
482 'dep_type': 'cipd',
483 'condition': 'checkout_angle_internal',
484 },
485 'src/tests/restricted_traces/car_parking_multiplayer': {
486 'packages': [
487 {
488 'package': 'angle/traces/car_parking_multiplayer',
489 'version': 'version:1',
490 },
491 ],
492 'dep_type': 'cipd',
493 'condition': 'checkout_angle_internal',
494 },
495 'src/tests/restricted_traces/clash_of_clans': {
496 'packages': [
497 {
498 'package': 'angle/traces/clash_of_clans',
499 'version': 'version:1',
500 },
501 ],
502 'dep_type': 'cipd',
503 'condition': 'checkout_angle_internal',
504 },
505 'src/tests/restricted_traces/clash_royale': {
506 'packages': [
507 {
508 'package': 'angle/traces/clash_royale',
509 'version': 'version:1',
510 },
511 ],
512 'dep_type': 'cipd',
513 'condition': 'checkout_angle_internal',
514 },
515 'src/tests/restricted_traces/cod_mobile': {
516 'packages': [
517 {
518 'package': 'angle/traces/cod_mobile',
519 'version': 'version:1',
520 },
521 ],
522 'dep_type': 'cipd',
523 'condition': 'checkout_angle_internal',
524 },
525 'src/tests/restricted_traces/coin_master': {
526 'packages': [
527 {
528 'package': 'angle/traces/coin_master',
529 'version': 'version:1',
530 },
531 ],
532 'dep_type': 'cipd',
533 'condition': 'checkout_angle_internal',
534 },
Cody Northropfc28c1d2021-04-07 15:05:14 -0600535 'src/tests/restricted_traces/disney_tsum_tsum': {
536 'packages': [
537 {
538 'package': 'angle/traces/disney_tsum_tsum',
539 'version': 'version:1',
540 },
541 ],
542 'dep_type': 'cipd',
543 'condition': 'checkout_angle_internal',
544 },
Jamie Madill78dde332021-03-29 17:31:52 -0400545 'src/tests/restricted_traces/dragon_ball_legends': {
546 'packages': [
547 {
548 'package': 'angle/traces/dragon_ball_legends',
549 'version': 'version:1',
550 },
551 ],
552 'dep_type': 'cipd',
553 'condition': 'checkout_angle_internal',
554 },
555 'src/tests/restricted_traces/dragon_raja': {
556 'packages': [
557 {
558 'package': 'angle/traces/dragon_raja',
559 'version': 'version:1',
560 },
561 ],
562 'dep_type': 'cipd',
563 'condition': 'checkout_angle_internal',
564 },
565 'src/tests/restricted_traces/efootball_pes_2021': {
566 'packages': [
567 {
568 'package': 'angle/traces/efootball_pes_2021',
569 'version': 'version:1',
570 },
571 ],
572 'dep_type': 'cipd',
573 'condition': 'checkout_angle_internal',
574 },
575 'src/tests/restricted_traces/egypt_1500': {
576 'packages': [
577 {
578 'package': 'angle/traces/egypt_1500',
579 'version': 'version:1',
580 },
581 ],
582 'dep_type': 'cipd',
583 'condition': 'checkout_angle_internal',
584 },
585 'src/tests/restricted_traces/eight_ball_pool': {
586 'packages': [
587 {
588 'package': 'angle/traces/eight_ball_pool',
589 'version': 'version:1',
590 },
591 ],
592 'dep_type': 'cipd',
593 'condition': 'checkout_angle_internal',
594 },
595 'src/tests/restricted_traces/extreme_car_driving_simulator': {
596 'packages': [
597 {
598 'package': 'angle/traces/extreme_car_driving_simulator',
599 'version': 'version:1',
600 },
601 ],
602 'dep_type': 'cipd',
603 'condition': 'checkout_angle_internal',
604 },
605 'src/tests/restricted_traces/fallout_shelter_online': {
606 'packages': [
607 {
608 'package': 'angle/traces/fallout_shelter_online',
609 'version': 'version:1',
610 },
611 ],
612 'dep_type': 'cipd',
613 'condition': 'checkout_angle_internal',
614 },
615 'src/tests/restricted_traces/fate_grand_order': {
616 'packages': [
617 {
618 'package': 'angle/traces/fate_grand_order',
619 'version': 'version:1',
620 },
621 ],
622 'dep_type': 'cipd',
623 'condition': 'checkout_angle_internal',
624 },
625 'src/tests/restricted_traces/fifa_mobile': {
626 'packages': [
627 {
628 'package': 'angle/traces/fifa_mobile',
629 'version': 'version:1',
630 },
631 ],
632 'dep_type': 'cipd',
633 'condition': 'checkout_angle_internal',
634 },
635 'src/tests/restricted_traces/free_fire': {
636 'packages': [
637 {
638 'package': 'angle/traces/free_fire',
639 'version': 'version:1',
640 },
641 ],
642 'dep_type': 'cipd',
643 'condition': 'checkout_angle_internal',
644 },
645 'src/tests/restricted_traces/google_maps': {
646 'packages': [
647 {
648 'package': 'angle/traces/google_maps',
649 'version': 'version:1',
650 },
651 ],
652 'dep_type': 'cipd',
653 'condition': 'checkout_angle_internal',
654 },
655 'src/tests/restricted_traces/happy_color': {
656 'packages': [
657 {
658 'package': 'angle/traces/happy_color',
659 'version': 'version:1',
660 },
661 ],
662 'dep_type': 'cipd',
663 'condition': 'checkout_angle_internal',
664 },
665 'src/tests/restricted_traces/hay_day': {
666 'packages': [
667 {
668 'package': 'angle/traces/hay_day',
669 'version': 'version:1',
670 },
671 ],
672 'dep_type': 'cipd',
673 'condition': 'checkout_angle_internal',
674 },
675 'src/tests/restricted_traces/hearthstone': {
676 'packages': [
677 {
678 'package': 'angle/traces/hearthstone',
679 'version': 'version:1',
680 },
681 ],
682 'dep_type': 'cipd',
683 'condition': 'checkout_angle_internal',
684 },
685 'src/tests/restricted_traces/hill_climb_racing': {
686 'packages': [
687 {
688 'package': 'angle/traces/hill_climb_racing',
689 'version': 'version:1',
690 },
691 ],
692 'dep_type': 'cipd',
693 'condition': 'checkout_angle_internal',
694 },
695 'src/tests/restricted_traces/junes_journey': {
696 'packages': [
697 {
698 'package': 'angle/traces/junes_journey',
699 'version': 'version:1',
700 },
701 ],
702 'dep_type': 'cipd',
703 'condition': 'checkout_angle_internal',
704 },
705 'src/tests/restricted_traces/kartrider_rush': {
706 'packages': [
707 {
708 'package': 'angle/traces/kartrider_rush',
709 'version': 'version:1',
710 },
711 ],
712 'dep_type': 'cipd',
713 'condition': 'checkout_angle_internal',
714 },
715 'src/tests/restricted_traces/klondike_adventures': {
716 'packages': [
717 {
718 'package': 'angle/traces/klondike_adventures',
719 'version': 'version:1',
720 },
721 ],
722 'dep_type': 'cipd',
723 'condition': 'checkout_angle_internal',
724 },
725 'src/tests/restricted_traces/league_of_legends_wild_rift': {
726 'packages': [
727 {
728 'package': 'angle/traces/league_of_legends_wild_rift',
729 'version': 'version:1',
730 },
731 ],
732 'dep_type': 'cipd',
733 'condition': 'checkout_angle_internal',
734 },
735 'src/tests/restricted_traces/lego_legacy': {
736 'packages': [
737 {
738 'package': 'angle/traces/lego_legacy',
739 'version': 'version:1',
740 },
741 ],
742 'dep_type': 'cipd',
743 'condition': 'checkout_angle_internal',
744 },
745 'src/tests/restricted_traces/lineage_m': {
746 'packages': [
747 {
748 'package': 'angle/traces/lineage_m',
749 'version': 'version:1',
750 },
751 ],
752 'dep_type': 'cipd',
753 'condition': 'checkout_angle_internal',
754 },
755 'src/tests/restricted_traces/magic_tiles_3': {
756 'packages': [
757 {
758 'package': 'angle/traces/magic_tiles_3',
759 'version': 'version:1',
760 },
761 ],
762 'dep_type': 'cipd',
763 'condition': 'checkout_angle_internal',
764 },
765 'src/tests/restricted_traces/manhattan_10': {
766 'packages': [
767 {
768 'package': 'angle/traces/manhattan_10',
769 'version': 'version:1',
770 },
771 ],
772 'dep_type': 'cipd',
773 'condition': 'checkout_angle_internal',
774 },
775 'src/tests/restricted_traces/manhattan_31': {
776 'packages': [
777 {
778 'package': 'angle/traces/manhattan_31',
779 'version': 'version:1',
780 },
781 ],
782 'dep_type': 'cipd',
783 'condition': 'checkout_angle_internal',
784 },
785 'src/tests/restricted_traces/marvel_contest_of_champions': {
786 'packages': [
787 {
788 'package': 'angle/traces/marvel_contest_of_champions',
789 'version': 'version:1',
790 },
791 ],
792 'dep_type': 'cipd',
793 'condition': 'checkout_angle_internal',
794 },
795 'src/tests/restricted_traces/messenger_lite': {
796 'packages': [
797 {
798 'package': 'angle/traces/messenger_lite',
799 'version': 'version:1',
800 },
801 ],
802 'dep_type': 'cipd',
803 'condition': 'checkout_angle_internal',
804 },
805 'src/tests/restricted_traces/minecraft': {
806 'packages': [
807 {
808 'package': 'angle/traces/minecraft',
809 'version': 'version:1',
810 },
811 ],
812 'dep_type': 'cipd',
813 'condition': 'checkout_angle_internal',
814 },
815 'src/tests/restricted_traces/mobile_legends': {
816 'packages': [
817 {
818 'package': 'angle/traces/mobile_legends',
819 'version': 'version:1',
820 },
821 ],
822 'dep_type': 'cipd',
823 'condition': 'checkout_angle_internal',
824 },
825 'src/tests/restricted_traces/nba2k20_800': {
826 'packages': [
827 {
828 'package': 'angle/traces/nba2k20_800',
829 'version': 'version:1',
830 },
831 ],
832 'dep_type': 'cipd',
833 'condition': 'checkout_angle_internal',
834 },
835 'src/tests/restricted_traces/one_punch_man': {
836 'packages': [
837 {
838 'package': 'angle/traces/one_punch_man',
839 'version': 'version:1',
840 },
841 ],
842 'dep_type': 'cipd',
843 'condition': 'checkout_angle_internal',
844 },
845 'src/tests/restricted_traces/plants_vs_zombies_2': {
846 'packages': [
847 {
848 'package': 'angle/traces/plants_vs_zombies_2',
849 'version': 'version:1',
850 },
851 ],
852 'dep_type': 'cipd',
853 'condition': 'checkout_angle_internal',
854 },
Lubosz Sarneckib604f842021-04-07 17:30:17 +0200855 'src/tests/restricted_traces/professional_baseball_spirits': {
856 'packages': [
857 {
858 'package': 'angle/traces/professional_baseball_spirits',
859 'version': 'version:1',
860 },
861 ],
862 'dep_type': 'cipd',
863 'condition': 'checkout_angle_internal',
864 },
Jamie Madill78dde332021-03-29 17:31:52 -0400865 'src/tests/restricted_traces/pubg_mobile_lite': {
866 'packages': [
867 {
868 'package': 'angle/traces/pubg_mobile_lite',
869 'version': 'version:1',
870 },
871 ],
872 'dep_type': 'cipd',
873 'condition': 'checkout_angle_internal',
874 },
875 'src/tests/restricted_traces/ragnarok_m_eternal_love': {
876 'packages': [
877 {
878 'package': 'angle/traces/ragnarok_m_eternal_love',
879 'version': 'version:1',
880 },
881 ],
882 'dep_type': 'cipd',
883 'condition': 'checkout_angle_internal',
884 },
885 'src/tests/restricted_traces/raid_shadow_legends': {
886 'packages': [
887 {
888 'package': 'angle/traces/raid_shadow_legends',
889 'version': 'version:1',
890 },
891 ],
892 'dep_type': 'cipd',
893 'condition': 'checkout_angle_internal',
894 },
895 'src/tests/restricted_traces/real_commando_secret_mission': {
896 'packages': [
897 {
898 'package': 'angle/traces/real_commando_secret_mission',
899 'version': 'version:1',
900 },
901 ],
902 'dep_type': 'cipd',
903 'condition': 'checkout_angle_internal',
904 },
905 'src/tests/restricted_traces/real_cricket_20': {
906 'packages': [
907 {
908 'package': 'angle/traces/real_cricket_20',
909 'version': 'version:1',
910 },
911 ],
912 'dep_type': 'cipd',
913 'condition': 'checkout_angle_internal',
914 },
915 'src/tests/restricted_traces/real_gangster_crime': {
916 'packages': [
917 {
918 'package': 'angle/traces/real_gangster_crime',
919 'version': 'version:1',
920 },
921 ],
922 'dep_type': 'cipd',
923 'condition': 'checkout_angle_internal',
924 },
925 'src/tests/restricted_traces/rise_of_kingdoms': {
926 'packages': [
927 {
928 'package': 'angle/traces/rise_of_kingdoms',
929 'version': 'version:1',
930 },
931 ],
932 'dep_type': 'cipd',
933 'condition': 'checkout_angle_internal',
934 },
935 'src/tests/restricted_traces/romancing_saga': {
936 'packages': [
937 {
938 'package': 'angle/traces/romancing_saga',
939 'version': 'version:1',
940 },
941 ],
942 'dep_type': 'cipd',
943 'condition': 'checkout_angle_internal',
944 },
945 'src/tests/restricted_traces/rope_hero_vice_town': {
946 'packages': [
947 {
948 'package': 'angle/traces/rope_hero_vice_town',
949 'version': 'version:1',
950 },
951 ],
952 'dep_type': 'cipd',
953 'condition': 'checkout_angle_internal',
954 },
955 'src/tests/restricted_traces/saint_seiya_awakening': {
956 'packages': [
957 {
958 'package': 'angle/traces/saint_seiya_awakening',
959 'version': 'version:1',
960 },
961 ],
962 'dep_type': 'cipd',
963 'condition': 'checkout_angle_internal',
964 },
965 'src/tests/restricted_traces/shadow_fight_2': {
966 'packages': [
967 {
968 'package': 'angle/traces/shadow_fight_2',
969 'version': 'version:1',
970 },
971 ],
972 'dep_type': 'cipd',
973 'condition': 'checkout_angle_internal',
974 },
975 'src/tests/restricted_traces/sniper_3d': {
976 'packages': [
977 {
978 'package': 'angle/traces/sniper_3d',
979 'version': 'version:1',
980 },
981 ],
982 'dep_type': 'cipd',
983 'condition': 'checkout_angle_internal',
984 },
985 'src/tests/restricted_traces/standoff_2': {
986 'packages': [
987 {
988 'package': 'angle/traces/standoff_2',
989 'version': 'version:1',
990 },
991 ],
992 'dep_type': 'cipd',
993 'condition': 'checkout_angle_internal',
994 },
995 'src/tests/restricted_traces/subway_surfers': {
996 'packages': [
997 {
998 'package': 'angle/traces/subway_surfers',
999 'version': 'version:1',
1000 },
1001 ],
1002 'dep_type': 'cipd',
1003 'condition': 'checkout_angle_internal',
1004 },
1005 'src/tests/restricted_traces/talking_tom_hero_dash': {
1006 'packages': [
1007 {
1008 'package': 'angle/traces/talking_tom_hero_dash',
1009 'version': 'version:1',
1010 },
1011 ],
1012 'dep_type': 'cipd',
1013 'condition': 'checkout_angle_internal',
1014 },
1015 'src/tests/restricted_traces/temple_run_2': {
1016 'packages': [
1017 {
1018 'package': 'angle/traces/temple_run_2',
1019 'version': 'version:1',
1020 },
1021 ],
1022 'dep_type': 'cipd',
1023 'condition': 'checkout_angle_internal',
1024 },
1025 'src/tests/restricted_traces/temple_run_300': {
1026 'packages': [
1027 {
1028 'package': 'angle/traces/temple_run_300',
1029 'version': 'version:1',
1030 },
1031 ],
1032 'dep_type': 'cipd',
1033 'condition': 'checkout_angle_internal',
1034 },
1035 'src/tests/restricted_traces/trex_200': {
1036 'packages': [
1037 {
1038 'package': 'angle/traces/trex_200',
1039 'version': 'version:1',
1040 },
1041 ],
1042 'dep_type': 'cipd',
1043 'condition': 'checkout_angle_internal',
1044 },
1045 'src/tests/restricted_traces/whatsapp': {
1046 'packages': [
1047 {
1048 'package': 'angle/traces/whatsapp',
1049 'version': 'version:1',
1050 },
1051 ],
1052 'dep_type': 'cipd',
1053 'condition': 'checkout_angle_internal',
1054 },
1055 'src/tests/restricted_traces/world_of_tanks_blitz': {
1056 'packages': [
1057 {
1058 'package': 'angle/traces/world_of_tanks_blitz',
1059 'version': 'version:1',
1060 },
1061 ],
1062 'dep_type': 'cipd',
1063 'condition': 'checkout_angle_internal',
1064 },
1065 'src/tests/restricted_traces/world_war_doh': {
1066 'packages': [
1067 {
1068 'package': 'angle/traces/world_war_doh',
1069 'version': 'version:1',
1070 },
1071 ],
1072 'dep_type': 'cipd',
1073 'condition': 'checkout_angle_internal',
1074 },
1075 'src/tests/restricted_traces/worms_zone_io': {
1076 'packages': [
1077 {
1078 'package': 'angle/traces/worms_zone_io',
1079 'version': 'version:1',
1080 },
1081 ],
1082 'dep_type': 'cipd',
1083 'condition': 'checkout_angle_internal',
1084 },
1085 # === ANGLE Restricted Trace Generated Code End ===
alokp@chromium.org29d56fb2010-04-06 15:42:22 +00001086}
1087
alokp@chromium.org29d56fb2010-04-06 15:42:22 +00001088hooks = [
Jamie Madill33505f02021-04-11 16:52:15 -04001089 {
1090 # Ensure that the DEPS'd "depot_tools" has its self-update capability
1091 # disabled.
1092 'name': 'disable_depot_tools_selfupdate',
1093 'pattern': '.',
1094 'condition': 'not build_with_chromium',
1095 'action': [
1096 'python',
1097 'third_party/depot_tools/update_depot_tools_toggle.py',
1098 '--disable',
1099 ],
1100 },
1101
Jamie Madill2fdd3da2015-07-20 10:14:54 -04001102 # Pull clang-format binaries using checked-in hashes.
1103 {
1104 'name': 'clang_format_win',
1105 'pattern': '.',
Edward Lemur8ae09b02018-06-01 14:18:28 -04001106 'condition': 'host_os == "win" and not build_with_chromium',
Jamie Madill33505f02021-04-11 16:52:15 -04001107 'action': [ 'python',
1108 'third_party/depot_tools/download_from_google_storage.py',
Jamie Madill2fdd3da2015-07-20 10:14:54 -04001109 '--no_resume',
1110 '--platform=win32',
1111 '--no_auth',
1112 '--bucket', 'chromium-clang-format',
Jamie Madill8ba50492019-10-10 17:46:54 -04001113 '-s', 'buildtools/win/clang-format.exe.sha1',
Jamie Madill2fdd3da2015-07-20 10:14:54 -04001114 ],
1115 },
1116 {
1117 'name': 'clang_format_mac',
1118 'pattern': '.',
Edward Lemur8ae09b02018-06-01 14:18:28 -04001119 'condition': 'host_os == "mac" and not build_with_chromium',
Jamie Madill33505f02021-04-11 16:52:15 -04001120 'action': [ 'python',
1121 'third_party/depot_tools/download_from_google_storage.py',
Jamie Madill2fdd3da2015-07-20 10:14:54 -04001122 '--no_resume',
1123 '--platform=darwin',
1124 '--no_auth',
1125 '--bucket', 'chromium-clang-format',
Jamie Madill8ba50492019-10-10 17:46:54 -04001126 '-s', 'buildtools/mac/clang-format.sha1',
Jamie Madill2fdd3da2015-07-20 10:14:54 -04001127 ],
1128 },
1129 {
1130 'name': 'clang_format_linux',
1131 'pattern': '.',
Edward Lemur8ae09b02018-06-01 14:18:28 -04001132 'condition': 'host_os == "linux" and not build_with_chromium',
Jamie Madill33505f02021-04-11 16:52:15 -04001133 'action': [ 'python',
1134 'third_party/depot_tools/download_from_google_storage.py',
Jamie Madill2fdd3da2015-07-20 10:14:54 -04001135 '--no_resume',
1136 '--platform=linux*',
1137 '--no_auth',
1138 '--bucket', 'chromium-clang-format',
Jamie Madill8ba50492019-10-10 17:46:54 -04001139 '-s', 'buildtools/linux64/clang-format.sha1',
Jamie Madill2fdd3da2015-07-20 10:14:54 -04001140 ],
1141 },
Tobin Ehlis9d4277b2018-05-21 16:22:22 -06001142 {
1143 'name': 'sysroot_x86',
1144 'pattern': '.',
Edward Lemur8ae09b02018-06-01 14:18:28 -04001145 'condition': 'checkout_linux and ((checkout_x86 or checkout_x64) and not build_with_chromium)',
Jamie Madill8ba50492019-10-10 17:46:54 -04001146 'action': ['python', 'build/linux/sysroot_scripts/install-sysroot.py',
Tobin Ehlis9d4277b2018-05-21 16:22:22 -06001147 '--arch=x86'],
1148 },
1149 {
1150 'name': 'sysroot_x64',
1151 'pattern': '.',
Edward Lemur8ae09b02018-06-01 14:18:28 -04001152 'condition': 'checkout_linux and (checkout_x64 and not build_with_chromium)',
Jamie Madill8ba50492019-10-10 17:46:54 -04001153 'action': ['python', 'build/linux/sysroot_scripts/install-sysroot.py',
Tobin Ehlis9d4277b2018-05-21 16:22:22 -06001154 '--arch=x64'],
1155 },
Jamie Madill027717f2018-04-13 15:51:24 -04001156 {
Jamie Madill33505f02021-04-11 16:52:15 -04001157 # Case-insensitivity for the Win SDK. Must run before win_toolchain below.
1158 'name': 'ciopfs_linux',
1159 'pattern': '.',
1160 'condition': 'checkout_win and host_os == "linux" and not build_with_chromium',
1161 'action': [ 'python',
1162 'third_party/depot_tools/download_from_google_storage.py',
1163 '--no_resume',
1164 '--no_auth',
1165 '--bucket', 'chromium-browser-clang/ciopfs',
1166 '-s', 'build/ciopfs.sha1',
1167 ]
1168 },
1169 {
Jamie Madill027717f2018-04-13 15:51:24 -04001170 # Update the Windows toolchain if necessary. Must run before 'clang' below.
1171 'name': 'win_toolchain',
1172 'pattern': '.',
Edward Lemur8ae09b02018-06-01 14:18:28 -04001173 'condition': 'checkout_win and not build_with_chromium',
Jamie Madill8ba50492019-10-10 17:46:54 -04001174 'action': ['python', 'build/vs_toolchain.py', 'update', '--force'],
Jamie Madill027717f2018-04-13 15:51:24 -04001175 },
Geoff Lang66ae5312019-04-01 16:35:53 -04001176 {
1177 # Update the Mac toolchain if necessary.
1178 'name': 'mac_toolchain',
1179 'pattern': '.',
1180 'condition': 'checkout_mac and not build_with_chromium',
James Darpinianefbb5662021-03-11 22:41:06 +00001181 'action': ['python', 'build/mac_toolchain.py'],
Geoff Lang66ae5312019-04-01 16:35:53 -04001182 },
Jamie Madill027717f2018-04-13 15:51:24 -04001183
alokp@chromium.org29d56fb2010-04-06 15:42:22 +00001184 {
Frank Henigmand0ef13a2017-08-28 22:53:24 -04001185 # Note: On Win, this should run after win_toolchain, as it may use it.
1186 'name': 'clang',
1187 'pattern': '.',
James Darpinianefbb5662021-03-11 22:41:06 +00001188 'action': ['python', 'tools/clang/scripts/update.py'],
Edward Lemur8ae09b02018-06-01 14:18:28 -04001189 'condition': 'not build_with_chromium',
Frank Henigmand0ef13a2017-08-28 22:53:24 -04001190 },
Jamie Madill940c48b2017-10-23 23:25:17 -04001191
Shahbaz Youssefi957e9b82018-10-05 11:00:50 -04001192 {
1193 # Update LASTCHANGE.
1194 'name': 'lastchange',
1195 'pattern': '.',
1196 'condition': 'not build_with_chromium',
James Darpinianefbb5662021-03-11 22:41:06 +00001197 'action': ['python', 'build/util/lastchange.py',
Jamie Madill8ba50492019-10-10 17:46:54 -04001198 '-o', 'build/util/LASTCHANGE'],
Shahbaz Youssefi957e9b82018-10-05 11:00:50 -04001199 },
1200
Jamie Madill940c48b2017-10-23 23:25:17 -04001201 # Pull rc binaries using checked-in hashes.
1202 {
1203 'name': 'rc_win',
1204 'pattern': '.',
Edward Lemur8ae09b02018-06-01 14:18:28 -04001205 'condition': 'checkout_win and (host_os == "win" and not build_with_chromium)',
Jamie Madill33505f02021-04-11 16:52:15 -04001206 'action': [ 'python',
1207 'third_party/depot_tools/download_from_google_storage.py',
Jamie Madill940c48b2017-10-23 23:25:17 -04001208 '--no_resume',
1209 '--no_auth',
1210 '--bucket', 'chromium-browser-clang/rc',
Jamie Madill8ba50492019-10-10 17:46:54 -04001211 '-s', 'build/toolchain/win/rc/win/rc.exe.sha1',
Jamie Madill940c48b2017-10-23 23:25:17 -04001212 ],
1213 },
Michael Spang229fc832019-01-21 18:09:15 -05001214
1215 {
1216 'name': 'fuchsia_sdk',
1217 'pattern': '.',
1218 'condition': 'checkout_fuchsia and not build_with_chromium',
1219 'action': [
1220 'python',
Jamie Madill8ba50492019-10-10 17:46:54 -04001221 'build/fuchsia/update_sdk.py',
Michael Spang229fc832019-01-21 18:09:15 -05001222 ],
1223 },
Jamie Madilld5ff4fa2019-04-08 09:25:23 -04001224
Shahbaz Youssefi82418c82019-04-05 15:56:03 -04001225 # Download glslang validator binary for Linux.
1226 {
1227 'name': 'linux_glslang_validator',
1228 'pattern': '.',
1229 'condition': 'checkout_linux and not build_with_chromium',
Jamie Madill33505f02021-04-11 16:52:15 -04001230 'action': [ 'python',
1231 'third_party/depot_tools/download_from_google_storage.py',
Shahbaz Youssefi82418c82019-04-05 15:56:03 -04001232 '--no_resume',
1233 '--platform=linux*',
1234 '--no_auth',
1235 '--bucket', 'angle-glslang-validator',
Jamie Madill8ba50492019-10-10 17:46:54 -04001236 '-s', 'tools/glslang/glslang_validator.sha1',
Shahbaz Youssefi82418c82019-04-05 15:56:03 -04001237 ],
1238 },
1239
Jamie Madilld5ff4fa2019-04-08 09:25:23 -04001240 # Download glslang validator binary for Windows.
1241 {
1242 'name': 'win_glslang_validator',
1243 'pattern': '.',
1244 'condition': 'checkout_win and not build_with_chromium',
Jamie Madill33505f02021-04-11 16:52:15 -04001245 'action': [ 'python',
1246 'third_party/depot_tools/download_from_google_storage.py',
Jamie Madilld5ff4fa2019-04-08 09:25:23 -04001247 '--no_resume',
1248 '--platform=win32*',
1249 '--no_auth',
1250 '--bucket', 'angle-glslang-validator',
Jamie Madill8ba50492019-10-10 17:46:54 -04001251 '-s', 'tools/glslang/glslang_validator.exe.sha1',
Jamie Madilld5ff4fa2019-04-08 09:25:23 -04001252 ],
1253 },
Shahbaz Youssefi5efb36b2019-11-25 16:14:55 -05001254
1255 # Download flex/bison binaries for Linux.
1256 {
1257 'name': 'linux_flex_bison',
1258 'pattern': '.',
1259 'condition': 'checkout_linux and not build_with_chromium',
Jamie Madill33505f02021-04-11 16:52:15 -04001260 'action': [ 'python',
1261 'third_party/depot_tools/download_from_google_storage.py',
Shahbaz Youssefi5efb36b2019-11-25 16:14:55 -05001262 '--no_resume',
1263 '--platform=linux*',
1264 '--no_auth',
1265 '--bucket', 'angle-flex-bison',
1266 '-d', 'tools/flex-bison/linux/',
1267 ],
1268 },
1269
1270 # Download flex/bison binaries for Windows.
1271 {
1272 'name': 'win_flex_bison',
1273 'pattern': '.',
1274 'condition': 'checkout_win and not build_with_chromium',
Jamie Madill33505f02021-04-11 16:52:15 -04001275 'action': [ 'python',
1276 'third_party/depot_tools/download_from_google_storage.py',
Shahbaz Youssefi5efb36b2019-11-25 16:14:55 -05001277 '--no_resume',
1278 '--platform=win32*',
1279 '--no_auth',
1280 '--bucket', 'angle-flex-bison',
1281 '-d', 'tools/flex-bison/windows/',
1282 ],
1283 },
alokp@chromium.org29d56fb2010-04-06 15:42:22 +00001284]
Jamie Madill20789312016-10-28 14:05:26 -04001285
1286recursedeps = [
Jamie Madill07035682019-10-25 09:00:41 -04001287 'third_party/googletest',
Jamie Madille7c8e802019-10-26 08:16:12 -04001288 'third_party/jsoncpp',
Jamie Madill653f6192020-12-14 12:55:55 -05001289 'third_party/vulkan-deps',
Jamie Madill20789312016-10-28 14:05:26 -04001290]