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