Jamie Madill | 4237e53 | 2019-06-28 11:14:31 -0400 | [diff] [blame] | 1 | # 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 Madill | 8ba5049 | 2019-10-10 17:46:54 -0400 | [diff] [blame] | 5 | # Avoids the need for a custom root variable. |
| 6 | use_relative_paths = True |
Jamie Madill | 8ba5049 | 2019-10-10 17:46:54 -0400 | [diff] [blame] | 7 | |
Jamie Madill | 2321158 | 2020-07-21 10:08:03 -0400 | [diff] [blame] | 8 | gclient_gn_args_file = 'build/config/gclient_args.gni' |
| 9 | |
Jamie Madill | 2fdd3da | 2015-07-20 10:14:54 -0400 | [diff] [blame] | 10 | vars = { |
Jamie Madill | 37ee8a6 | 2016-12-13 15:18:58 -0500 | [diff] [blame] | 11 | 'android_git': 'https://android.googlesource.com', |
Jamie Madill | 2fdd3da | 2015-07-20 10:14:54 -0400 | [diff] [blame] | 12 | 'chromium_git': 'https://chromium.googlesource.com', |
Jamie Madill | 67a017f | 2019-10-10 15:27:27 -0400 | [diff] [blame] | 13 | 'chrome_internal_git': 'https://chrome-internal.googlesource.com', |
Jamie Madill | 8be7a4c | 2019-09-19 12:48:31 -0400 | [diff] [blame] | 14 | 'swiftshader_git': 'https://swiftshader.googlesource.com', |
Jamie Madill | 027717f | 2018-04-13 15:51:24 -0400 | [diff] [blame] | 15 | |
Edward Lemur | 8ae09b0 | 2018-06-01 14:18:28 -0400 | [diff] [blame] | 16 | # This variable is overrided in Chromium's DEPS file. |
| 17 | 'build_with_chromium': False, |
| 18 | |
Jamie Madill | 67a017f | 2019-10-10 15:27:27 -0400 | [diff] [blame] | 19 | # Only check out public sources by default. This can be overridden with custom_vars. |
Cody Northrop | 84f45f1 | 2019-12-18 14:34:29 -0700 | [diff] [blame] | 20 | 'checkout_angle_internal': False, |
Jamie Madill | 4237e53 | 2019-06-28 11:14:31 -0400 | [diff] [blame] | 21 | |
Jamie Madill | 1948af3 | 2019-10-11 17:49:24 -0400 | [diff] [blame] | 22 | # Version of Chromium our Chromium-based DEPS are mirrored from. |
angle-autoroll | 619c8ea | 2021-02-15 07:00:40 +0000 | [diff] [blame^] | 23 | 'chromium_revision': '17c6b31351cf99260e20073d45ce6587e1e48fab', |
Yuly Novikov | 6a652f1 | 2020-08-12 21:12:47 -0400 | [diff] [blame] | 24 | # We never want to checkout chromium, |
| 25 | # but need a dummy DEPS entry for the autoroller |
| 26 | 'dummy_checkout_chromium': False, |
Jamie Madill | 1948af3 | 2019-10-11 17:49:24 -0400 | [diff] [blame] | 27 | |
Courtney Goeltzenleuchter | febdcf5 | 2019-10-28 10:54:03 -0600 | [diff] [blame] | 28 | # Current revision of VK-GL-CTS (a.k.a dEQP). |
angle-autoroll | 7309830 | 2021-02-11 17:30:28 +0000 | [diff] [blame] | 29 | 'vk_gl_cts_revision': 'd8a8a5c337dfed29b8a18fbfb426ccb6d6aa68b4', |
Edward Lemur | 8ae09b0 | 2018-06-01 14:18:28 -0400 | [diff] [blame] | 30 | |
Jamie Madill | 0703568 | 2019-10-25 09:00:41 -0400 | [diff] [blame] | 31 | # Current revision of googletest. |
| 32 | # Note: this dep cannot be auto-rolled b/c of nesting. |
Yuly Novikov | 7d38b0b | 2020-08-19 17:33:31 -0400 | [diff] [blame] | 33 | '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 Madill | 0703568 | 2019-10-25 09:00:41 -0400 | [diff] [blame] | 45 | |
Jamie Madill | e7c8e80 | 2019-10-26 08:16:12 -0400 | [diff] [blame] | 46 | # Current revision of jsoncpp. |
| 47 | # Note: this dep cannot be auto-rolled b/c of nesting. |
| 48 | 'jsoncpp_revision': '645250b6690785be60ab6780ce4b58698d884d11', |
| 49 | |
Jordan Bayles | 1265dbe | 2020-06-24 15:12:17 -0700 | [diff] [blame] | 50 | # 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 Novikov | 7d38b0b | 2020-08-19 17:33:31 -0400 | [diff] [blame] | 59 | 'chromium_jsoncpp_revision': '30a6ac108e24dabac7c2e0df4d33d55032af4ee7', |
Jordan Bayles | 1265dbe | 2020-06-24 15:12:17 -0700 | [diff] [blame] | 60 | |
Jamie Madill | e7c8e80 | 2019-10-26 08:16:12 -0400 | [diff] [blame] | 61 | # Current revision of patched-yasm. |
| 62 | # Note: this dep cannot be auto-rolled b/c of nesting. |
| 63 | 'patched_yasm_revision': '720b70524a4424b15fc57e82263568c8ba0496ad', |
| 64 | |
Geoff Lang | 6e687af | 2019-10-17 14:36:41 -0400 | [diff] [blame] | 65 | # 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-autoroll | 619c8ea | 2021-02-15 07:00:40 +0000 | [diff] [blame^] | 68 | 'catapult_revision': '35976bfcac506668c032dec650867e785b67dc91', |
Jamie Madill | b99bbba | 2020-09-13 10:34:54 -0400 | [diff] [blame] | 69 | |
| 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-autoroll | 5678b56 | 2021-01-15 07:35:52 +0000 | [diff] [blame] | 73 | 'luci_go': 'git_revision:77944aa535e42e29faadf6cfa81aee252807d468', |
Jamie Madill | 2fdd3da | 2015-07-20 10:14:54 -0400 | [diff] [blame] | 74 | } |
| 75 | |
alokp@chromium.org | 29d56fb | 2010-04-06 15:42:22 +0000 | [diff] [blame] | 76 | deps = { |
alokp@chromium.org | 416fcd3 | 2012-04-11 16:23:44 +0000 | [diff] [blame] | 77 | |
Jamie Madill | 8ba5049 | 2019-10-10 17:46:54 -0400 | [diff] [blame] | 78 | 'build': { |
angle-autoroll | 619c8ea | 2021-02-15 07:00:40 +0000 | [diff] [blame^] | 79 | 'url': '{chromium_git}/chromium/src/build.git@251bfc510179b7aad76fa36987ba4036dbd2e398', |
Edward Lemur | 8ae09b0 | 2018-06-01 14:18:28 -0400 | [diff] [blame] | 80 | 'condition': 'not build_with_chromium', |
| 81 | }, |
Frank Henigman | d0ef13a | 2017-08-28 22:53:24 -0400 | [diff] [blame] | 82 | |
Jamie Madill | 8ba5049 | 2019-10-10 17:46:54 -0400 | [diff] [blame] | 83 | 'buildtools': { |
angle-autoroll | 8d993cb | 2021-02-13 02:36:35 +0000 | [diff] [blame] | 84 | 'url': '{chromium_git}/chromium/src/buildtools.git@228b1c188316f6631a591d08502e4b342a5dc3ee', |
Edward Lemur | 8ae09b0 | 2018-06-01 14:18:28 -0400 | [diff] [blame] | 85 | 'condition': 'not build_with_chromium', |
| 86 | }, |
Frank Henigman | d0ef13a | 2017-08-28 22:53:24 -0400 | [diff] [blame] | 87 | |
Jamie Madill | 8ba5049 | 2019-10-10 17:46:54 -0400 | [diff] [blame] | 88 | 'testing': { |
angle-autoroll | 619c8ea | 2021-02-15 07:00:40 +0000 | [diff] [blame^] | 89 | 'url': '{chromium_git}/chromium/src/testing@7dee089ce564d1249d3354ebad15bfc8648e02c0', |
Edward Lemur | 8ae09b0 | 2018-06-01 14:18:28 -0400 | [diff] [blame] | 90 | 'condition': 'not build_with_chromium', |
| 91 | }, |
alokp@chromium.org | 5cd9c60 | 2012-05-16 23:37:50 +0000 | [diff] [blame] | 92 | |
Tim Van Patten | ed33795 | 2020-07-23 12:58:10 -0600 | [diff] [blame] | 93 | 'third_party/abseil-cpp': { |
angle-autoroll | df22627 | 2021-02-11 08:14:03 +0000 | [diff] [blame] | 94 | 'url': '{chromium_git}/chromium/src/third_party/abseil-cpp@b33c25cc0bdfc9647b8a56171bad6b688ac79e81', |
Tim Van Patten | ed33795 | 2020-07-23 12:58:10 -0600 | [diff] [blame] | 95 | 'condition': 'not build_with_chromium', |
| 96 | }, |
| 97 | |
Jamie Madill | 2321158 | 2020-07-21 10:08:03 -0400 | [diff] [blame] | 98 | 'third_party/android_ndk': { |
| 99 | 'url': '{chromium_git}/android_ndk.git@27c0a8d090c666a50e40fceb4ee5b40b1a2d3f87', |
| 100 | 'condition': 'checkout_android and not build_with_chromium', |
| 101 | }, |
| 102 | |
| 103 | 'third_party/catapult': { |
| 104 | 'url': '{chromium_git}/catapult.git@{catapult_revision}', |
Jamie Madill | acd15ca | 2020-10-11 17:16:34 -0400 | [diff] [blame] | 105 | 'condition': 'not build_with_chromium', |
Jamie Madill | 2321158 | 2020-07-21 10:08:03 -0400 | [diff] [blame] | 106 | }, |
| 107 | |
Courtney Goeltzenleuchter | febdcf5 | 2019-10-28 10:54:03 -0600 | [diff] [blame] | 108 | # Cherry is a dEQP/VK-GL-CTS management GUI written in Go. We use it for viewing test results. |
Jamie Madill | 8ba5049 | 2019-10-10 17:46:54 -0400 | [diff] [blame] | 109 | 'third_party/cherry': { |
Edward Lemur | 8ae09b0 | 2018-06-01 14:18:28 -0400 | [diff] [blame] | 110 | 'url': '{android_git}/platform/external/cherry@4f8fb08d33ca5ff05a1c638f04c85bbb8d8b52cc', |
| 111 | 'condition': 'not build_with_chromium', |
| 112 | }, |
Jamie Madill | 9e76f56 | 2015-10-02 08:57:14 -0400 | [diff] [blame] | 113 | |
Yuly Novikov | 6a652f1 | 2020-08-12 21:12:47 -0400 | [diff] [blame] | 114 | # We never want to checkout chromium, |
| 115 | # but need a dummy DEPS entry for the autoroller |
| 116 | 'third_party/dummy_chromium': { |
| 117 | 'url': '{chromium_git}/chromium/src.git@{chromium_revision}', |
| 118 | 'condition': 'dummy_checkout_chromium', |
| 119 | }, |
| 120 | |
Jamie Madill | 8ba5049 | 2019-10-10 17:46:54 -0400 | [diff] [blame] | 121 | 'third_party/fuchsia-sdk': { |
Jamie Madill | 130fdbc | 2019-10-10 19:13:07 -0400 | [diff] [blame] | 122 | 'url': '{chromium_git}/chromium/src/third_party/fuchsia-sdk.git@1785f0ac8e1fe81cb25e260acbe7de8f62fa3e44', |
Jamie Madill | 9f95834 | 2019-04-08 09:40:40 -0400 | [diff] [blame] | 123 | 'condition': 'checkout_fuchsia and not build_with_chromium', |
| 124 | }, |
| 125 | |
Jamie Madill | 67a017f | 2019-10-10 15:27:27 -0400 | [diff] [blame] | 126 | # Closed-source OpenGL ES 1.1 Conformance tests. |
Jamie Madill | 8ba5049 | 2019-10-10 17:46:54 -0400 | [diff] [blame] | 127 | 'third_party/gles1_conform': { |
Jamie Madill | 67a017f | 2019-10-10 15:27:27 -0400 | [diff] [blame] | 128 | 'url': '{chrome_internal_git}/angle/es-cts.git@dc9f502f709c9cd88d7f8d3974f1c77aa246958e', |
Cody Northrop | 84f45f1 | 2019-12-18 14:34:29 -0700 | [diff] [blame] | 129 | 'condition': 'checkout_angle_internal', |
Jamie Madill | 67a017f | 2019-10-10 15:27:27 -0400 | [diff] [blame] | 130 | }, |
| 131 | |
Jamie Madill | 55959b0 | 2019-03-05 10:07:41 -0500 | [diff] [blame] | 132 | # glmark2 is a GPL3-licensed OpenGL ES 2.0 benchmark. We use it for testing. |
Jamie Madill | 8ba5049 | 2019-10-10 17:46:54 -0400 | [diff] [blame] | 133 | 'third_party/glmark2/src': { |
Jamie Madill | 2971fd3 | 2019-08-12 16:53:21 -0400 | [diff] [blame] | 134 | 'url': '{chromium_git}/external/github.com/glmark2/glmark2@9e01aef1a786b28aca73135a5b00f85c357e8f5e', |
Jamie Madill | 55959b0 | 2019-03-05 10:07:41 -0500 | [diff] [blame] | 135 | }, |
| 136 | |
Jamie Madill | 8ba5049 | 2019-10-10 17:46:54 -0400 | [diff] [blame] | 137 | 'third_party/googletest': { |
Yuly Novikov | 7d38b0b | 2020-08-19 17:33:31 -0400 | [diff] [blame] | 138 | 'url': '{chromium_git}/chromium/src/third_party/googletest@{chromium_googletest_revision}', |
Jamie Madill | cf9b285 | 2019-02-13 09:15:26 -0500 | [diff] [blame] | 139 | 'condition': 'not build_with_chromium', |
| 140 | }, |
| 141 | |
Jamie Madill | 55959b0 | 2019-03-05 10:07:41 -0500 | [diff] [blame] | 142 | # libjpeg_turbo is used by glmark2. |
Jamie Madill | 8ba5049 | 2019-10-10 17:46:54 -0400 | [diff] [blame] | 143 | 'third_party/libjpeg_turbo': { |
angle-autoroll | 63b4df5 | 2021-01-27 07:35:55 +0000 | [diff] [blame] | 144 | 'url': '{chromium_git}/chromium/deps/libjpeg_turbo.git@fa0de07678c9828cc57b3eb086c03771912ba527', |
Jamie Madill | 55959b0 | 2019-03-05 10:07:41 -0500 | [diff] [blame] | 145 | 'condition': 'not build_with_chromium', |
| 146 | }, |
| 147 | |
Jamie Madill | 8ba5049 | 2019-10-10 17:46:54 -0400 | [diff] [blame] | 148 | 'third_party/libpng/src': { |
Edward Lemur | 8ae09b0 | 2018-06-01 14:18:28 -0400 | [diff] [blame] | 149 | 'url': '{android_git}/platform/external/libpng@094e181e79a3d6c23fd005679025058b7df1ad6c', |
| 150 | 'condition': 'not build_with_chromium', |
| 151 | }, |
Jamie Madill | 37ee8a6 | 2016-12-13 15:18:58 -0500 | [diff] [blame] | 152 | |
Jamie Madill | 8ba5049 | 2019-10-10 17:46:54 -0400 | [diff] [blame] | 153 | 'third_party/jsoncpp': { |
Jordan Bayles | 1265dbe | 2020-06-24 15:12:17 -0700 | [diff] [blame] | 154 | 'url': '{chromium_git}/chromium/src/third_party/jsoncpp@{chromium_jsoncpp_revision}', |
Jamie Madill | 0cb3b0f | 2019-01-28 09:55:20 -0500 | [diff] [blame] | 155 | 'condition': 'not build_with_chromium', |
| 156 | }, |
Tobin Ehlis | 5fdc38c | 2018-08-28 09:20:57 -0600 | [diff] [blame] | 157 | |
Jamie Madill | 4395170 | 2020-04-27 16:57:46 -0400 | [diff] [blame] | 158 | 'third_party/nasm': { |
Jamie Madill | 2321158 | 2020-07-21 10:08:03 -0400 | [diff] [blame] | 159 | 'url': '{chromium_git}/chromium/deps/nasm.git@19f3fad68da99277b2882939d3b2fa4c4b8d51d9', |
Jamie Madill | 4395170 | 2020-04-27 16:57:46 -0400 | [diff] [blame] | 160 | 'condition': 'not build_with_chromium', |
| 161 | }, |
| 162 | |
Jamie Madill | acd15ca | 2020-10-11 17:16:34 -0400 | [diff] [blame] | 163 | 'third_party/protobuf': { |
angle-autoroll | 67a84f3 | 2021-01-29 07:00:38 +0000 | [diff] [blame] | 164 | 'url': '{chromium_git}/chromium/src/third_party/protobuf@84a6931d875cbce0c6011eca684f23dcbd4c5a2a', |
Jamie Madill | acd15ca | 2020-10-11 17:16:34 -0400 | [diff] [blame] | 165 | 'condition': 'not build_with_chromium', |
| 166 | }, |
| 167 | |
Jamie Madill | 8ba5049 | 2019-10-10 17:46:54 -0400 | [diff] [blame] | 168 | 'third_party/Python-Markdown': { |
angle-autoroll | a13f684 | 2020-12-08 07:54:47 +0000 | [diff] [blame] | 169 | 'url': '{chromium_git}/chromium/src/third_party/Python-Markdown@2bb7b23b6398f9e79bc2fa8c6bc64a3cf1613ebf', |
Jamie Madill | 9f95834 | 2019-04-08 09:40:40 -0400 | [diff] [blame] | 170 | 'condition': 'not build_with_chromium', |
| 171 | }, |
| 172 | |
Jamie Madill | 8ba5049 | 2019-10-10 17:46:54 -0400 | [diff] [blame] | 173 | 'third_party/qemu-linux-x64': { |
Michael Spang | 229fc83 | 2019-01-21 18:09:15 -0500 | [diff] [blame] | 174 | 'packages': [ |
| 175 | { |
| 176 | 'package': 'fuchsia/qemu/linux-amd64', |
| 177 | 'version': '9cc486c5b18a0be515c39a280ca9a309c54cf994' |
| 178 | }, |
| 179 | ], |
| 180 | 'condition': 'not build_with_chromium and (host_os == "linux" and checkout_fuchsia)', |
| 181 | 'dep_type': 'cipd', |
| 182 | }, |
| 183 | |
Jamie Madill | 8ba5049 | 2019-10-10 17:46:54 -0400 | [diff] [blame] | 184 | 'third_party/qemu-mac-x64': { |
Michael Spang | 229fc83 | 2019-01-21 18:09:15 -0500 | [diff] [blame] | 185 | 'packages': [ |
| 186 | { |
| 187 | 'package': 'fuchsia/qemu/mac-amd64', |
| 188 | 'version': '2d3358ae9a569b2d4a474f498b32b202a152134f' |
| 189 | }, |
| 190 | ], |
| 191 | 'condition': 'not build_with_chromium and (host_os == "mac" and checkout_fuchsia)', |
| 192 | 'dep_type': 'cipd', |
| 193 | }, |
| 194 | |
Jamie Madill | 8ba5049 | 2019-10-10 17:46:54 -0400 | [diff] [blame] | 195 | 'third_party/rapidjson/src': { |
Jamie Madill | 46d32e0 | 2019-02-25 17:13:16 -0500 | [diff] [blame] | 196 | 'url': '{chromium_git}/external/github.com/Tencent/rapidjson@7484e06c589873e1ed80382d262087e4fa80fb63', |
| 197 | }, |
| 198 | |
Jamie Madill | 8ba5049 | 2019-10-10 17:46:54 -0400 | [diff] [blame] | 199 | 'third_party/SwiftShader': { |
angle-autoroll | 4e1b46d | 2021-02-10 10:01:07 +0000 | [diff] [blame] | 200 | 'url': '{swiftshader_git}/SwiftShader@673a7fe5c3ff6686c98951cafb24a93ca5bd1303', |
Jamie Madill | 8be7a4c | 2019-09-19 12:48:31 -0400 | [diff] [blame] | 201 | 'condition': 'not build_with_chromium', |
| 202 | }, |
| 203 | |
Tim Van Patten | ed33795 | 2020-07-23 12:58:10 -0600 | [diff] [blame] | 204 | 'third_party/VK-GL-CTS/src': { |
| 205 | 'url': '{chromium_git}/external/github.com/KhronosGroup/VK-GL-CTS@{vk_gl_cts_revision}', |
| 206 | }, |
| 207 | |
Jamie Madill | 653f619 | 2020-12-14 12:55:55 -0500 | [diff] [blame] | 208 | 'third_party/vulkan-deps': { |
angle-autoroll | b6cb6c0 | 2021-02-11 10:01:12 +0000 | [diff] [blame] | 209 | 'url': '{chromium_git}/vulkan-deps@c409714366e947b35e402ee943887b700fd60714', |
Jamie Madill | 653f619 | 2020-12-14 12:55:55 -0500 | [diff] [blame] | 210 | 'condition': 'not build_with_chromium', |
Tobin Ehlis | b971f49 | 2018-05-24 10:56:17 -0600 | [diff] [blame] | 211 | }, |
| 212 | |
Tim Van Patten | ed33795 | 2020-07-23 12:58:10 -0600 | [diff] [blame] | 213 | 'third_party/vulkan_memory_allocator': { |
Peng Huang | 312ffba | 2021-01-28 20:53:16 -0500 | [diff] [blame] | 214 | 'url': '{chromium_git}/external/github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator@b1d65a2b3373fe12c622eaab65e5cf21b906d178', |
Tim Van Patten | ed33795 | 2020-07-23 12:58:10 -0600 | [diff] [blame] | 215 | 'condition': 'not build_with_chromium', |
| 216 | }, |
| 217 | |
Jamie Madill | 8ba5049 | 2019-10-10 17:46:54 -0400 | [diff] [blame] | 218 | 'third_party/zlib': { |
angle-autoroll | b5bbc9f | 2021-02-02 07:00:02 +0000 | [diff] [blame] | 219 | 'url': '{chromium_git}/chromium/src/third_party/zlib@bf44340d1b6be1af8950bbdf664fec0cf5a831cc', |
Edward Lemur | 8ae09b0 | 2018-06-01 14:18:28 -0400 | [diff] [blame] | 220 | 'condition': 'not build_with_chromium', |
| 221 | }, |
Frank Henigman | d0ef13a | 2017-08-28 22:53:24 -0400 | [diff] [blame] | 222 | |
Jamie Madill | 8ba5049 | 2019-10-10 17:46:54 -0400 | [diff] [blame] | 223 | 'tools/clang': { |
angle-autoroll | 619c8ea | 2021-02-15 07:00:40 +0000 | [diff] [blame^] | 224 | 'url': '{chromium_git}/chromium/src/tools/clang.git@dbe0d801bbf826b7a6115c4113210b3a94fa70e1', |
Edward Lemur | 8ae09b0 | 2018-06-01 14:18:28 -0400 | [diff] [blame] | 225 | 'condition': 'not build_with_chromium', |
| 226 | }, |
Michael Spang | 229fc83 | 2019-01-21 18:09:15 -0500 | [diff] [blame] | 227 | |
Le Hoang Quyen | caeb217 | 2019-11-20 22:30:17 +0800 | [diff] [blame] | 228 | 'tools/clang/dsymutil': { |
| 229 | 'packages': [ |
| 230 | { |
| 231 | 'package': 'chromium/llvm-build-tools/dsymutil', |
| 232 | 'version': 'M56jPzDv1620Rnm__jTMYS62Zi8rxHVq7yw0qeBFEgkC', |
| 233 | } |
| 234 | ], |
| 235 | 'condition': 'checkout_mac and not build_with_chromium', |
| 236 | 'dep_type': 'cipd', |
| 237 | }, |
| 238 | |
Jamie Madill | b99bbba | 2020-09-13 10:34:54 -0400 | [diff] [blame] | 239 | 'tools/luci-go': { |
| 240 | 'packages': [ |
| 241 | { |
| 242 | 'package': 'infra/tools/luci/isolate/${{platform}}', |
| 243 | 'version': Var('luci_go'), |
| 244 | }, |
| 245 | { |
| 246 | 'package': 'infra/tools/luci/isolated/${{platform}}', |
| 247 | 'version': Var('luci_go'), |
| 248 | }, |
| 249 | { |
| 250 | 'package': 'infra/tools/luci/swarming/${{platform}}', |
| 251 | 'version': Var('luci_go'), |
| 252 | }, |
| 253 | ], |
| 254 | 'condition': 'not build_with_chromium', |
| 255 | 'dep_type': 'cipd', |
| 256 | }, |
| 257 | |
| 258 | 'tools/mb': { |
angle-autoroll | 619c8ea | 2021-02-15 07:00:40 +0000 | [diff] [blame^] | 259 | 'url': '{chromium_git}/chromium/src/tools/mb@f473fa69fafedde94a47e97971fdfe4420ebcdc2', |
Jamie Madill | b99bbba | 2020-09-13 10:34:54 -0400 | [diff] [blame] | 260 | 'condition': 'not build_with_chromium', |
| 261 | }, |
| 262 | |
Jamie Madill | 8ba5049 | 2019-10-10 17:46:54 -0400 | [diff] [blame] | 263 | 'tools/md_browser': { |
Yuly Novikov | 5dff607 | 2020-08-19 20:57:36 -0400 | [diff] [blame] | 264 | 'url': '{chromium_git}/chromium/src/tools/md_browser@60141af3603925d99bf3fb22fdfca138416339b1', |
Jamie Madill | 9f95834 | 2019-04-08 09:40:40 -0400 | [diff] [blame] | 265 | 'condition': 'not build_with_chromium', |
Michael Spang | 229fc83 | 2019-01-21 18:09:15 -0500 | [diff] [blame] | 266 | }, |
Jamie Madill | df0ce01 | 2019-09-05 11:04:39 -0400 | [diff] [blame] | 267 | |
Jamie Madill | 8ba5049 | 2019-10-10 17:46:54 -0400 | [diff] [blame] | 268 | 'tools/memory': { |
angle-autoroll | 64654a8 | 2020-12-02 16:33:31 +0000 | [diff] [blame] | 269 | 'url': '{chromium_git}/chromium/src/tools/memory@71214b910decfe2e7cfc8b0ffc072a1b97da2d36', |
Jamie Madill | df0ce01 | 2019-09-05 11:04:39 -0400 | [diff] [blame] | 270 | 'condition': 'not build_with_chromium', |
| 271 | }, |
Jamie Madill | dff9331 | 2020-09-25 13:31:25 -0400 | [diff] [blame] | 272 | |
Jamie Madill | acd15ca | 2020-10-11 17:16:34 -0400 | [diff] [blame] | 273 | 'tools/protoc_wrapper': { |
angle-autoroll | 67a84f3 | 2021-01-29 07:00:38 +0000 | [diff] [blame] | 274 | 'url': '{chromium_git}/chromium/src/tools/protoc_wrapper@0bdacc02464650c583db63806913af47ea0fe97d', |
Jamie Madill | acd15ca | 2020-10-11 17:16:34 -0400 | [diff] [blame] | 275 | 'condition': 'not build_with_chromium', |
| 276 | }, |
| 277 | |
Jamie Madill | dff9331 | 2020-09-25 13:31:25 -0400 | [diff] [blame] | 278 | 'tools/skia_goldctl/linux': { |
| 279 | 'packages': [ |
| 280 | { |
| 281 | 'package': 'skia/tools/goldctl/linux-amd64', |
angle-autoroll | 8d993cb | 2021-02-13 02:36:35 +0000 | [diff] [blame] | 282 | 'version': 'IY5qc7Fm3l7ofSvX0tx81d_UYTMJ1cVFlXp3beXxGacC', |
Jamie Madill | dff9331 | 2020-09-25 13:31:25 -0400 | [diff] [blame] | 283 | }, |
| 284 | ], |
| 285 | 'dep_type': 'cipd', |
| 286 | 'condition': 'checkout_linux and not build_with_chromium', |
| 287 | }, |
| 288 | |
| 289 | 'tools/skia_goldctl/win': { |
| 290 | 'packages': [ |
| 291 | { |
| 292 | 'package': 'skia/tools/goldctl/windows-amd64', |
angle-autoroll | 8d993cb | 2021-02-13 02:36:35 +0000 | [diff] [blame] | 293 | 'version': 'AshRD0sQsymS9bHa8cDgrecFq4NCi98zUJ9TNnD054AC', |
Jamie Madill | dff9331 | 2020-09-25 13:31:25 -0400 | [diff] [blame] | 294 | }, |
| 295 | ], |
| 296 | 'dep_type': 'cipd', |
| 297 | 'condition': 'checkout_win and not build_with_chromium', |
| 298 | }, |
| 299 | |
| 300 | 'tools/skia_goldctl/mac': { |
| 301 | 'packages': [ |
| 302 | { |
| 303 | 'package': 'skia/tools/goldctl/mac-amd64', |
angle-autoroll | 8d993cb | 2021-02-13 02:36:35 +0000 | [diff] [blame] | 304 | 'version': 'sThAFNVmUGB1KLYyFvxlfBZgrQvQm8C1jpik4b8Eq6QC', |
Jamie Madill | dff9331 | 2020-09-25 13:31:25 -0400 | [diff] [blame] | 305 | }, |
| 306 | ], |
| 307 | 'dep_type': 'cipd', |
| 308 | 'condition': 'checkout_mac and not build_with_chromium', |
| 309 | }, |
alokp@chromium.org | 29d56fb | 2010-04-06 15:42:22 +0000 | [diff] [blame] | 310 | } |
| 311 | |
alokp@chromium.org | 29d56fb | 2010-04-06 15:42:22 +0000 | [diff] [blame] | 312 | hooks = [ |
Jamie Madill | 2fdd3da | 2015-07-20 10:14:54 -0400 | [diff] [blame] | 313 | # Pull clang-format binaries using checked-in hashes. |
| 314 | { |
| 315 | 'name': 'clang_format_win', |
| 316 | 'pattern': '.', |
Edward Lemur | 8ae09b0 | 2018-06-01 14:18:28 -0400 | [diff] [blame] | 317 | 'condition': 'host_os == "win" and not build_with_chromium', |
Jamie Madill | 2fdd3da | 2015-07-20 10:14:54 -0400 | [diff] [blame] | 318 | 'action': [ 'download_from_google_storage', |
| 319 | '--no_resume', |
| 320 | '--platform=win32', |
| 321 | '--no_auth', |
| 322 | '--bucket', 'chromium-clang-format', |
Jamie Madill | 8ba5049 | 2019-10-10 17:46:54 -0400 | [diff] [blame] | 323 | '-s', 'buildtools/win/clang-format.exe.sha1', |
Jamie Madill | 2fdd3da | 2015-07-20 10:14:54 -0400 | [diff] [blame] | 324 | ], |
| 325 | }, |
| 326 | { |
| 327 | 'name': 'clang_format_mac', |
| 328 | 'pattern': '.', |
Edward Lemur | 8ae09b0 | 2018-06-01 14:18:28 -0400 | [diff] [blame] | 329 | 'condition': 'host_os == "mac" and not build_with_chromium', |
Jamie Madill | 2fdd3da | 2015-07-20 10:14:54 -0400 | [diff] [blame] | 330 | 'action': [ 'download_from_google_storage', |
| 331 | '--no_resume', |
| 332 | '--platform=darwin', |
| 333 | '--no_auth', |
| 334 | '--bucket', 'chromium-clang-format', |
Jamie Madill | 8ba5049 | 2019-10-10 17:46:54 -0400 | [diff] [blame] | 335 | '-s', 'buildtools/mac/clang-format.sha1', |
Jamie Madill | 2fdd3da | 2015-07-20 10:14:54 -0400 | [diff] [blame] | 336 | ], |
| 337 | }, |
| 338 | { |
| 339 | 'name': 'clang_format_linux', |
| 340 | 'pattern': '.', |
Edward Lemur | 8ae09b0 | 2018-06-01 14:18:28 -0400 | [diff] [blame] | 341 | 'condition': 'host_os == "linux" and not build_with_chromium', |
Jamie Madill | 2fdd3da | 2015-07-20 10:14:54 -0400 | [diff] [blame] | 342 | 'action': [ 'download_from_google_storage', |
| 343 | '--no_resume', |
| 344 | '--platform=linux*', |
| 345 | '--no_auth', |
| 346 | '--bucket', 'chromium-clang-format', |
Jamie Madill | 8ba5049 | 2019-10-10 17:46:54 -0400 | [diff] [blame] | 347 | '-s', 'buildtools/linux64/clang-format.sha1', |
Jamie Madill | 2fdd3da | 2015-07-20 10:14:54 -0400 | [diff] [blame] | 348 | ], |
| 349 | }, |
Tobin Ehlis | 9d4277b | 2018-05-21 16:22:22 -0600 | [diff] [blame] | 350 | { |
| 351 | 'name': 'sysroot_x86', |
| 352 | 'pattern': '.', |
Edward Lemur | 8ae09b0 | 2018-06-01 14:18:28 -0400 | [diff] [blame] | 353 | 'condition': 'checkout_linux and ((checkout_x86 or checkout_x64) and not build_with_chromium)', |
Jamie Madill | 8ba5049 | 2019-10-10 17:46:54 -0400 | [diff] [blame] | 354 | 'action': ['python', 'build/linux/sysroot_scripts/install-sysroot.py', |
Tobin Ehlis | 9d4277b | 2018-05-21 16:22:22 -0600 | [diff] [blame] | 355 | '--arch=x86'], |
| 356 | }, |
| 357 | { |
| 358 | 'name': 'sysroot_x64', |
| 359 | 'pattern': '.', |
Edward Lemur | 8ae09b0 | 2018-06-01 14:18:28 -0400 | [diff] [blame] | 360 | 'condition': 'checkout_linux and (checkout_x64 and not build_with_chromium)', |
Jamie Madill | 8ba5049 | 2019-10-10 17:46:54 -0400 | [diff] [blame] | 361 | 'action': ['python', 'build/linux/sysroot_scripts/install-sysroot.py', |
Tobin Ehlis | 9d4277b | 2018-05-21 16:22:22 -0600 | [diff] [blame] | 362 | '--arch=x64'], |
| 363 | }, |
Jamie Madill | 027717f | 2018-04-13 15:51:24 -0400 | [diff] [blame] | 364 | { |
| 365 | # Update the Windows toolchain if necessary. Must run before 'clang' below. |
| 366 | 'name': 'win_toolchain', |
| 367 | 'pattern': '.', |
Edward Lemur | 8ae09b0 | 2018-06-01 14:18:28 -0400 | [diff] [blame] | 368 | 'condition': 'checkout_win and not build_with_chromium', |
Jamie Madill | 8ba5049 | 2019-10-10 17:46:54 -0400 | [diff] [blame] | 369 | 'action': ['python', 'build/vs_toolchain.py', 'update', '--force'], |
Jamie Madill | 027717f | 2018-04-13 15:51:24 -0400 | [diff] [blame] | 370 | }, |
Geoff Lang | 66ae531 | 2019-04-01 16:35:53 -0400 | [diff] [blame] | 371 | { |
| 372 | # Update the Mac toolchain if necessary. |
| 373 | 'name': 'mac_toolchain', |
| 374 | 'pattern': '.', |
| 375 | 'condition': 'checkout_mac and not build_with_chromium', |
Jamie Madill | 8ba5049 | 2019-10-10 17:46:54 -0400 | [diff] [blame] | 376 | 'action': ['python', 'build/mac_toolchain.py'], |
Geoff Lang | 66ae531 | 2019-04-01 16:35:53 -0400 | [diff] [blame] | 377 | }, |
Jamie Madill | 027717f | 2018-04-13 15:51:24 -0400 | [diff] [blame] | 378 | |
alokp@chromium.org | 29d56fb | 2010-04-06 15:42:22 +0000 | [diff] [blame] | 379 | { |
Frank Henigman | d0ef13a | 2017-08-28 22:53:24 -0400 | [diff] [blame] | 380 | # Note: On Win, this should run after win_toolchain, as it may use it. |
| 381 | 'name': 'clang', |
| 382 | 'pattern': '.', |
Jamie Madill | 8ba5049 | 2019-10-10 17:46:54 -0400 | [diff] [blame] | 383 | 'action': ['python', 'tools/clang/scripts/update.py'], |
Edward Lemur | 8ae09b0 | 2018-06-01 14:18:28 -0400 | [diff] [blame] | 384 | 'condition': 'not build_with_chromium', |
Frank Henigman | d0ef13a | 2017-08-28 22:53:24 -0400 | [diff] [blame] | 385 | }, |
Jamie Madill | 940c48b | 2017-10-23 23:25:17 -0400 | [diff] [blame] | 386 | |
Shahbaz Youssefi | 957e9b8 | 2018-10-05 11:00:50 -0400 | [diff] [blame] | 387 | { |
| 388 | # Update LASTCHANGE. |
| 389 | 'name': 'lastchange', |
| 390 | 'pattern': '.', |
| 391 | 'condition': 'not build_with_chromium', |
Jamie Madill | 8ba5049 | 2019-10-10 17:46:54 -0400 | [diff] [blame] | 392 | 'action': ['python', 'build/util/lastchange.py', |
| 393 | '-o', 'build/util/LASTCHANGE'], |
Shahbaz Youssefi | 957e9b8 | 2018-10-05 11:00:50 -0400 | [diff] [blame] | 394 | }, |
| 395 | |
Jamie Madill | 940c48b | 2017-10-23 23:25:17 -0400 | [diff] [blame] | 396 | # Pull rc binaries using checked-in hashes. |
| 397 | { |
| 398 | 'name': 'rc_win', |
| 399 | 'pattern': '.', |
Edward Lemur | 8ae09b0 | 2018-06-01 14:18:28 -0400 | [diff] [blame] | 400 | 'condition': 'checkout_win and (host_os == "win" and not build_with_chromium)', |
Jamie Madill | 940c48b | 2017-10-23 23:25:17 -0400 | [diff] [blame] | 401 | 'action': [ 'download_from_google_storage', |
| 402 | '--no_resume', |
| 403 | '--no_auth', |
| 404 | '--bucket', 'chromium-browser-clang/rc', |
Jamie Madill | 8ba5049 | 2019-10-10 17:46:54 -0400 | [diff] [blame] | 405 | '-s', 'build/toolchain/win/rc/win/rc.exe.sha1', |
Jamie Madill | 940c48b | 2017-10-23 23:25:17 -0400 | [diff] [blame] | 406 | ], |
| 407 | }, |
Michael Spang | 229fc83 | 2019-01-21 18:09:15 -0500 | [diff] [blame] | 408 | |
| 409 | { |
| 410 | 'name': 'fuchsia_sdk', |
| 411 | 'pattern': '.', |
| 412 | 'condition': 'checkout_fuchsia and not build_with_chromium', |
| 413 | 'action': [ |
| 414 | 'python', |
Jamie Madill | 8ba5049 | 2019-10-10 17:46:54 -0400 | [diff] [blame] | 415 | 'build/fuchsia/update_sdk.py', |
Michael Spang | 229fc83 | 2019-01-21 18:09:15 -0500 | [diff] [blame] | 416 | ], |
| 417 | }, |
Jamie Madill | d5ff4fa | 2019-04-08 09:25:23 -0400 | [diff] [blame] | 418 | |
Shahbaz Youssefi | 82418c8 | 2019-04-05 15:56:03 -0400 | [diff] [blame] | 419 | # Download glslang validator binary for Linux. |
| 420 | { |
| 421 | 'name': 'linux_glslang_validator', |
| 422 | 'pattern': '.', |
| 423 | 'condition': 'checkout_linux and not build_with_chromium', |
| 424 | 'action': [ 'download_from_google_storage', |
| 425 | '--no_resume', |
| 426 | '--platform=linux*', |
| 427 | '--no_auth', |
| 428 | '--bucket', 'angle-glslang-validator', |
Jamie Madill | 8ba5049 | 2019-10-10 17:46:54 -0400 | [diff] [blame] | 429 | '-s', 'tools/glslang/glslang_validator.sha1', |
Shahbaz Youssefi | 82418c8 | 2019-04-05 15:56:03 -0400 | [diff] [blame] | 430 | ], |
| 431 | }, |
| 432 | |
Jamie Madill | d5ff4fa | 2019-04-08 09:25:23 -0400 | [diff] [blame] | 433 | # Download glslang validator binary for Windows. |
| 434 | { |
| 435 | 'name': 'win_glslang_validator', |
| 436 | 'pattern': '.', |
| 437 | 'condition': 'checkout_win and not build_with_chromium', |
| 438 | 'action': [ 'download_from_google_storage', |
| 439 | '--no_resume', |
| 440 | '--platform=win32*', |
| 441 | '--no_auth', |
| 442 | '--bucket', 'angle-glslang-validator', |
Jamie Madill | 8ba5049 | 2019-10-10 17:46:54 -0400 | [diff] [blame] | 443 | '-s', 'tools/glslang/glslang_validator.exe.sha1', |
Jamie Madill | d5ff4fa | 2019-04-08 09:25:23 -0400 | [diff] [blame] | 444 | ], |
| 445 | }, |
Shahbaz Youssefi | 5efb36b | 2019-11-25 16:14:55 -0500 | [diff] [blame] | 446 | |
| 447 | # Download flex/bison binaries for Linux. |
| 448 | { |
| 449 | 'name': 'linux_flex_bison', |
| 450 | 'pattern': '.', |
| 451 | 'condition': 'checkout_linux and not build_with_chromium', |
| 452 | 'action': [ 'download_from_google_storage', |
| 453 | '--no_resume', |
| 454 | '--platform=linux*', |
| 455 | '--no_auth', |
| 456 | '--bucket', 'angle-flex-bison', |
| 457 | '-d', 'tools/flex-bison/linux/', |
| 458 | ], |
| 459 | }, |
| 460 | |
| 461 | # Download flex/bison binaries for Windows. |
| 462 | { |
| 463 | 'name': 'win_flex_bison', |
| 464 | 'pattern': '.', |
| 465 | 'condition': 'checkout_win and not build_with_chromium', |
| 466 | 'action': [ 'download_from_google_storage', |
| 467 | '--no_resume', |
| 468 | '--platform=win32*', |
| 469 | '--no_auth', |
| 470 | '--bucket', 'angle-flex-bison', |
| 471 | '-d', 'tools/flex-bison/windows/', |
| 472 | ], |
| 473 | }, |
Cody Northrop | 080d711 | 2020-01-08 13:04:44 -0700 | [diff] [blame] | 474 | |
| 475 | # Download internal captures for perf tests |
| 476 | { |
| 477 | 'name': 'restricted_traces', |
| 478 | 'pattern': '\\.sha1', |
| 479 | 'condition': 'checkout_angle_internal', |
Jamie Madill | a7c16c2 | 2020-10-21 22:54:56 -0400 | [diff] [blame] | 480 | 'action': [ 'vpython3', |
Jamie Madill | bda2205 | 2020-09-17 14:37:25 -0400 | [diff] [blame] | 481 | 'src/tests/restricted_traces/download_restricted_traces.py', |
| 482 | 'src/tests/restricted_traces', |
Cody Northrop | 080d711 | 2020-01-08 13:04:44 -0700 | [diff] [blame] | 483 | ] |
| 484 | } |
alokp@chromium.org | 29d56fb | 2010-04-06 15:42:22 +0000 | [diff] [blame] | 485 | ] |
Jamie Madill | 2078931 | 2016-10-28 14:05:26 -0400 | [diff] [blame] | 486 | |
| 487 | recursedeps = [ |
| 488 | # buildtools provides clang_format. |
Jamie Madill | 8ba5049 | 2019-10-10 17:46:54 -0400 | [diff] [blame] | 489 | 'buildtools', |
Jamie Madill | 0703568 | 2019-10-25 09:00:41 -0400 | [diff] [blame] | 490 | 'third_party/googletest', |
Jamie Madill | e7c8e80 | 2019-10-26 08:16:12 -0400 | [diff] [blame] | 491 | 'third_party/jsoncpp', |
Jamie Madill | 653f619 | 2020-12-14 12:55:55 -0500 | [diff] [blame] | 492 | 'third_party/vulkan-deps', |
Jamie Madill | 2078931 | 2016-10-28 14:05:26 -0400 | [diff] [blame] | 493 | ] |