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