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