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 |
| 7 | use_relative_hooks = True |
| 8 | |
Jamie Madill | 2321158 | 2020-07-21 10:08:03 -0400 | [diff] [blame] | 9 | gclient_gn_args_file = 'build/config/gclient_args.gni' |
| 10 | |
Jamie Madill | 2fdd3da | 2015-07-20 10:14:54 -0400 | [diff] [blame] | 11 | vars = { |
Jamie Madill | 37ee8a6 | 2016-12-13 15:18:58 -0500 | [diff] [blame] | 12 | 'android_git': 'https://android.googlesource.com', |
Jamie Madill | 2fdd3da | 2015-07-20 10:14:54 -0400 | [diff] [blame] | 13 | 'chromium_git': 'https://chromium.googlesource.com', |
Jamie Madill | 67a017f | 2019-10-10 15:27:27 -0400 | [diff] [blame] | 14 | 'chrome_internal_git': 'https://chrome-internal.googlesource.com', |
Jamie Madill | 8be7a4c | 2019-09-19 12:48:31 -0400 | [diff] [blame] | 15 | 'swiftshader_git': 'https://swiftshader.googlesource.com', |
Jamie Madill | 027717f | 2018-04-13 15:51:24 -0400 | [diff] [blame] | 16 | |
Edward Lemur | 8ae09b0 | 2018-06-01 14:18:28 -0400 | [diff] [blame] | 17 | # This variable is overrided in Chromium's DEPS file. |
| 18 | 'build_with_chromium': False, |
| 19 | |
Jamie Madill | 67a017f | 2019-10-10 15:27:27 -0400 | [diff] [blame] | 20 | # 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] | 21 | 'checkout_angle_internal': False, |
Jamie Madill | 4237e53 | 2019-06-28 11:14:31 -0400 | [diff] [blame] | 22 | |
Jamie Madill | 1948af3 | 2019-10-11 17:49:24 -0400 | [diff] [blame] | 23 | # Version of Chromium our Chromium-based DEPS are mirrored from. |
Jamie Madill | 2321158 | 2020-07-21 10:08:03 -0400 | [diff] [blame] | 24 | 'chromium_revision': 'fb6cbaf6e55fc6aba0a0d7c163526789bbceb808', |
Jamie Madill | 1948af3 | 2019-10-11 17:49:24 -0400 | [diff] [blame] | 25 | |
Courtney Goeltzenleuchter | febdcf5 | 2019-10-28 10:54:03 -0600 | [diff] [blame] | 26 | # Current revision of VK-GL-CTS (a.k.a dEQP). |
angle-autoroll | 7c79945 | 2020-07-21 11:30:01 +0000 | [diff] [blame] | 27 | 'vk_gl_cts_revision': '4b40207be32deac1c567dacc70cde031bea005aa', |
Edward Lemur | 8ae09b0 | 2018-06-01 14:18:28 -0400 | [diff] [blame] | 28 | |
| 29 | # Current revision of glslang, the Khronos SPIRV compiler. |
angle-autoroll | 3c3470b | 2020-07-23 07:01:20 +0000 | [diff] [blame] | 30 | 'glslang_revision': '3ee5f2f1d3316e228916788b300d786bb574d337', |
Edward Lemur | 8ae09b0 | 2018-06-01 14:18:28 -0400 | [diff] [blame] | 31 | |
Jamie Madill | 0703568 | 2019-10-25 09:00:41 -0400 | [diff] [blame] | 32 | # Current revision of googletest. |
| 33 | # Note: this dep cannot be auto-rolled b/c of nesting. |
| 34 | 'googletest_revision': 'f2fb48c3b3d79a75a88a99fba6576b25d42ec528', |
| 35 | |
Jamie Madill | e7c8e80 | 2019-10-26 08:16:12 -0400 | [diff] [blame] | 36 | # Current revision of jsoncpp. |
| 37 | # Note: this dep cannot be auto-rolled b/c of nesting. |
| 38 | 'jsoncpp_revision': '645250b6690785be60ab6780ce4b58698d884d11', |
| 39 | |
Jordan Bayles | 1265dbe | 2020-06-24 15:12:17 -0700 | [diff] [blame] | 40 | # Current revision of Chrome's third_party jsoncpp directory. This repository |
| 41 | # is mirrored as a separate repository, with separate git hashes that |
| 42 | # don't match the external JsonCpp repository or Chrome. Mirrored patches |
| 43 | # will have a different git hash associated with them. |
| 44 | # To roll, first get the new hash for chromium_jsoncpp_revision from the |
| 45 | # mirror of third_party/jsoncpp located here: |
| 46 | # https://chromium.googlesource.com/chromium/src/third_party/jsoncpp/ |
| 47 | # Then get the new hash for jsoncpp_revision from the root Chrome DEPS file: |
| 48 | # https://source.chromium.org/chromium/chromium/src/+/master:DEPS |
| 49 | 'chromium_jsoncpp_revision': 'ec647b85b61f525a1a74e4da7477b0c5371c50f4', |
| 50 | |
Jamie Madill | e7c8e80 | 2019-10-26 08:16:12 -0400 | [diff] [blame] | 51 | # Current revision of patched-yasm. |
| 52 | # Note: this dep cannot be auto-rolled b/c of nesting. |
| 53 | 'patched_yasm_revision': '720b70524a4424b15fc57e82263568c8ba0496ad', |
| 54 | |
Le Quyen | a5a04ac | 2019-10-29 22:57:55 +0800 | [diff] [blame] | 55 | # Current revision of spirv-cross, the Khronos SPIRV cross compiler. |
Le Hoang Quyen | bcf9957 | 2020-05-11 00:50:00 +0800 | [diff] [blame] | 56 | 'spirv_cross_revision': 'f38cbeb814c73510b85697adbe5e894f9eac978f', |
Le Quyen | a5a04ac | 2019-10-29 22:57:55 +0800 | [diff] [blame] | 57 | |
Edward Lemur | 8ae09b0 | 2018-06-01 14:18:28 -0400 | [diff] [blame] | 58 | # Current revision fo the SPIRV-Headers Vulkan support library. |
angle-autoroll | 397bc43 | 2020-07-28 07:01:36 +0000 | [diff] [blame] | 59 | 'spirv_headers_revision': '979924c8bc839e4cb1b69d03d48398551f369ce7', |
Edward Lemur | 8ae09b0 | 2018-06-01 14:18:28 -0400 | [diff] [blame] | 60 | |
| 61 | # Current revision of SPIRV-Tools for Vulkan. |
angle-autoroll | 397bc43 | 2020-07-28 07:01:36 +0000 | [diff] [blame] | 62 | 'spirv_tools_revision': '150be20d4334b66c31a8ed81230f85b814b14a9f', |
Edward Lemur | 8ae09b0 | 2018-06-01 14:18:28 -0400 | [diff] [blame] | 63 | |
Tobin Ehlis | b971f49 | 2018-05-24 10:56:17 -0600 | [diff] [blame] | 64 | # Current revision of Khronos Vulkan-Headers. |
angle-autoroll | c3ccd3a | 2020-07-27 07:01:51 +0000 | [diff] [blame] | 65 | 'vulkan_headers_revision': 'a0f1f5149d91d9ea460c19a7bbd281a1c604c8e7', |
Tobin Ehlis | b971f49 | 2018-05-24 10:56:17 -0600 | [diff] [blame] | 66 | |
| 67 | # Current revision of Khronos Vulkan-Loader. |
angle-autoroll | 0dd6342 | 2020-07-21 07:01:55 +0000 | [diff] [blame] | 68 | 'vulkan_loader_revision': 'bfe4f378aee6a2825b8112429cd46529d936babf', |
Tobin Ehlis | b971f49 | 2018-05-24 10:56:17 -0600 | [diff] [blame] | 69 | |
| 70 | # Current revision of Khronos Vulkan-Tools. |
angle-autoroll | d17b53d | 2020-07-22 07:01:32 +0000 | [diff] [blame] | 71 | 'vulkan_tools_revision': '3b36fdc64014844db78671fa0ca1c0ef184e5b0d', |
Tobin Ehlis | b971f49 | 2018-05-24 10:56:17 -0600 | [diff] [blame] | 72 | |
| 73 | # Current revision of Khronos Vulkan-ValidationLayers. |
angle-autoroll | d1afcd9 | 2020-07-28 07:01:26 +0000 | [diff] [blame^] | 74 | 'vulkan_validation_revision': '171e04fac342391ec042e2be55cc63725c49814a', |
Geoff Lang | 6e687af | 2019-10-17 14:36:41 -0400 | [diff] [blame] | 75 | |
| 76 | # Three lines of non-changing comments so that |
| 77 | # the commit queue can handle CLs rolling catapult |
| 78 | # and whatever else without interference from each other. |
| 79 | 'catapult_revision': '1b3fb455bf1849f1e6187e1eaeaef32b9f30d3c5', |
Jamie Madill | 2fdd3da | 2015-07-20 10:14:54 -0400 | [diff] [blame] | 80 | } |
| 81 | |
alokp@chromium.org | 29d56fb | 2010-04-06 15:42:22 +0000 | [diff] [blame] | 82 | deps = { |
alokp@chromium.org | 416fcd3 | 2012-04-11 16:23:44 +0000 | [diff] [blame] | 83 | |
Jamie Madill | 8ba5049 | 2019-10-10 17:46:54 -0400 | [diff] [blame] | 84 | 'build': { |
Jamie Madill | 2321158 | 2020-07-21 10:08:03 -0400 | [diff] [blame] | 85 | 'url': '{chromium_git}/chromium/src/build.git@1ee11394cfbea8e22ab5e9192266da38f059ec67', |
Edward Lemur | 8ae09b0 | 2018-06-01 14:18:28 -0400 | [diff] [blame] | 86 | 'condition': 'not build_with_chromium', |
| 87 | }, |
Frank Henigman | d0ef13a | 2017-08-28 22:53:24 -0400 | [diff] [blame] | 88 | |
Jamie Madill | 8ba5049 | 2019-10-10 17:46:54 -0400 | [diff] [blame] | 89 | 'buildtools': { |
Jamie Madill | 2321158 | 2020-07-21 10:08:03 -0400 | [diff] [blame] | 90 | 'url': '{chromium_git}/chromium/src/buildtools.git@9e121212d42be62a7cce38072f925f8398d11e49', |
Edward Lemur | 8ae09b0 | 2018-06-01 14:18:28 -0400 | [diff] [blame] | 91 | 'condition': 'not build_with_chromium', |
| 92 | }, |
Frank Henigman | d0ef13a | 2017-08-28 22:53:24 -0400 | [diff] [blame] | 93 | |
Jamie Madill | 8ba5049 | 2019-10-10 17:46:54 -0400 | [diff] [blame] | 94 | 'testing': { |
Jamie Madill | 2321158 | 2020-07-21 10:08:03 -0400 | [diff] [blame] | 95 | 'url': '{chromium_git}/chromium/src/testing@f126fc6578039eb81449c7eeb8a95855bb9b1a42', |
Edward Lemur | 8ae09b0 | 2018-06-01 14:18:28 -0400 | [diff] [blame] | 96 | 'condition': 'not build_with_chromium', |
| 97 | }, |
alokp@chromium.org | 5cd9c60 | 2012-05-16 23:37:50 +0000 | [diff] [blame] | 98 | |
Jamie Madill | 2321158 | 2020-07-21 10:08:03 -0400 | [diff] [blame] | 99 | 'third_party/android_ndk': { |
| 100 | 'url': '{chromium_git}/android_ndk.git@27c0a8d090c666a50e40fceb4ee5b40b1a2d3f87', |
| 101 | 'condition': 'checkout_android and not build_with_chromium', |
| 102 | }, |
| 103 | |
| 104 | 'third_party/catapult': { |
| 105 | 'url': '{chromium_git}/catapult.git@{catapult_revision}', |
| 106 | 'condition': 'checkout_android and not build_with_chromium', |
| 107 | }, |
| 108 | |
Courtney Goeltzenleuchter | febdcf5 | 2019-10-28 10:54:03 -0600 | [diff] [blame] | 109 | # 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] | 110 | 'third_party/cherry': { |
Edward Lemur | 8ae09b0 | 2018-06-01 14:18:28 -0400 | [diff] [blame] | 111 | 'url': '{android_git}/platform/external/cherry@4f8fb08d33ca5ff05a1c638f04c85bbb8d8b52cc', |
| 112 | 'condition': 'not build_with_chromium', |
| 113 | }, |
Jamie Madill | 9e76f56 | 2015-10-02 08:57:14 -0400 | [diff] [blame] | 114 | |
Jamie Madill | 20e631f | 2020-05-05 12:19:58 -0400 | [diff] [blame] | 115 | 'third_party/vulkan_memory_allocator': { |
Jamie Madill | b22ecc6 | 2020-06-04 10:51:10 -0400 | [diff] [blame] | 116 | 'url': '{chromium_git}/external/github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator@431d6e57284aeb08118ff428dfbd51c94342faa1', |
Jamie Madill | ca50ad4 | 2020-05-01 16:37:00 -0400 | [diff] [blame] | 117 | 'condition': 'not build_with_chromium', |
Jamie Madill | 76d52be | 2020-04-07 09:14:29 -0400 | [diff] [blame] | 118 | }, |
| 119 | |
Courtney Goeltzenleuchter | febdcf5 | 2019-10-28 10:54:03 -0600 | [diff] [blame] | 120 | 'third_party/VK-GL-CTS/src': { |
| 121 | 'url': '{chromium_git}/external/github.com/KhronosGroup/VK-GL-CTS@{vk_gl_cts_revision}', |
Edward Lemur | 8ae09b0 | 2018-06-01 14:18:28 -0400 | [diff] [blame] | 122 | }, |
Jamie Madill | 37ee8a6 | 2016-12-13 15:18:58 -0500 | [diff] [blame] | 123 | |
Jamie Madill | 8ba5049 | 2019-10-10 17:46:54 -0400 | [diff] [blame] | 124 | 'third_party/fuchsia-sdk': { |
Jamie Madill | 130fdbc | 2019-10-10 19:13:07 -0400 | [diff] [blame] | 125 | 'url': '{chromium_git}/chromium/src/third_party/fuchsia-sdk.git@1785f0ac8e1fe81cb25e260acbe7de8f62fa3e44', |
Jamie Madill | 9f95834 | 2019-04-08 09:40:40 -0400 | [diff] [blame] | 126 | 'condition': 'checkout_fuchsia and not build_with_chromium', |
| 127 | }, |
| 128 | |
Jamie Madill | 67a017f | 2019-10-10 15:27:27 -0400 | [diff] [blame] | 129 | # Closed-source OpenGL ES 1.1 Conformance tests. |
Jamie Madill | 8ba5049 | 2019-10-10 17:46:54 -0400 | [diff] [blame] | 130 | 'third_party/gles1_conform': { |
Jamie Madill | 67a017f | 2019-10-10 15:27:27 -0400 | [diff] [blame] | 131 | 'url': '{chrome_internal_git}/angle/es-cts.git@dc9f502f709c9cd88d7f8d3974f1c77aa246958e', |
Cody Northrop | 84f45f1 | 2019-12-18 14:34:29 -0700 | [diff] [blame] | 132 | 'condition': 'checkout_angle_internal', |
Jamie Madill | 67a017f | 2019-10-10 15:27:27 -0400 | [diff] [blame] | 133 | }, |
| 134 | |
Jamie Madill | 55959b0 | 2019-03-05 10:07:41 -0500 | [diff] [blame] | 135 | # 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] | 136 | 'third_party/glmark2/src': { |
Jamie Madill | 2971fd3 | 2019-08-12 16:53:21 -0400 | [diff] [blame] | 137 | 'url': '{chromium_git}/external/github.com/glmark2/glmark2@9e01aef1a786b28aca73135a5b00f85c357e8f5e', |
Jamie Madill | 55959b0 | 2019-03-05 10:07:41 -0500 | [diff] [blame] | 138 | }, |
| 139 | |
Jamie Madill | 8ba5049 | 2019-10-10 17:46:54 -0400 | [diff] [blame] | 140 | 'third_party/glslang/src': { |
Tobin Ehlis | 317a9eb | 2018-11-29 12:51:46 -0700 | [diff] [blame] | 141 | 'url': '{chromium_git}/external/github.com/KhronosGroup/glslang@{glslang_revision}', |
Jamie Madill | 0cb3b0f | 2019-01-28 09:55:20 -0500 | [diff] [blame] | 142 | 'condition': 'not build_with_chromium', |
Jamie Madill | 55959b0 | 2019-03-05 10:07:41 -0500 | [diff] [blame] | 143 | }, |
Jamie Madill | 37ee8a6 | 2016-12-13 15:18:58 -0500 | [diff] [blame] | 144 | |
Jamie Madill | 8ba5049 | 2019-10-10 17:46:54 -0400 | [diff] [blame] | 145 | 'third_party/googletest': { |
Jamie Madill | 2321158 | 2020-07-21 10:08:03 -0400 | [diff] [blame] | 146 | 'url': '{chromium_git}/chromium/src/third_party/googletest@defbf92951658959ecb0e06d344fa65eedfc6e7a', |
Jamie Madill | cf9b285 | 2019-02-13 09:15:26 -0500 | [diff] [blame] | 147 | 'condition': 'not build_with_chromium', |
| 148 | }, |
| 149 | |
Jamie Madill | 55959b0 | 2019-03-05 10:07:41 -0500 | [diff] [blame] | 150 | # libjpeg_turbo is used by glmark2. |
Jamie Madill | 8ba5049 | 2019-10-10 17:46:54 -0400 | [diff] [blame] | 151 | 'third_party/libjpeg_turbo': { |
Jamie Madill | 4395170 | 2020-04-27 16:57:46 -0400 | [diff] [blame] | 152 | 'url': '{chromium_git}/chromium/deps/libjpeg_turbo.git@7e3ad79800a7945fb37173149842b494ab8982b2', |
Jamie Madill | 55959b0 | 2019-03-05 10:07:41 -0500 | [diff] [blame] | 153 | 'condition': 'not build_with_chromium', |
| 154 | }, |
| 155 | |
Jamie Madill | 8ba5049 | 2019-10-10 17:46:54 -0400 | [diff] [blame] | 156 | 'third_party/libpng/src': { |
Edward Lemur | 8ae09b0 | 2018-06-01 14:18:28 -0400 | [diff] [blame] | 157 | 'url': '{android_git}/platform/external/libpng@094e181e79a3d6c23fd005679025058b7df1ad6c', |
| 158 | 'condition': 'not build_with_chromium', |
| 159 | }, |
Jamie Madill | 37ee8a6 | 2016-12-13 15:18:58 -0500 | [diff] [blame] | 160 | |
Jamie Madill | 8ba5049 | 2019-10-10 17:46:54 -0400 | [diff] [blame] | 161 | 'third_party/jsoncpp': { |
Jordan Bayles | 1265dbe | 2020-06-24 15:12:17 -0700 | [diff] [blame] | 162 | 'url': '{chromium_git}/chromium/src/third_party/jsoncpp@{chromium_jsoncpp_revision}', |
Jamie Madill | 0cb3b0f | 2019-01-28 09:55:20 -0500 | [diff] [blame] | 163 | 'condition': 'not build_with_chromium', |
| 164 | }, |
Tobin Ehlis | 5fdc38c | 2018-08-28 09:20:57 -0600 | [diff] [blame] | 165 | |
Jamie Madill | 4395170 | 2020-04-27 16:57:46 -0400 | [diff] [blame] | 166 | 'third_party/nasm': { |
Jamie Madill | 2321158 | 2020-07-21 10:08:03 -0400 | [diff] [blame] | 167 | 'url': '{chromium_git}/chromium/deps/nasm.git@19f3fad68da99277b2882939d3b2fa4c4b8d51d9', |
Jamie Madill | 4395170 | 2020-04-27 16:57:46 -0400 | [diff] [blame] | 168 | 'condition': 'not build_with_chromium', |
| 169 | }, |
| 170 | |
Jamie Madill | 8ba5049 | 2019-10-10 17:46:54 -0400 | [diff] [blame] | 171 | 'third_party/Python-Markdown': { |
Jamie Madill | 2321158 | 2020-07-21 10:08:03 -0400 | [diff] [blame] | 172 | 'url': '{chromium_git}/chromium/src/third_party/Python-Markdown@9c8566e04768e32834ac87e0ae78d8793c749a34', |
Jamie Madill | 9f95834 | 2019-04-08 09:40:40 -0400 | [diff] [blame] | 173 | 'condition': 'not build_with_chromium', |
| 174 | }, |
| 175 | |
Jamie Madill | 8ba5049 | 2019-10-10 17:46:54 -0400 | [diff] [blame] | 176 | 'third_party/qemu-linux-x64': { |
Michael Spang | 229fc83 | 2019-01-21 18:09:15 -0500 | [diff] [blame] | 177 | 'packages': [ |
| 178 | { |
| 179 | 'package': 'fuchsia/qemu/linux-amd64', |
| 180 | 'version': '9cc486c5b18a0be515c39a280ca9a309c54cf994' |
| 181 | }, |
| 182 | ], |
| 183 | 'condition': 'not build_with_chromium and (host_os == "linux" and checkout_fuchsia)', |
| 184 | 'dep_type': 'cipd', |
| 185 | }, |
| 186 | |
Jamie Madill | 8ba5049 | 2019-10-10 17:46:54 -0400 | [diff] [blame] | 187 | 'third_party/qemu-mac-x64': { |
Michael Spang | 229fc83 | 2019-01-21 18:09:15 -0500 | [diff] [blame] | 188 | 'packages': [ |
| 189 | { |
| 190 | 'package': 'fuchsia/qemu/mac-amd64', |
| 191 | 'version': '2d3358ae9a569b2d4a474f498b32b202a152134f' |
| 192 | }, |
| 193 | ], |
| 194 | 'condition': 'not build_with_chromium and (host_os == "mac" and checkout_fuchsia)', |
| 195 | 'dep_type': 'cipd', |
| 196 | }, |
| 197 | |
Jamie Madill | 8ba5049 | 2019-10-10 17:46:54 -0400 | [diff] [blame] | 198 | 'third_party/rapidjson/src': { |
Jamie Madill | 46d32e0 | 2019-02-25 17:13:16 -0500 | [diff] [blame] | 199 | 'url': '{chromium_git}/external/github.com/Tencent/rapidjson@7484e06c589873e1ed80382d262087e4fa80fb63', |
| 200 | }, |
| 201 | |
Le Quyen | a5a04ac | 2019-10-29 22:57:55 +0800 | [diff] [blame] | 202 | 'third_party/spirv-cross/src': { |
| 203 | 'url': '{chromium_git}/external/github.com/KhronosGroup/SPIRV-Cross@{spirv_cross_revision}', |
| 204 | 'condition': 'not build_with_chromium', |
| 205 | }, |
| 206 | |
Jamie Madill | 8ba5049 | 2019-10-10 17:46:54 -0400 | [diff] [blame] | 207 | 'third_party/spirv-headers/src': { |
Jamie Madill | 0cb3b0f | 2019-01-28 09:55:20 -0500 | [diff] [blame] | 208 | 'url': '{chromium_git}/external/github.com/KhronosGroup/SPIRV-Headers@{spirv_headers_revision}', |
Corentin Wallez | a883dd0 | 2018-08-03 18:11:46 +0200 | [diff] [blame] | 209 | 'condition': 'not build_with_chromium', |
Edward Lemur | 8ae09b0 | 2018-06-01 14:18:28 -0400 | [diff] [blame] | 210 | }, |
Jamie Madill | 37ee8a6 | 2016-12-13 15:18:58 -0500 | [diff] [blame] | 211 | |
Jamie Madill | 8ba5049 | 2019-10-10 17:46:54 -0400 | [diff] [blame] | 212 | 'third_party/spirv-tools/src': { |
Jamie Madill | 0cb3b0f | 2019-01-28 09:55:20 -0500 | [diff] [blame] | 213 | 'url': '{chromium_git}/external/github.com/KhronosGroup/SPIRV-Tools@{spirv_tools_revision}', |
Corentin Wallez | a883dd0 | 2018-08-03 18:11:46 +0200 | [diff] [blame] | 214 | 'condition': 'not build_with_chromium', |
Edward Lemur | 8ae09b0 | 2018-06-01 14:18:28 -0400 | [diff] [blame] | 215 | }, |
Jamie Madill | 37ee8a6 | 2016-12-13 15:18:58 -0500 | [diff] [blame] | 216 | |
Jamie Madill | 8ba5049 | 2019-10-10 17:46:54 -0400 | [diff] [blame] | 217 | 'third_party/SwiftShader': { |
angle-autoroll | cb418ac | 2020-07-28 07:01:14 +0000 | [diff] [blame] | 218 | 'url': '{swiftshader_git}/SwiftShader@12c9d4ac61f26e787dfe4ea256b2e1b8fa35e040', |
Jamie Madill | 8be7a4c | 2019-09-19 12:48:31 -0400 | [diff] [blame] | 219 | 'condition': 'not build_with_chromium', |
| 220 | }, |
| 221 | |
Jamie Madill | 8ba5049 | 2019-10-10 17:46:54 -0400 | [diff] [blame] | 222 | 'third_party/vulkan-headers/src': { |
Tobin Ehlis | b971f49 | 2018-05-24 10:56:17 -0600 | [diff] [blame] | 223 | 'url': '{chromium_git}/external/github.com/KhronosGroup/Vulkan-Headers@{vulkan_headers_revision}', |
| 224 | }, |
| 225 | |
Jamie Madill | 8ba5049 | 2019-10-10 17:46:54 -0400 | [diff] [blame] | 226 | 'third_party/vulkan-loader/src': { |
Tobin Ehlis | b971f49 | 2018-05-24 10:56:17 -0600 | [diff] [blame] | 227 | 'url': '{chromium_git}/external/github.com/KhronosGroup/Vulkan-Loader@{vulkan_loader_revision}', |
| 228 | }, |
| 229 | |
Jamie Madill | 8ba5049 | 2019-10-10 17:46:54 -0400 | [diff] [blame] | 230 | 'third_party/vulkan-tools/src': { |
Tobin Ehlis | b971f49 | 2018-05-24 10:56:17 -0600 | [diff] [blame] | 231 | 'url': '{chromium_git}/external/github.com/KhronosGroup/Vulkan-Tools@{vulkan_tools_revision}', |
| 232 | }, |
| 233 | |
Jamie Madill | 8ba5049 | 2019-10-10 17:46:54 -0400 | [diff] [blame] | 234 | 'third_party/vulkan-validation-layers/src': { |
Tobin Ehlis | b971f49 | 2018-05-24 10:56:17 -0600 | [diff] [blame] | 235 | 'url': '{chromium_git}/external/github.com/KhronosGroup/Vulkan-ValidationLayers@{vulkan_validation_revision}', |
Edward Lemur | 8ae09b0 | 2018-06-01 14:18:28 -0400 | [diff] [blame] | 236 | }, |
Jamie Madill | 3cd438d | 2015-03-17 11:25:27 -0400 | [diff] [blame] | 237 | |
Jamie Madill | 8ba5049 | 2019-10-10 17:46:54 -0400 | [diff] [blame] | 238 | 'third_party/zlib': { |
Jamie Madill | 2321158 | 2020-07-21 10:08:03 -0400 | [diff] [blame] | 239 | 'url': '{chromium_git}/chromium/src/third_party/zlib@89bddfee9cf8fde3ab1212ed63bf03d76baf8914', |
Edward Lemur | 8ae09b0 | 2018-06-01 14:18:28 -0400 | [diff] [blame] | 240 | 'condition': 'not build_with_chromium', |
| 241 | }, |
Frank Henigman | d0ef13a | 2017-08-28 22:53:24 -0400 | [diff] [blame] | 242 | |
Jamie Madill | 8ba5049 | 2019-10-10 17:46:54 -0400 | [diff] [blame] | 243 | 'tools/clang': { |
Jamie Madill | 2321158 | 2020-07-21 10:08:03 -0400 | [diff] [blame] | 244 | 'url': '{chromium_git}/chromium/src/tools/clang.git@6412135b3979b680c20cf007ab242d968025fc3e', |
Edward Lemur | 8ae09b0 | 2018-06-01 14:18:28 -0400 | [diff] [blame] | 245 | 'condition': 'not build_with_chromium', |
| 246 | }, |
Michael Spang | 229fc83 | 2019-01-21 18:09:15 -0500 | [diff] [blame] | 247 | |
Le Hoang Quyen | caeb217 | 2019-11-20 22:30:17 +0800 | [diff] [blame] | 248 | 'tools/clang/dsymutil': { |
| 249 | 'packages': [ |
| 250 | { |
| 251 | 'package': 'chromium/llvm-build-tools/dsymutil', |
| 252 | 'version': 'M56jPzDv1620Rnm__jTMYS62Zi8rxHVq7yw0qeBFEgkC', |
| 253 | } |
| 254 | ], |
| 255 | 'condition': 'checkout_mac and not build_with_chromium', |
| 256 | 'dep_type': 'cipd', |
| 257 | }, |
| 258 | |
Jamie Madill | 8ba5049 | 2019-10-10 17:46:54 -0400 | [diff] [blame] | 259 | 'tools/md_browser': { |
Jamie Madill | 2321158 | 2020-07-21 10:08:03 -0400 | [diff] [blame] | 260 | 'url': '{chromium_git}/chromium/src/tools/md_browser@be8cf5a17d73c14170dff2ec9600310483361356', |
Jamie Madill | 9f95834 | 2019-04-08 09:40:40 -0400 | [diff] [blame] | 261 | 'condition': 'not build_with_chromium', |
Michael Spang | 229fc83 | 2019-01-21 18:09:15 -0500 | [diff] [blame] | 262 | }, |
Jamie Madill | df0ce01 | 2019-09-05 11:04:39 -0400 | [diff] [blame] | 263 | |
Jamie Madill | 8ba5049 | 2019-10-10 17:46:54 -0400 | [diff] [blame] | 264 | 'tools/memory': { |
Jamie Madill | df0ce01 | 2019-09-05 11:04:39 -0400 | [diff] [blame] | 265 | 'url': '{chromium_git}/chromium/src/tools/memory@89552acb6e60f528fe3c98eac7b445d4c34183ee', |
| 266 | 'condition': 'not build_with_chromium', |
| 267 | }, |
alokp@chromium.org | 29d56fb | 2010-04-06 15:42:22 +0000 | [diff] [blame] | 268 | } |
| 269 | |
alokp@chromium.org | 29d56fb | 2010-04-06 15:42:22 +0000 | [diff] [blame] | 270 | hooks = [ |
Jamie Madill | 2fdd3da | 2015-07-20 10:14:54 -0400 | [diff] [blame] | 271 | # Pull clang-format binaries using checked-in hashes. |
| 272 | { |
| 273 | 'name': 'clang_format_win', |
| 274 | 'pattern': '.', |
Edward Lemur | 8ae09b0 | 2018-06-01 14:18:28 -0400 | [diff] [blame] | 275 | 'condition': 'host_os == "win" and not build_with_chromium', |
Jamie Madill | 2fdd3da | 2015-07-20 10:14:54 -0400 | [diff] [blame] | 276 | 'action': [ 'download_from_google_storage', |
| 277 | '--no_resume', |
| 278 | '--platform=win32', |
| 279 | '--no_auth', |
| 280 | '--bucket', 'chromium-clang-format', |
Jamie Madill | 8ba5049 | 2019-10-10 17:46:54 -0400 | [diff] [blame] | 281 | '-s', 'buildtools/win/clang-format.exe.sha1', |
Jamie Madill | 2fdd3da | 2015-07-20 10:14:54 -0400 | [diff] [blame] | 282 | ], |
| 283 | }, |
| 284 | { |
| 285 | 'name': 'clang_format_mac', |
| 286 | 'pattern': '.', |
Edward Lemur | 8ae09b0 | 2018-06-01 14:18:28 -0400 | [diff] [blame] | 287 | 'condition': 'host_os == "mac" and not build_with_chromium', |
Jamie Madill | 2fdd3da | 2015-07-20 10:14:54 -0400 | [diff] [blame] | 288 | 'action': [ 'download_from_google_storage', |
| 289 | '--no_resume', |
| 290 | '--platform=darwin', |
| 291 | '--no_auth', |
| 292 | '--bucket', 'chromium-clang-format', |
Jamie Madill | 8ba5049 | 2019-10-10 17:46:54 -0400 | [diff] [blame] | 293 | '-s', 'buildtools/mac/clang-format.sha1', |
Jamie Madill | 2fdd3da | 2015-07-20 10:14:54 -0400 | [diff] [blame] | 294 | ], |
| 295 | }, |
| 296 | { |
| 297 | 'name': 'clang_format_linux', |
| 298 | 'pattern': '.', |
Edward Lemur | 8ae09b0 | 2018-06-01 14:18:28 -0400 | [diff] [blame] | 299 | 'condition': 'host_os == "linux" and not build_with_chromium', |
Jamie Madill | 2fdd3da | 2015-07-20 10:14:54 -0400 | [diff] [blame] | 300 | 'action': [ 'download_from_google_storage', |
| 301 | '--no_resume', |
| 302 | '--platform=linux*', |
| 303 | '--no_auth', |
| 304 | '--bucket', 'chromium-clang-format', |
Jamie Madill | 8ba5049 | 2019-10-10 17:46:54 -0400 | [diff] [blame] | 305 | '-s', 'buildtools/linux64/clang-format.sha1', |
Jamie Madill | 2fdd3da | 2015-07-20 10:14:54 -0400 | [diff] [blame] | 306 | ], |
| 307 | }, |
Tobin Ehlis | 9d4277b | 2018-05-21 16:22:22 -0600 | [diff] [blame] | 308 | { |
| 309 | 'name': 'sysroot_x86', |
| 310 | 'pattern': '.', |
Edward Lemur | 8ae09b0 | 2018-06-01 14:18:28 -0400 | [diff] [blame] | 311 | '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] | 312 | 'action': ['python', 'build/linux/sysroot_scripts/install-sysroot.py', |
Tobin Ehlis | 9d4277b | 2018-05-21 16:22:22 -0600 | [diff] [blame] | 313 | '--arch=x86'], |
| 314 | }, |
| 315 | { |
| 316 | 'name': 'sysroot_x64', |
| 317 | 'pattern': '.', |
Edward Lemur | 8ae09b0 | 2018-06-01 14:18:28 -0400 | [diff] [blame] | 318 | 'condition': 'checkout_linux and (checkout_x64 and not build_with_chromium)', |
Jamie Madill | 8ba5049 | 2019-10-10 17:46:54 -0400 | [diff] [blame] | 319 | 'action': ['python', 'build/linux/sysroot_scripts/install-sysroot.py', |
Tobin Ehlis | 9d4277b | 2018-05-21 16:22:22 -0600 | [diff] [blame] | 320 | '--arch=x64'], |
| 321 | }, |
Jamie Madill | 027717f | 2018-04-13 15:51:24 -0400 | [diff] [blame] | 322 | { |
| 323 | # Update the Windows toolchain if necessary. Must run before 'clang' below. |
| 324 | 'name': 'win_toolchain', |
| 325 | 'pattern': '.', |
Edward Lemur | 8ae09b0 | 2018-06-01 14:18:28 -0400 | [diff] [blame] | 326 | 'condition': 'checkout_win and not build_with_chromium', |
Jamie Madill | 8ba5049 | 2019-10-10 17:46:54 -0400 | [diff] [blame] | 327 | 'action': ['python', 'build/vs_toolchain.py', 'update', '--force'], |
Jamie Madill | 027717f | 2018-04-13 15:51:24 -0400 | [diff] [blame] | 328 | }, |
Geoff Lang | 66ae531 | 2019-04-01 16:35:53 -0400 | [diff] [blame] | 329 | { |
| 330 | # Update the Mac toolchain if necessary. |
| 331 | 'name': 'mac_toolchain', |
| 332 | 'pattern': '.', |
| 333 | 'condition': 'checkout_mac and not build_with_chromium', |
Jamie Madill | 8ba5049 | 2019-10-10 17:46:54 -0400 | [diff] [blame] | 334 | 'action': ['python', 'build/mac_toolchain.py'], |
Geoff Lang | 66ae531 | 2019-04-01 16:35:53 -0400 | [diff] [blame] | 335 | }, |
Jamie Madill | 027717f | 2018-04-13 15:51:24 -0400 | [diff] [blame] | 336 | |
alokp@chromium.org | 29d56fb | 2010-04-06 15:42:22 +0000 | [diff] [blame] | 337 | { |
Frank Henigman | d0ef13a | 2017-08-28 22:53:24 -0400 | [diff] [blame] | 338 | # Note: On Win, this should run after win_toolchain, as it may use it. |
| 339 | 'name': 'clang', |
| 340 | 'pattern': '.', |
Jamie Madill | 8ba5049 | 2019-10-10 17:46:54 -0400 | [diff] [blame] | 341 | 'action': ['python', 'tools/clang/scripts/update.py'], |
Edward Lemur | 8ae09b0 | 2018-06-01 14:18:28 -0400 | [diff] [blame] | 342 | 'condition': 'not build_with_chromium', |
Frank Henigman | d0ef13a | 2017-08-28 22:53:24 -0400 | [diff] [blame] | 343 | }, |
Jamie Madill | 940c48b | 2017-10-23 23:25:17 -0400 | [diff] [blame] | 344 | |
Shahbaz Youssefi | 957e9b8 | 2018-10-05 11:00:50 -0400 | [diff] [blame] | 345 | { |
| 346 | # Update LASTCHANGE. |
| 347 | 'name': 'lastchange', |
| 348 | 'pattern': '.', |
| 349 | 'condition': 'not build_with_chromium', |
Jamie Madill | 8ba5049 | 2019-10-10 17:46:54 -0400 | [diff] [blame] | 350 | 'action': ['python', 'build/util/lastchange.py', |
| 351 | '-o', 'build/util/LASTCHANGE'], |
Shahbaz Youssefi | 957e9b8 | 2018-10-05 11:00:50 -0400 | [diff] [blame] | 352 | }, |
| 353 | |
Jamie Madill | 940c48b | 2017-10-23 23:25:17 -0400 | [diff] [blame] | 354 | # Pull rc binaries using checked-in hashes. |
| 355 | { |
| 356 | 'name': 'rc_win', |
| 357 | 'pattern': '.', |
Edward Lemur | 8ae09b0 | 2018-06-01 14:18:28 -0400 | [diff] [blame] | 358 | 'condition': 'checkout_win and (host_os == "win" and not build_with_chromium)', |
Jamie Madill | 940c48b | 2017-10-23 23:25:17 -0400 | [diff] [blame] | 359 | 'action': [ 'download_from_google_storage', |
| 360 | '--no_resume', |
| 361 | '--no_auth', |
| 362 | '--bucket', 'chromium-browser-clang/rc', |
Jamie Madill | 8ba5049 | 2019-10-10 17:46:54 -0400 | [diff] [blame] | 363 | '-s', 'build/toolchain/win/rc/win/rc.exe.sha1', |
Jamie Madill | 940c48b | 2017-10-23 23:25:17 -0400 | [diff] [blame] | 364 | ], |
| 365 | }, |
Michael Spang | 229fc83 | 2019-01-21 18:09:15 -0500 | [diff] [blame] | 366 | |
| 367 | { |
| 368 | 'name': 'fuchsia_sdk', |
| 369 | 'pattern': '.', |
| 370 | 'condition': 'checkout_fuchsia and not build_with_chromium', |
| 371 | 'action': [ |
| 372 | 'python', |
Jamie Madill | 8ba5049 | 2019-10-10 17:46:54 -0400 | [diff] [blame] | 373 | 'build/fuchsia/update_sdk.py', |
Michael Spang | 229fc83 | 2019-01-21 18:09:15 -0500 | [diff] [blame] | 374 | ], |
| 375 | }, |
Jamie Madill | d5ff4fa | 2019-04-08 09:25:23 -0400 | [diff] [blame] | 376 | |
Shahbaz Youssefi | 82418c8 | 2019-04-05 15:56:03 -0400 | [diff] [blame] | 377 | # Download glslang validator binary for Linux. |
| 378 | { |
| 379 | 'name': 'linux_glslang_validator', |
| 380 | 'pattern': '.', |
| 381 | 'condition': 'checkout_linux and not build_with_chromium', |
| 382 | 'action': [ 'download_from_google_storage', |
| 383 | '--no_resume', |
| 384 | '--platform=linux*', |
| 385 | '--no_auth', |
| 386 | '--bucket', 'angle-glslang-validator', |
Jamie Madill | 8ba5049 | 2019-10-10 17:46:54 -0400 | [diff] [blame] | 387 | '-s', 'tools/glslang/glslang_validator.sha1', |
Shahbaz Youssefi | 82418c8 | 2019-04-05 15:56:03 -0400 | [diff] [blame] | 388 | ], |
| 389 | }, |
| 390 | |
Jamie Madill | d5ff4fa | 2019-04-08 09:25:23 -0400 | [diff] [blame] | 391 | # Download glslang validator binary for Windows. |
| 392 | { |
| 393 | 'name': 'win_glslang_validator', |
| 394 | 'pattern': '.', |
| 395 | 'condition': 'checkout_win and not build_with_chromium', |
| 396 | 'action': [ 'download_from_google_storage', |
| 397 | '--no_resume', |
| 398 | '--platform=win32*', |
| 399 | '--no_auth', |
| 400 | '--bucket', 'angle-glslang-validator', |
Jamie Madill | 8ba5049 | 2019-10-10 17:46:54 -0400 | [diff] [blame] | 401 | '-s', 'tools/glslang/glslang_validator.exe.sha1', |
Jamie Madill | d5ff4fa | 2019-04-08 09:25:23 -0400 | [diff] [blame] | 402 | ], |
| 403 | }, |
Shahbaz Youssefi | 5efb36b | 2019-11-25 16:14:55 -0500 | [diff] [blame] | 404 | |
| 405 | # Download flex/bison binaries for Linux. |
| 406 | { |
| 407 | 'name': 'linux_flex_bison', |
| 408 | 'pattern': '.', |
| 409 | 'condition': 'checkout_linux and not build_with_chromium', |
| 410 | 'action': [ 'download_from_google_storage', |
| 411 | '--no_resume', |
| 412 | '--platform=linux*', |
| 413 | '--no_auth', |
| 414 | '--bucket', 'angle-flex-bison', |
| 415 | '-d', 'tools/flex-bison/linux/', |
| 416 | ], |
| 417 | }, |
| 418 | |
| 419 | # Download flex/bison binaries for Windows. |
| 420 | { |
| 421 | 'name': 'win_flex_bison', |
| 422 | 'pattern': '.', |
| 423 | 'condition': 'checkout_win and not build_with_chromium', |
| 424 | 'action': [ 'download_from_google_storage', |
| 425 | '--no_resume', |
| 426 | '--platform=win32*', |
| 427 | '--no_auth', |
| 428 | '--bucket', 'angle-flex-bison', |
| 429 | '-d', 'tools/flex-bison/windows/', |
| 430 | ], |
| 431 | }, |
Cody Northrop | 080d711 | 2020-01-08 13:04:44 -0700 | [diff] [blame] | 432 | |
| 433 | # Download internal captures for perf tests |
| 434 | { |
| 435 | 'name': 'restricted_traces', |
| 436 | 'pattern': '\\.sha1', |
| 437 | 'condition': 'checkout_angle_internal', |
Courtney Goeltzenleuchter | e474cc9 | 2020-06-18 16:03:30 -0600 | [diff] [blame] | 438 | 'action': [ 'python', |
| 439 | 'src/tests/perf_tests/restricted_traces/download_restricted_traces.py', |
Jamie Madill | ee0498b | 2020-02-15 09:24:03 -0500 | [diff] [blame] | 440 | 'src/tests/perf_tests/restricted_traces', |
Cody Northrop | 080d711 | 2020-01-08 13:04:44 -0700 | [diff] [blame] | 441 | ] |
| 442 | } |
alokp@chromium.org | 29d56fb | 2010-04-06 15:42:22 +0000 | [diff] [blame] | 443 | ] |
Jamie Madill | 2078931 | 2016-10-28 14:05:26 -0400 | [diff] [blame] | 444 | |
| 445 | recursedeps = [ |
| 446 | # buildtools provides clang_format. |
Jamie Madill | 8ba5049 | 2019-10-10 17:46:54 -0400 | [diff] [blame] | 447 | 'buildtools', |
Jamie Madill | 0703568 | 2019-10-25 09:00:41 -0400 | [diff] [blame] | 448 | 'third_party/googletest', |
Jamie Madill | e7c8e80 | 2019-10-26 08:16:12 -0400 | [diff] [blame] | 449 | 'third_party/jsoncpp', |
Jamie Madill | 2078931 | 2016-10-28 14:05:26 -0400 | [diff] [blame] | 450 | ] |