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. |
angle-autoroll | cb4a008 | 2020-09-30 07:00:12 +0000 | [diff] [blame^] | 31 | 'chromium_revision': '18cdc3179c58fe51f0c54f5038d74246eb39c3b5', |
Yuly Novikov | 6a652f1 | 2020-08-12 21:12:47 -0400 | [diff] [blame] | 32 | # We never want to checkout chromium, |
| 33 | # but need a dummy DEPS entry for the autoroller |
| 34 | 'dummy_checkout_chromium': False, |
Jamie Madill | 1948af3 | 2019-10-11 17:49:24 -0400 | [diff] [blame] | 35 | |
Courtney Goeltzenleuchter | febdcf5 | 2019-10-28 10:54:03 -0600 | [diff] [blame] | 36 | # Current revision of VK-GL-CTS (a.k.a dEQP). |
angle-autoroll | ff0ec95 | 2020-09-25 12:45:56 +0000 | [diff] [blame] | 37 | 'vk_gl_cts_revision': '02da53e45d9e700234873dc4449f816390c0d55d', |
Edward Lemur | 8ae09b0 | 2018-06-01 14:18:28 -0400 | [diff] [blame] | 38 | |
| 39 | # Current revision of glslang, the Khronos SPIRV compiler. |
angle-autoroll | 7e427f5 | 2020-09-25 10:01:41 +0000 | [diff] [blame] | 40 | 'glslang_revision': 'bacaef3237c515e40d1a24722be48c0a0b30f75f', |
Edward Lemur | 8ae09b0 | 2018-06-01 14:18:28 -0400 | [diff] [blame] | 41 | |
Jamie Madill | 0703568 | 2019-10-25 09:00:41 -0400 | [diff] [blame] | 42 | # Current revision of googletest. |
| 43 | # Note: this dep cannot be auto-rolled b/c of nesting. |
Yuly Novikov | 7d38b0b | 2020-08-19 17:33:31 -0400 | [diff] [blame] | 44 | 'googletest_revision': '4fe018038f87675c083d0cfb6a6b57c274fb1753', |
| 45 | |
| 46 | # Current revision of Chrome's third_party googletest directory. This |
| 47 | # repository is mirrored as a separate repository, with separate git hashes |
| 48 | # that don't match the external googletest repository or Chrome. Mirrored |
| 49 | # patches will have a different git hash associated with them. |
| 50 | # To roll, first get the new hash for chromium_googletest_revision from the |
| 51 | # mirror of third_party/googletest located here: |
| 52 | # https://chromium.googlesource.com/chromium/src/third_party/googletest/ |
| 53 | # Then get the new hash for googletest_revision from the root Chrome DEPS |
| 54 | # file: https://source.chromium.org/chromium/chromium/src/+/master:DEPS |
| 55 | 'chromium_googletest_revision': 'c20c5a3085ab4d90fdb403e3ac98e7991317dd27', |
Jamie Madill | 0703568 | 2019-10-25 09:00:41 -0400 | [diff] [blame] | 56 | |
Jamie Madill | e7c8e80 | 2019-10-26 08:16:12 -0400 | [diff] [blame] | 57 | # Current revision of jsoncpp. |
| 58 | # Note: this dep cannot be auto-rolled b/c of nesting. |
| 59 | 'jsoncpp_revision': '645250b6690785be60ab6780ce4b58698d884d11', |
| 60 | |
Jordan Bayles | 1265dbe | 2020-06-24 15:12:17 -0700 | [diff] [blame] | 61 | # Current revision of Chrome's third_party jsoncpp directory. This repository |
| 62 | # is mirrored as a separate repository, with separate git hashes that |
| 63 | # don't match the external JsonCpp repository or Chrome. Mirrored patches |
| 64 | # will have a different git hash associated with them. |
| 65 | # To roll, first get the new hash for chromium_jsoncpp_revision from the |
| 66 | # mirror of third_party/jsoncpp located here: |
| 67 | # https://chromium.googlesource.com/chromium/src/third_party/jsoncpp/ |
| 68 | # Then get the new hash for jsoncpp_revision from the root Chrome DEPS file: |
| 69 | # https://source.chromium.org/chromium/chromium/src/+/master:DEPS |
Yuly Novikov | 7d38b0b | 2020-08-19 17:33:31 -0400 | [diff] [blame] | 70 | 'chromium_jsoncpp_revision': '30a6ac108e24dabac7c2e0df4d33d55032af4ee7', |
Jordan Bayles | 1265dbe | 2020-06-24 15:12:17 -0700 | [diff] [blame] | 71 | |
Jamie Madill | e7c8e80 | 2019-10-26 08:16:12 -0400 | [diff] [blame] | 72 | # Current revision of patched-yasm. |
| 73 | # Note: this dep cannot be auto-rolled b/c of nesting. |
| 74 | 'patched_yasm_revision': '720b70524a4424b15fc57e82263568c8ba0496ad', |
| 75 | |
Le Quyen | a5a04ac | 2019-10-29 22:57:55 +0800 | [diff] [blame] | 76 | # Current revision of spirv-cross, the Khronos SPIRV cross compiler. |
Le Hoang Quyen | bcf9957 | 2020-05-11 00:50:00 +0800 | [diff] [blame] | 77 | 'spirv_cross_revision': 'f38cbeb814c73510b85697adbe5e894f9eac978f', |
Le Quyen | a5a04ac | 2019-10-29 22:57:55 +0800 | [diff] [blame] | 78 | |
Edward Lemur | 8ae09b0 | 2018-06-01 14:18:28 -0400 | [diff] [blame] | 79 | # Current revision fo the SPIRV-Headers Vulkan support library. |
angle-autoroll | d57f043 | 2020-08-11 07:01:30 +0000 | [diff] [blame] | 80 | 'spirv_headers_revision': '3fdabd0da2932c276b25b9b4a988ba134eba1aa6', |
Edward Lemur | 8ae09b0 | 2018-06-01 14:18:28 -0400 | [diff] [blame] | 81 | |
| 82 | # Current revision of SPIRV-Tools for Vulkan. |
angle-autoroll | ebb87e1 | 2020-09-29 10:01:58 +0000 | [diff] [blame] | 83 | 'spirv_tools_revision': 'c6ca885c0b4af75735944c725be56b642a77b17d', |
Edward Lemur | 8ae09b0 | 2018-06-01 14:18:28 -0400 | [diff] [blame] | 84 | |
Tobin Ehlis | b971f49 | 2018-05-24 10:56:17 -0600 | [diff] [blame] | 85 | # Current revision of Khronos Vulkan-Headers. |
angle-autoroll | 059781e | 2020-09-28 10:01:37 +0000 | [diff] [blame] | 86 | 'vulkan_headers_revision': 'e1ba543c67893e13c7dae9bd38d3e5cba4ecb7c0', |
Tobin Ehlis | b971f49 | 2018-05-24 10:56:17 -0600 | [diff] [blame] | 87 | |
| 88 | # Current revision of Khronos Vulkan-Loader. |
angle-autoroll | a6079e3 | 2020-09-22 10:01:57 +0000 | [diff] [blame] | 89 | 'vulkan_loader_revision': '8fdc21e4078d47510be6cb0b05b05cd3a774f582', |
Tobin Ehlis | b971f49 | 2018-05-24 10:56:17 -0600 | [diff] [blame] | 90 | |
| 91 | # Current revision of Khronos Vulkan-Tools. |
angle-autoroll | 7930477 | 2020-09-28 10:01:46 +0000 | [diff] [blame] | 92 | 'vulkan_tools_revision': '2bfd6a752dc6cb26ceda4ec9d56e7dce98527680', |
Tobin Ehlis | b971f49 | 2018-05-24 10:56:17 -0600 | [diff] [blame] | 93 | |
| 94 | # Current revision of Khronos Vulkan-ValidationLayers. |
angle-autoroll | 061e684 | 2020-09-28 10:02:45 +0000 | [diff] [blame] | 95 | 'vulkan_validation_revision': 'db992e60cc7ad13b0894ac92366cf09690e5bb28', |
Geoff Lang | 6e687af | 2019-10-17 14:36:41 -0400 | [diff] [blame] | 96 | |
| 97 | # Three lines of non-changing comments so that |
| 98 | # the commit queue can handle CLs rolling catapult |
| 99 | # and whatever else without interference from each other. |
| 100 | 'catapult_revision': '1b3fb455bf1849f1e6187e1eaeaef32b9f30d3c5', |
Jamie Madill | b99bbba | 2020-09-13 10:34:54 -0400 | [diff] [blame] | 101 | |
| 102 | # Three lines of non-changing comments so that |
| 103 | # the commit queue can handle CLs rolling luci-go |
| 104 | # and whatever else without interference from each other. |
angle-autoroll | 95ee2fa | 2020-09-24 07:12:42 +0000 | [diff] [blame] | 105 | 'luci_go': 'git_revision:83c3df996b224edf5061840744395707a0e513e7', |
Jamie Madill | 2fdd3da | 2015-07-20 10:14:54 -0400 | [diff] [blame] | 106 | } |
| 107 | |
alokp@chromium.org | 29d56fb | 2010-04-06 15:42:22 +0000 | [diff] [blame] | 108 | deps = { |
alokp@chromium.org | 416fcd3 | 2012-04-11 16:23:44 +0000 | [diff] [blame] | 109 | |
Jamie Madill | 8ba5049 | 2019-10-10 17:46:54 -0400 | [diff] [blame] | 110 | 'build': { |
angle-autoroll | cb4a008 | 2020-09-30 07:00:12 +0000 | [diff] [blame^] | 111 | 'url': '{chromium_git}/chromium/src/build.git@3ede10128b2ae14d2ffa8f0ee4bac0561400dc94', |
Edward Lemur | 8ae09b0 | 2018-06-01 14:18:28 -0400 | [diff] [blame] | 112 | 'condition': 'not build_with_chromium', |
| 113 | }, |
Frank Henigman | d0ef13a | 2017-08-28 22:53:24 -0400 | [diff] [blame] | 114 | |
Jamie Madill | 8ba5049 | 2019-10-10 17:46:54 -0400 | [diff] [blame] | 115 | 'buildtools': { |
angle-autoroll | cb4a008 | 2020-09-30 07:00:12 +0000 | [diff] [blame^] | 116 | 'url': '{chromium_git}/chromium/src/buildtools.git@4be464e050b3d05060471788f926b34c641db9fd', |
Edward Lemur | 8ae09b0 | 2018-06-01 14:18:28 -0400 | [diff] [blame] | 117 | 'condition': 'not build_with_chromium', |
| 118 | }, |
Frank Henigman | d0ef13a | 2017-08-28 22:53:24 -0400 | [diff] [blame] | 119 | |
Jamie Madill | 8ba5049 | 2019-10-10 17:46:54 -0400 | [diff] [blame] | 120 | 'testing': { |
angle-autoroll | cb4a008 | 2020-09-30 07:00:12 +0000 | [diff] [blame^] | 121 | 'url': '{chromium_git}/chromium/src/testing@fe12eb7d0ade031e56fbe333d5a6e8fd01e71c32', |
Edward Lemur | 8ae09b0 | 2018-06-01 14:18:28 -0400 | [diff] [blame] | 122 | 'condition': 'not build_with_chromium', |
| 123 | }, |
alokp@chromium.org | 5cd9c60 | 2012-05-16 23:37:50 +0000 | [diff] [blame] | 124 | |
Tim Van Patten | ed33795 | 2020-07-23 12:58:10 -0600 | [diff] [blame] | 125 | 'third_party/abseil-cpp': { |
angle-autoroll | 95ee2fa | 2020-09-24 07:12:42 +0000 | [diff] [blame] | 126 | 'url': '{chromium_git}/chromium/src/third_party/abseil-cpp@3187b54c0ca3a17d4de6dfe7aeb37ceab8f1cfae', |
Tim Van Patten | ed33795 | 2020-07-23 12:58:10 -0600 | [diff] [blame] | 127 | 'condition': 'not build_with_chromium', |
| 128 | }, |
| 129 | |
Jamie Madill | 2321158 | 2020-07-21 10:08:03 -0400 | [diff] [blame] | 130 | 'third_party/android_ndk': { |
| 131 | 'url': '{chromium_git}/android_ndk.git@27c0a8d090c666a50e40fceb4ee5b40b1a2d3f87', |
| 132 | 'condition': 'checkout_android and not build_with_chromium', |
| 133 | }, |
| 134 | |
| 135 | 'third_party/catapult': { |
| 136 | 'url': '{chromium_git}/catapult.git@{catapult_revision}', |
| 137 | 'condition': 'checkout_android and not build_with_chromium', |
| 138 | }, |
| 139 | |
Courtney Goeltzenleuchter | febdcf5 | 2019-10-28 10:54:03 -0600 | [diff] [blame] | 140 | # 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] | 141 | 'third_party/cherry': { |
Edward Lemur | 8ae09b0 | 2018-06-01 14:18:28 -0400 | [diff] [blame] | 142 | 'url': '{android_git}/platform/external/cherry@4f8fb08d33ca5ff05a1c638f04c85bbb8d8b52cc', |
| 143 | 'condition': 'not build_with_chromium', |
| 144 | }, |
Jamie Madill | 9e76f56 | 2015-10-02 08:57:14 -0400 | [diff] [blame] | 145 | |
Yuly Novikov | 6a652f1 | 2020-08-12 21:12:47 -0400 | [diff] [blame] | 146 | # We never want to checkout chromium, |
| 147 | # but need a dummy DEPS entry for the autoroller |
| 148 | 'third_party/dummy_chromium': { |
| 149 | 'url': '{chromium_git}/chromium/src.git@{chromium_revision}', |
| 150 | 'condition': 'dummy_checkout_chromium', |
| 151 | }, |
| 152 | |
Jamie Madill | 8ba5049 | 2019-10-10 17:46:54 -0400 | [diff] [blame] | 153 | 'third_party/fuchsia-sdk': { |
Jamie Madill | 130fdbc | 2019-10-10 19:13:07 -0400 | [diff] [blame] | 154 | 'url': '{chromium_git}/chromium/src/third_party/fuchsia-sdk.git@1785f0ac8e1fe81cb25e260acbe7de8f62fa3e44', |
Jamie Madill | 9f95834 | 2019-04-08 09:40:40 -0400 | [diff] [blame] | 155 | 'condition': 'checkout_fuchsia and not build_with_chromium', |
| 156 | }, |
| 157 | |
Jamie Madill | 67a017f | 2019-10-10 15:27:27 -0400 | [diff] [blame] | 158 | # Closed-source OpenGL ES 1.1 Conformance tests. |
Jamie Madill | 8ba5049 | 2019-10-10 17:46:54 -0400 | [diff] [blame] | 159 | 'third_party/gles1_conform': { |
Jamie Madill | 67a017f | 2019-10-10 15:27:27 -0400 | [diff] [blame] | 160 | 'url': '{chrome_internal_git}/angle/es-cts.git@dc9f502f709c9cd88d7f8d3974f1c77aa246958e', |
Cody Northrop | 84f45f1 | 2019-12-18 14:34:29 -0700 | [diff] [blame] | 161 | 'condition': 'checkout_angle_internal', |
Jamie Madill | 67a017f | 2019-10-10 15:27:27 -0400 | [diff] [blame] | 162 | }, |
| 163 | |
Jamie Madill | 55959b0 | 2019-03-05 10:07:41 -0500 | [diff] [blame] | 164 | # 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] | 165 | 'third_party/glmark2/src': { |
Jamie Madill | 2971fd3 | 2019-08-12 16:53:21 -0400 | [diff] [blame] | 166 | 'url': '{chromium_git}/external/github.com/glmark2/glmark2@9e01aef1a786b28aca73135a5b00f85c357e8f5e', |
Jamie Madill | 55959b0 | 2019-03-05 10:07:41 -0500 | [diff] [blame] | 167 | }, |
| 168 | |
Jamie Madill | 8ba5049 | 2019-10-10 17:46:54 -0400 | [diff] [blame] | 169 | 'third_party/glslang/src': { |
Tobin Ehlis | 317a9eb | 2018-11-29 12:51:46 -0700 | [diff] [blame] | 170 | 'url': '{chromium_git}/external/github.com/KhronosGroup/glslang@{glslang_revision}', |
Jamie Madill | 0cb3b0f | 2019-01-28 09:55:20 -0500 | [diff] [blame] | 171 | 'condition': 'not build_with_chromium', |
Jamie Madill | 55959b0 | 2019-03-05 10:07:41 -0500 | [diff] [blame] | 172 | }, |
Jamie Madill | 37ee8a6 | 2016-12-13 15:18:58 -0500 | [diff] [blame] | 173 | |
Jamie Madill | 8ba5049 | 2019-10-10 17:46:54 -0400 | [diff] [blame] | 174 | 'third_party/googletest': { |
Yuly Novikov | 7d38b0b | 2020-08-19 17:33:31 -0400 | [diff] [blame] | 175 | 'url': '{chromium_git}/chromium/src/third_party/googletest@{chromium_googletest_revision}', |
Jamie Madill | cf9b285 | 2019-02-13 09:15:26 -0500 | [diff] [blame] | 176 | 'condition': 'not build_with_chromium', |
| 177 | }, |
| 178 | |
Jamie Madill | 55959b0 | 2019-03-05 10:07:41 -0500 | [diff] [blame] | 179 | # libjpeg_turbo is used by glmark2. |
Jamie Madill | 8ba5049 | 2019-10-10 17:46:54 -0400 | [diff] [blame] | 180 | 'third_party/libjpeg_turbo': { |
angle-autoroll | 8da60e2 | 2020-09-17 07:01:46 +0000 | [diff] [blame] | 181 | 'url': '{chromium_git}/chromium/deps/libjpeg_turbo.git@d5148db386ceb4a608058320071cbed890bd6ad2', |
Jamie Madill | 55959b0 | 2019-03-05 10:07:41 -0500 | [diff] [blame] | 182 | 'condition': 'not build_with_chromium', |
| 183 | }, |
| 184 | |
Jamie Madill | 8ba5049 | 2019-10-10 17:46:54 -0400 | [diff] [blame] | 185 | 'third_party/libpng/src': { |
Edward Lemur | 8ae09b0 | 2018-06-01 14:18:28 -0400 | [diff] [blame] | 186 | 'url': '{android_git}/platform/external/libpng@094e181e79a3d6c23fd005679025058b7df1ad6c', |
| 187 | 'condition': 'not build_with_chromium', |
| 188 | }, |
Jamie Madill | 37ee8a6 | 2016-12-13 15:18:58 -0500 | [diff] [blame] | 189 | |
Jamie Madill | 8ba5049 | 2019-10-10 17:46:54 -0400 | [diff] [blame] | 190 | 'third_party/jsoncpp': { |
Jordan Bayles | 1265dbe | 2020-06-24 15:12:17 -0700 | [diff] [blame] | 191 | 'url': '{chromium_git}/chromium/src/third_party/jsoncpp@{chromium_jsoncpp_revision}', |
Jamie Madill | 0cb3b0f | 2019-01-28 09:55:20 -0500 | [diff] [blame] | 192 | 'condition': 'not build_with_chromium', |
| 193 | }, |
Tobin Ehlis | 5fdc38c | 2018-08-28 09:20:57 -0600 | [diff] [blame] | 194 | |
Jamie Madill | 4395170 | 2020-04-27 16:57:46 -0400 | [diff] [blame] | 195 | 'third_party/nasm': { |
Jamie Madill | 2321158 | 2020-07-21 10:08:03 -0400 | [diff] [blame] | 196 | 'url': '{chromium_git}/chromium/deps/nasm.git@19f3fad68da99277b2882939d3b2fa4c4b8d51d9', |
Jamie Madill | 4395170 | 2020-04-27 16:57:46 -0400 | [diff] [blame] | 197 | 'condition': 'not build_with_chromium', |
| 198 | }, |
| 199 | |
Jamie Madill | 8ba5049 | 2019-10-10 17:46:54 -0400 | [diff] [blame] | 200 | 'third_party/Python-Markdown': { |
Yuly Novikov | 5dff607 | 2020-08-19 20:57:36 -0400 | [diff] [blame] | 201 | 'url': '{chromium_git}/chromium/src/third_party/Python-Markdown@ad4fc19d612de0a3f6ea19441af703ff5a5223f3', |
Jamie Madill | 9f95834 | 2019-04-08 09:40:40 -0400 | [diff] [blame] | 202 | 'condition': 'not build_with_chromium', |
| 203 | }, |
| 204 | |
Jamie Madill | 8ba5049 | 2019-10-10 17:46:54 -0400 | [diff] [blame] | 205 | 'third_party/qemu-linux-x64': { |
Michael Spang | 229fc83 | 2019-01-21 18:09:15 -0500 | [diff] [blame] | 206 | 'packages': [ |
| 207 | { |
| 208 | 'package': 'fuchsia/qemu/linux-amd64', |
| 209 | 'version': '9cc486c5b18a0be515c39a280ca9a309c54cf994' |
| 210 | }, |
| 211 | ], |
| 212 | 'condition': 'not build_with_chromium and (host_os == "linux" and checkout_fuchsia)', |
| 213 | 'dep_type': 'cipd', |
| 214 | }, |
| 215 | |
Jamie Madill | 8ba5049 | 2019-10-10 17:46:54 -0400 | [diff] [blame] | 216 | 'third_party/qemu-mac-x64': { |
Michael Spang | 229fc83 | 2019-01-21 18:09:15 -0500 | [diff] [blame] | 217 | 'packages': [ |
| 218 | { |
| 219 | 'package': 'fuchsia/qemu/mac-amd64', |
| 220 | 'version': '2d3358ae9a569b2d4a474f498b32b202a152134f' |
| 221 | }, |
| 222 | ], |
| 223 | 'condition': 'not build_with_chromium and (host_os == "mac" and checkout_fuchsia)', |
| 224 | 'dep_type': 'cipd', |
| 225 | }, |
| 226 | |
Jamie Madill | 8ba5049 | 2019-10-10 17:46:54 -0400 | [diff] [blame] | 227 | 'third_party/rapidjson/src': { |
Jamie Madill | 46d32e0 | 2019-02-25 17:13:16 -0500 | [diff] [blame] | 228 | 'url': '{chromium_git}/external/github.com/Tencent/rapidjson@7484e06c589873e1ed80382d262087e4fa80fb63', |
| 229 | }, |
| 230 | |
Le Quyen | a5a04ac | 2019-10-29 22:57:55 +0800 | [diff] [blame] | 231 | 'third_party/spirv-cross/src': { |
| 232 | 'url': '{chromium_git}/external/github.com/KhronosGroup/SPIRV-Cross@{spirv_cross_revision}', |
| 233 | 'condition': 'not build_with_chromium', |
| 234 | }, |
| 235 | |
Jamie Madill | 8ba5049 | 2019-10-10 17:46:54 -0400 | [diff] [blame] | 236 | 'third_party/spirv-headers/src': { |
Jamie Madill | 0cb3b0f | 2019-01-28 09:55:20 -0500 | [diff] [blame] | 237 | 'url': '{chromium_git}/external/github.com/KhronosGroup/SPIRV-Headers@{spirv_headers_revision}', |
Corentin Wallez | a883dd0 | 2018-08-03 18:11:46 +0200 | [diff] [blame] | 238 | 'condition': 'not build_with_chromium', |
Edward Lemur | 8ae09b0 | 2018-06-01 14:18:28 -0400 | [diff] [blame] | 239 | }, |
Jamie Madill | 37ee8a6 | 2016-12-13 15:18:58 -0500 | [diff] [blame] | 240 | |
Jamie Madill | 8ba5049 | 2019-10-10 17:46:54 -0400 | [diff] [blame] | 241 | 'third_party/spirv-tools/src': { |
Jamie Madill | 0cb3b0f | 2019-01-28 09:55:20 -0500 | [diff] [blame] | 242 | 'url': '{chromium_git}/external/github.com/KhronosGroup/SPIRV-Tools@{spirv_tools_revision}', |
Corentin Wallez | a883dd0 | 2018-08-03 18:11:46 +0200 | [diff] [blame] | 243 | 'condition': 'not build_with_chromium', |
Edward Lemur | 8ae09b0 | 2018-06-01 14:18:28 -0400 | [diff] [blame] | 244 | }, |
Jamie Madill | 37ee8a6 | 2016-12-13 15:18:58 -0500 | [diff] [blame] | 245 | |
Jamie Madill | 8ba5049 | 2019-10-10 17:46:54 -0400 | [diff] [blame] | 246 | 'third_party/SwiftShader': { |
angle-autoroll | 2cace8f | 2020-09-29 10:01:14 +0000 | [diff] [blame] | 247 | 'url': '{swiftshader_git}/SwiftShader@44be0942f9a8b965f877f294f1c2d8fb15f88ec6', |
Jamie Madill | 8be7a4c | 2019-09-19 12:48:31 -0400 | [diff] [blame] | 248 | 'condition': 'not build_with_chromium', |
| 249 | }, |
| 250 | |
Tim Van Patten | ed33795 | 2020-07-23 12:58:10 -0600 | [diff] [blame] | 251 | 'third_party/VK-GL-CTS/src': { |
| 252 | 'url': '{chromium_git}/external/github.com/KhronosGroup/VK-GL-CTS@{vk_gl_cts_revision}', |
| 253 | }, |
| 254 | |
Jamie Madill | 8ba5049 | 2019-10-10 17:46:54 -0400 | [diff] [blame] | 255 | 'third_party/vulkan-headers/src': { |
Tobin Ehlis | b971f49 | 2018-05-24 10:56:17 -0600 | [diff] [blame] | 256 | 'url': '{chromium_git}/external/github.com/KhronosGroup/Vulkan-Headers@{vulkan_headers_revision}', |
| 257 | }, |
| 258 | |
Jamie Madill | 8ba5049 | 2019-10-10 17:46:54 -0400 | [diff] [blame] | 259 | 'third_party/vulkan-loader/src': { |
Tobin Ehlis | b971f49 | 2018-05-24 10:56:17 -0600 | [diff] [blame] | 260 | 'url': '{chromium_git}/external/github.com/KhronosGroup/Vulkan-Loader@{vulkan_loader_revision}', |
| 261 | }, |
| 262 | |
Tim Van Patten | ed33795 | 2020-07-23 12:58:10 -0600 | [diff] [blame] | 263 | 'third_party/vulkan_memory_allocator': { |
| 264 | 'url': '{chromium_git}/external/github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator@065e739079d9d58bef28ccd793cbf512261f09ed', |
| 265 | 'condition': 'not build_with_chromium', |
| 266 | }, |
| 267 | |
Jamie Madill | 8ba5049 | 2019-10-10 17:46:54 -0400 | [diff] [blame] | 268 | 'third_party/vulkan-tools/src': { |
Tobin Ehlis | b971f49 | 2018-05-24 10:56:17 -0600 | [diff] [blame] | 269 | 'url': '{chromium_git}/external/github.com/KhronosGroup/Vulkan-Tools@{vulkan_tools_revision}', |
| 270 | }, |
| 271 | |
Jamie Madill | 8ba5049 | 2019-10-10 17:46:54 -0400 | [diff] [blame] | 272 | 'third_party/vulkan-validation-layers/src': { |
Tobin Ehlis | b971f49 | 2018-05-24 10:56:17 -0600 | [diff] [blame] | 273 | 'url': '{chromium_git}/external/github.com/KhronosGroup/Vulkan-ValidationLayers@{vulkan_validation_revision}', |
Edward Lemur | 8ae09b0 | 2018-06-01 14:18:28 -0400 | [diff] [blame] | 274 | }, |
Jamie Madill | 3cd438d | 2015-03-17 11:25:27 -0400 | [diff] [blame] | 275 | |
Jamie Madill | 8ba5049 | 2019-10-10 17:46:54 -0400 | [diff] [blame] | 276 | 'third_party/zlib': { |
angle-autoroll | cb4a008 | 2020-09-30 07:00:12 +0000 | [diff] [blame^] | 277 | 'url': '{chromium_git}/chromium/src/third_party/zlib@26211a5a8e7e28286fc28a84a0e102cc96bf0f0b', |
Edward Lemur | 8ae09b0 | 2018-06-01 14:18:28 -0400 | [diff] [blame] | 278 | 'condition': 'not build_with_chromium', |
| 279 | }, |
Frank Henigman | d0ef13a | 2017-08-28 22:53:24 -0400 | [diff] [blame] | 280 | |
Jamie Madill | 8ba5049 | 2019-10-10 17:46:54 -0400 | [diff] [blame] | 281 | 'tools/clang': { |
angle-autoroll | cb4a008 | 2020-09-30 07:00:12 +0000 | [diff] [blame^] | 282 | 'url': '{chromium_git}/chromium/src/tools/clang.git@bd8e096f1d69fbcb43ee8cf6b77dccbcc19ff9d6', |
Edward Lemur | 8ae09b0 | 2018-06-01 14:18:28 -0400 | [diff] [blame] | 283 | 'condition': 'not build_with_chromium', |
| 284 | }, |
Michael Spang | 229fc83 | 2019-01-21 18:09:15 -0500 | [diff] [blame] | 285 | |
Le Hoang Quyen | caeb217 | 2019-11-20 22:30:17 +0800 | [diff] [blame] | 286 | 'tools/clang/dsymutil': { |
| 287 | 'packages': [ |
| 288 | { |
| 289 | 'package': 'chromium/llvm-build-tools/dsymutil', |
| 290 | 'version': 'M56jPzDv1620Rnm__jTMYS62Zi8rxHVq7yw0qeBFEgkC', |
| 291 | } |
| 292 | ], |
| 293 | 'condition': 'checkout_mac and not build_with_chromium', |
| 294 | 'dep_type': 'cipd', |
| 295 | }, |
| 296 | |
Jamie Madill | b99bbba | 2020-09-13 10:34:54 -0400 | [diff] [blame] | 297 | 'tools/luci-go': { |
| 298 | 'packages': [ |
| 299 | { |
| 300 | 'package': 'infra/tools/luci/isolate/${{platform}}', |
| 301 | 'version': Var('luci_go'), |
| 302 | }, |
| 303 | { |
| 304 | 'package': 'infra/tools/luci/isolated/${{platform}}', |
| 305 | 'version': Var('luci_go'), |
| 306 | }, |
| 307 | { |
| 308 | 'package': 'infra/tools/luci/swarming/${{platform}}', |
| 309 | 'version': Var('luci_go'), |
| 310 | }, |
| 311 | ], |
| 312 | 'condition': 'not build_with_chromium', |
| 313 | 'dep_type': 'cipd', |
| 314 | }, |
| 315 | |
| 316 | 'tools/mb': { |
angle-autoroll | cb4a008 | 2020-09-30 07:00:12 +0000 | [diff] [blame^] | 317 | 'url': '{chromium_git}/chromium/src/tools/mb@6c5b056475fadbe6c9f76c425a3605c4d98f8439', |
Jamie Madill | b99bbba | 2020-09-13 10:34:54 -0400 | [diff] [blame] | 318 | 'condition': 'not build_with_chromium', |
| 319 | }, |
| 320 | |
Jamie Madill | 8ba5049 | 2019-10-10 17:46:54 -0400 | [diff] [blame] | 321 | 'tools/md_browser': { |
Yuly Novikov | 5dff607 | 2020-08-19 20:57:36 -0400 | [diff] [blame] | 322 | 'url': '{chromium_git}/chromium/src/tools/md_browser@60141af3603925d99bf3fb22fdfca138416339b1', |
Jamie Madill | 9f95834 | 2019-04-08 09:40:40 -0400 | [diff] [blame] | 323 | 'condition': 'not build_with_chromium', |
Michael Spang | 229fc83 | 2019-01-21 18:09:15 -0500 | [diff] [blame] | 324 | }, |
Jamie Madill | df0ce01 | 2019-09-05 11:04:39 -0400 | [diff] [blame] | 325 | |
Jamie Madill | 8ba5049 | 2019-10-10 17:46:54 -0400 | [diff] [blame] | 326 | 'tools/memory': { |
Yuly Novikov | 5dff607 | 2020-08-19 20:57:36 -0400 | [diff] [blame] | 327 | 'url': '{chromium_git}/chromium/src/tools/memory@ee1e2448132431e7519c2a72ff612e079f13a9d6', |
Jamie Madill | df0ce01 | 2019-09-05 11:04:39 -0400 | [diff] [blame] | 328 | 'condition': 'not build_with_chromium', |
| 329 | }, |
Jamie Madill | dff9331 | 2020-09-25 13:31:25 -0400 | [diff] [blame] | 330 | |
| 331 | 'tools/skia_goldctl/linux': { |
| 332 | 'packages': [ |
| 333 | { |
| 334 | 'package': 'skia/tools/goldctl/linux-amd64', |
angle-autoroll | dbb090f | 2020-09-29 07:01:43 +0000 | [diff] [blame] | 335 | 'version': 'dMvix4BkhDJmKBK1tudaxlOMub1Dif3ZPcqzSY72-ZAC', |
Jamie Madill | dff9331 | 2020-09-25 13:31:25 -0400 | [diff] [blame] | 336 | }, |
| 337 | ], |
| 338 | 'dep_type': 'cipd', |
| 339 | 'condition': 'checkout_linux and not build_with_chromium', |
| 340 | }, |
| 341 | |
| 342 | 'tools/skia_goldctl/win': { |
| 343 | 'packages': [ |
| 344 | { |
| 345 | 'package': 'skia/tools/goldctl/windows-amd64', |
angle-autoroll | dbb090f | 2020-09-29 07:01:43 +0000 | [diff] [blame] | 346 | 'version': 'cLgS219WFD65Hr6NfoCQYA5KEE2FfO3FBl30KYhpTFoC', |
Jamie Madill | dff9331 | 2020-09-25 13:31:25 -0400 | [diff] [blame] | 347 | }, |
| 348 | ], |
| 349 | 'dep_type': 'cipd', |
| 350 | 'condition': 'checkout_win and not build_with_chromium', |
| 351 | }, |
| 352 | |
| 353 | 'tools/skia_goldctl/mac': { |
| 354 | 'packages': [ |
| 355 | { |
| 356 | 'package': 'skia/tools/goldctl/mac-amd64', |
angle-autoroll | dbb090f | 2020-09-29 07:01:43 +0000 | [diff] [blame] | 357 | 'version': 'xJncEfNMb0HaDG9EglMx2YNbKAxqk6qJbckhfn0BXb8C', |
Jamie Madill | dff9331 | 2020-09-25 13:31:25 -0400 | [diff] [blame] | 358 | }, |
| 359 | ], |
| 360 | 'dep_type': 'cipd', |
| 361 | 'condition': 'checkout_mac and not build_with_chromium', |
| 362 | }, |
alokp@chromium.org | 29d56fb | 2010-04-06 15:42:22 +0000 | [diff] [blame] | 363 | } |
| 364 | |
alokp@chromium.org | 29d56fb | 2010-04-06 15:42:22 +0000 | [diff] [blame] | 365 | hooks = [ |
Jamie Madill | 2fdd3da | 2015-07-20 10:14:54 -0400 | [diff] [blame] | 366 | # Pull clang-format binaries using checked-in hashes. |
| 367 | { |
| 368 | 'name': 'clang_format_win', |
| 369 | 'pattern': '.', |
Edward Lemur | 8ae09b0 | 2018-06-01 14:18:28 -0400 | [diff] [blame] | 370 | 'condition': 'host_os == "win" and not build_with_chromium', |
Jamie Madill | 2fdd3da | 2015-07-20 10:14:54 -0400 | [diff] [blame] | 371 | 'action': [ 'download_from_google_storage', |
| 372 | '--no_resume', |
| 373 | '--platform=win32', |
| 374 | '--no_auth', |
| 375 | '--bucket', 'chromium-clang-format', |
Jamie Madill | 8ba5049 | 2019-10-10 17:46:54 -0400 | [diff] [blame] | 376 | '-s', 'buildtools/win/clang-format.exe.sha1', |
Jamie Madill | 2fdd3da | 2015-07-20 10:14:54 -0400 | [diff] [blame] | 377 | ], |
| 378 | }, |
| 379 | { |
| 380 | 'name': 'clang_format_mac', |
| 381 | 'pattern': '.', |
Edward Lemur | 8ae09b0 | 2018-06-01 14:18:28 -0400 | [diff] [blame] | 382 | 'condition': 'host_os == "mac" and not build_with_chromium', |
Jamie Madill | 2fdd3da | 2015-07-20 10:14:54 -0400 | [diff] [blame] | 383 | 'action': [ 'download_from_google_storage', |
| 384 | '--no_resume', |
| 385 | '--platform=darwin', |
| 386 | '--no_auth', |
| 387 | '--bucket', 'chromium-clang-format', |
Jamie Madill | 8ba5049 | 2019-10-10 17:46:54 -0400 | [diff] [blame] | 388 | '-s', 'buildtools/mac/clang-format.sha1', |
Jamie Madill | 2fdd3da | 2015-07-20 10:14:54 -0400 | [diff] [blame] | 389 | ], |
| 390 | }, |
| 391 | { |
| 392 | 'name': 'clang_format_linux', |
| 393 | 'pattern': '.', |
Edward Lemur | 8ae09b0 | 2018-06-01 14:18:28 -0400 | [diff] [blame] | 394 | 'condition': 'host_os == "linux" and not build_with_chromium', |
Jamie Madill | 2fdd3da | 2015-07-20 10:14:54 -0400 | [diff] [blame] | 395 | 'action': [ 'download_from_google_storage', |
| 396 | '--no_resume', |
| 397 | '--platform=linux*', |
| 398 | '--no_auth', |
| 399 | '--bucket', 'chromium-clang-format', |
Jamie Madill | 8ba5049 | 2019-10-10 17:46:54 -0400 | [diff] [blame] | 400 | '-s', 'buildtools/linux64/clang-format.sha1', |
Jamie Madill | 2fdd3da | 2015-07-20 10:14:54 -0400 | [diff] [blame] | 401 | ], |
| 402 | }, |
Tobin Ehlis | 9d4277b | 2018-05-21 16:22:22 -0600 | [diff] [blame] | 403 | { |
| 404 | 'name': 'sysroot_x86', |
| 405 | 'pattern': '.', |
Edward Lemur | 8ae09b0 | 2018-06-01 14:18:28 -0400 | [diff] [blame] | 406 | '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] | 407 | 'action': ['python', 'build/linux/sysroot_scripts/install-sysroot.py', |
Tobin Ehlis | 9d4277b | 2018-05-21 16:22:22 -0600 | [diff] [blame] | 408 | '--arch=x86'], |
| 409 | }, |
| 410 | { |
| 411 | 'name': 'sysroot_x64', |
| 412 | 'pattern': '.', |
Edward Lemur | 8ae09b0 | 2018-06-01 14:18:28 -0400 | [diff] [blame] | 413 | 'condition': 'checkout_linux and (checkout_x64 and not build_with_chromium)', |
Jamie Madill | 8ba5049 | 2019-10-10 17:46:54 -0400 | [diff] [blame] | 414 | 'action': ['python', 'build/linux/sysroot_scripts/install-sysroot.py', |
Tobin Ehlis | 9d4277b | 2018-05-21 16:22:22 -0600 | [diff] [blame] | 415 | '--arch=x64'], |
| 416 | }, |
Jamie Madill | 027717f | 2018-04-13 15:51:24 -0400 | [diff] [blame] | 417 | { |
| 418 | # Update the Windows toolchain if necessary. Must run before 'clang' below. |
| 419 | 'name': 'win_toolchain', |
| 420 | 'pattern': '.', |
Edward Lemur | 8ae09b0 | 2018-06-01 14:18:28 -0400 | [diff] [blame] | 421 | 'condition': 'checkout_win and not build_with_chromium', |
Jamie Madill | 8ba5049 | 2019-10-10 17:46:54 -0400 | [diff] [blame] | 422 | 'action': ['python', 'build/vs_toolchain.py', 'update', '--force'], |
Jamie Madill | 027717f | 2018-04-13 15:51:24 -0400 | [diff] [blame] | 423 | }, |
Geoff Lang | 66ae531 | 2019-04-01 16:35:53 -0400 | [diff] [blame] | 424 | { |
| 425 | # Update the Mac toolchain if necessary. |
| 426 | 'name': 'mac_toolchain', |
| 427 | 'pattern': '.', |
| 428 | 'condition': 'checkout_mac and not build_with_chromium', |
Jamie Madill | 8ba5049 | 2019-10-10 17:46:54 -0400 | [diff] [blame] | 429 | 'action': ['python', 'build/mac_toolchain.py'], |
Geoff Lang | 66ae531 | 2019-04-01 16:35:53 -0400 | [diff] [blame] | 430 | }, |
Jamie Madill | 027717f | 2018-04-13 15:51:24 -0400 | [diff] [blame] | 431 | |
alokp@chromium.org | 29d56fb | 2010-04-06 15:42:22 +0000 | [diff] [blame] | 432 | { |
Frank Henigman | d0ef13a | 2017-08-28 22:53:24 -0400 | [diff] [blame] | 433 | # Note: On Win, this should run after win_toolchain, as it may use it. |
| 434 | 'name': 'clang', |
| 435 | 'pattern': '.', |
Jamie Madill | 8ba5049 | 2019-10-10 17:46:54 -0400 | [diff] [blame] | 436 | 'action': ['python', 'tools/clang/scripts/update.py'], |
Edward Lemur | 8ae09b0 | 2018-06-01 14:18:28 -0400 | [diff] [blame] | 437 | 'condition': 'not build_with_chromium', |
Frank Henigman | d0ef13a | 2017-08-28 22:53:24 -0400 | [diff] [blame] | 438 | }, |
Jamie Madill | 940c48b | 2017-10-23 23:25:17 -0400 | [diff] [blame] | 439 | |
Shahbaz Youssefi | 957e9b8 | 2018-10-05 11:00:50 -0400 | [diff] [blame] | 440 | { |
| 441 | # Update LASTCHANGE. |
| 442 | 'name': 'lastchange', |
| 443 | 'pattern': '.', |
| 444 | 'condition': 'not build_with_chromium', |
Jamie Madill | 8ba5049 | 2019-10-10 17:46:54 -0400 | [diff] [blame] | 445 | 'action': ['python', 'build/util/lastchange.py', |
| 446 | '-o', 'build/util/LASTCHANGE'], |
Shahbaz Youssefi | 957e9b8 | 2018-10-05 11:00:50 -0400 | [diff] [blame] | 447 | }, |
| 448 | |
Jamie Madill | 940c48b | 2017-10-23 23:25:17 -0400 | [diff] [blame] | 449 | # Pull rc binaries using checked-in hashes. |
| 450 | { |
| 451 | 'name': 'rc_win', |
| 452 | 'pattern': '.', |
Edward Lemur | 8ae09b0 | 2018-06-01 14:18:28 -0400 | [diff] [blame] | 453 | 'condition': 'checkout_win and (host_os == "win" and not build_with_chromium)', |
Jamie Madill | 940c48b | 2017-10-23 23:25:17 -0400 | [diff] [blame] | 454 | 'action': [ 'download_from_google_storage', |
| 455 | '--no_resume', |
| 456 | '--no_auth', |
| 457 | '--bucket', 'chromium-browser-clang/rc', |
Jamie Madill | 8ba5049 | 2019-10-10 17:46:54 -0400 | [diff] [blame] | 458 | '-s', 'build/toolchain/win/rc/win/rc.exe.sha1', |
Jamie Madill | 940c48b | 2017-10-23 23:25:17 -0400 | [diff] [blame] | 459 | ], |
| 460 | }, |
Michael Spang | 229fc83 | 2019-01-21 18:09:15 -0500 | [diff] [blame] | 461 | |
| 462 | { |
| 463 | 'name': 'fuchsia_sdk', |
| 464 | 'pattern': '.', |
| 465 | 'condition': 'checkout_fuchsia and not build_with_chromium', |
| 466 | 'action': [ |
| 467 | 'python', |
Jamie Madill | 8ba5049 | 2019-10-10 17:46:54 -0400 | [diff] [blame] | 468 | 'build/fuchsia/update_sdk.py', |
Michael Spang | 229fc83 | 2019-01-21 18:09:15 -0500 | [diff] [blame] | 469 | ], |
| 470 | }, |
Jamie Madill | d5ff4fa | 2019-04-08 09:25:23 -0400 | [diff] [blame] | 471 | |
Shahbaz Youssefi | 82418c8 | 2019-04-05 15:56:03 -0400 | [diff] [blame] | 472 | # Download glslang validator binary for Linux. |
| 473 | { |
| 474 | 'name': 'linux_glslang_validator', |
| 475 | 'pattern': '.', |
| 476 | 'condition': 'checkout_linux and not build_with_chromium', |
| 477 | 'action': [ 'download_from_google_storage', |
| 478 | '--no_resume', |
| 479 | '--platform=linux*', |
| 480 | '--no_auth', |
| 481 | '--bucket', 'angle-glslang-validator', |
Jamie Madill | 8ba5049 | 2019-10-10 17:46:54 -0400 | [diff] [blame] | 482 | '-s', 'tools/glslang/glslang_validator.sha1', |
Shahbaz Youssefi | 82418c8 | 2019-04-05 15:56:03 -0400 | [diff] [blame] | 483 | ], |
| 484 | }, |
| 485 | |
Jamie Madill | d5ff4fa | 2019-04-08 09:25:23 -0400 | [diff] [blame] | 486 | # Download glslang validator binary for Windows. |
| 487 | { |
| 488 | 'name': 'win_glslang_validator', |
| 489 | 'pattern': '.', |
| 490 | 'condition': 'checkout_win and not build_with_chromium', |
| 491 | 'action': [ 'download_from_google_storage', |
| 492 | '--no_resume', |
| 493 | '--platform=win32*', |
| 494 | '--no_auth', |
| 495 | '--bucket', 'angle-glslang-validator', |
Jamie Madill | 8ba5049 | 2019-10-10 17:46:54 -0400 | [diff] [blame] | 496 | '-s', 'tools/glslang/glslang_validator.exe.sha1', |
Jamie Madill | d5ff4fa | 2019-04-08 09:25:23 -0400 | [diff] [blame] | 497 | ], |
| 498 | }, |
Shahbaz Youssefi | 5efb36b | 2019-11-25 16:14:55 -0500 | [diff] [blame] | 499 | |
| 500 | # Download flex/bison binaries for Linux. |
| 501 | { |
| 502 | 'name': 'linux_flex_bison', |
| 503 | 'pattern': '.', |
| 504 | 'condition': 'checkout_linux and not build_with_chromium', |
| 505 | 'action': [ 'download_from_google_storage', |
| 506 | '--no_resume', |
| 507 | '--platform=linux*', |
| 508 | '--no_auth', |
| 509 | '--bucket', 'angle-flex-bison', |
| 510 | '-d', 'tools/flex-bison/linux/', |
| 511 | ], |
| 512 | }, |
| 513 | |
| 514 | # Download flex/bison binaries for Windows. |
| 515 | { |
| 516 | 'name': 'win_flex_bison', |
| 517 | 'pattern': '.', |
| 518 | 'condition': 'checkout_win and not build_with_chromium', |
| 519 | 'action': [ 'download_from_google_storage', |
| 520 | '--no_resume', |
| 521 | '--platform=win32*', |
| 522 | '--no_auth', |
| 523 | '--bucket', 'angle-flex-bison', |
| 524 | '-d', 'tools/flex-bison/windows/', |
| 525 | ], |
| 526 | }, |
Cody Northrop | 080d711 | 2020-01-08 13:04:44 -0700 | [diff] [blame] | 527 | |
| 528 | # Download internal captures for perf tests |
| 529 | { |
| 530 | 'name': 'restricted_traces', |
| 531 | 'pattern': '\\.sha1', |
| 532 | 'condition': 'checkout_angle_internal', |
Courtney Goeltzenleuchter | e474cc9 | 2020-06-18 16:03:30 -0600 | [diff] [blame] | 533 | 'action': [ 'python', |
Jamie Madill | bda2205 | 2020-09-17 14:37:25 -0400 | [diff] [blame] | 534 | 'src/tests/restricted_traces/download_restricted_traces.py', |
| 535 | 'src/tests/restricted_traces', |
Cody Northrop | 080d711 | 2020-01-08 13:04:44 -0700 | [diff] [blame] | 536 | ] |
| 537 | } |
alokp@chromium.org | 29d56fb | 2010-04-06 15:42:22 +0000 | [diff] [blame] | 538 | ] |
Jamie Madill | 2078931 | 2016-10-28 14:05:26 -0400 | [diff] [blame] | 539 | |
| 540 | recursedeps = [ |
| 541 | # buildtools provides clang_format. |
Jamie Madill | 8ba5049 | 2019-10-10 17:46:54 -0400 | [diff] [blame] | 542 | 'buildtools', |
Jamie Madill | 0703568 | 2019-10-25 09:00:41 -0400 | [diff] [blame] | 543 | 'third_party/googletest', |
Jamie Madill | e7c8e80 | 2019-10-26 08:16:12 -0400 | [diff] [blame] | 544 | 'third_party/jsoncpp', |
Jamie Madill | 2078931 | 2016-10-28 14:05:26 -0400 | [diff] [blame] | 545 | ] |