Jamie Madill | 2fdd3da | 2015-07-20 10:14:54 -0400 | [diff] [blame] | 1 | vars = { |
Jamie Madill | 37ee8a6 | 2016-12-13 15:18:58 -0500 | [diff] [blame] | 2 | 'android_git': 'https://android.googlesource.com', |
Jamie Madill | 2fdd3da | 2015-07-20 10:14:54 -0400 | [diff] [blame] | 3 | 'chromium_git': 'https://chromium.googlesource.com', |
Jamie Madill | 027717f | 2018-04-13 15:51:24 -0400 | [diff] [blame] | 4 | |
| 5 | # This variable is set on the Chrome infra for compatiblity with gclient. |
Edward Lemur | 8ae09b0 | 2018-06-01 14:18:28 -0400 | [diff] [blame] | 6 | 'angle_root': '.', |
| 7 | |
| 8 | # This variable is overrided in Chromium's DEPS file. |
| 9 | 'build_with_chromium': False, |
| 10 | |
| 11 | # Current revision of dEQP. |
Jamie Madill | d197803 | 2018-06-05 14:37:00 -0400 | [diff] [blame] | 12 | 'deqp_revision': '4c0f2a4fba813e1046115c43c887eccb749b7bb3', |
Edward Lemur | 8ae09b0 | 2018-06-01 14:18:28 -0400 | [diff] [blame] | 13 | |
| 14 | # Current revision of glslang, the Khronos SPIRV compiler. |
Jamie Madill | 1698d7d | 2018-06-27 14:09:58 -0400 | [diff] [blame] | 15 | 'glslang_revision': '1ea8f595f9a9ebd938fe9e5f15ae469c7d6ebabc', |
Edward Lemur | 8ae09b0 | 2018-06-01 14:18:28 -0400 | [diff] [blame] | 16 | |
Tobin Ehlis | 5fdc38c | 2018-08-28 09:20:57 -0600 | [diff] [blame^] | 17 | # Current revision of jsoncpp, an open-source json parser. |
| 18 | 'jsoncpp_revision': '93ba642c636309a3195d6da6c11ba82f69ef45ed', |
| 19 | |
Edward Lemur | 8ae09b0 | 2018-06-01 14:18:28 -0400 | [diff] [blame] | 20 | # Current revision fo the SPIRV-Headers Vulkan support library. |
Jamie Madill | 534343a | 2018-07-09 16:43:16 -0400 | [diff] [blame] | 21 | 'spirv_headers_revision': 'ff684ffc6a35d2a58f0f63108877d0064ea33feb', |
Edward Lemur | 8ae09b0 | 2018-06-01 14:18:28 -0400 | [diff] [blame] | 22 | |
| 23 | # Current revision of SPIRV-Tools for Vulkan. |
Jamie Madill | 534343a | 2018-07-09 16:43:16 -0400 | [diff] [blame] | 24 | 'spirv_tools_revision': '48326d443e434f55eb50a7cfc9acdc968daad5e3', |
Edward Lemur | 8ae09b0 | 2018-06-01 14:18:28 -0400 | [diff] [blame] | 25 | |
Tobin Ehlis | b971f49 | 2018-05-24 10:56:17 -0600 | [diff] [blame] | 26 | # Current revision of Khronos Vulkan-Headers. |
Tobin Ehlis | 4edf1bc | 2018-07-17 15:14:14 -0600 | [diff] [blame] | 27 | 'vulkan_headers_revision': 'ec4eff88f79b74c4865f41bef0d6af9a46d53896', |
Tobin Ehlis | b971f49 | 2018-05-24 10:56:17 -0600 | [diff] [blame] | 28 | |
| 29 | # Current revision of Khronos Vulkan-Loader. |
Tom Anderson | 21e9baf | 2018-07-26 15:35:54 -0700 | [diff] [blame] | 30 | 'vulkan_loader_revision': 'a8358804f3c5b4e284d5e9a88b232309bb3c333d', |
Tobin Ehlis | b971f49 | 2018-05-24 10:56:17 -0600 | [diff] [blame] | 31 | |
| 32 | # Current revision of Khronos Vulkan-Tools. |
Tobin Ehlis | 6ed6c71 | 2018-07-10 12:02:30 -0600 | [diff] [blame] | 33 | 'vulkan_tools_revision': 'b7c389c9d3efe5cea722eb7395fb70529dd27566', |
Tobin Ehlis | b971f49 | 2018-05-24 10:56:17 -0600 | [diff] [blame] | 34 | |
| 35 | # Current revision of Khronos Vulkan-ValidationLayers. |
Tobin Ehlis | 4edf1bc | 2018-07-17 15:14:14 -0600 | [diff] [blame] | 36 | 'vulkan_validation_revision': '9e92c5c0e5b0b2264d72d8bafe15f049cba1c67d', |
Jamie Madill | 2fdd3da | 2015-07-20 10:14:54 -0400 | [diff] [blame] | 37 | } |
| 38 | |
alokp@chromium.org | 29d56fb | 2010-04-06 15:42:22 +0000 | [diff] [blame] | 39 | deps = { |
alokp@chromium.org | 416fcd3 | 2012-04-11 16:23:44 +0000 | [diff] [blame] | 40 | |
Edward Lemur | 8ae09b0 | 2018-06-01 14:18:28 -0400 | [diff] [blame] | 41 | '{angle_root}/build': { |
Frank Henigman | c0edff6 | 2018-08-22 20:08:47 -0400 | [diff] [blame] | 42 | 'url': '{chromium_git}/chromium/src/build.git@ee922ea8f8ed211d485add7906a64ccd2ffc358b', |
Edward Lemur | 8ae09b0 | 2018-06-01 14:18:28 -0400 | [diff] [blame] | 43 | 'condition': 'not build_with_chromium', |
| 44 | }, |
Frank Henigman | d0ef13a | 2017-08-28 22:53:24 -0400 | [diff] [blame] | 45 | |
Edward Lemur | 8ae09b0 | 2018-06-01 14:18:28 -0400 | [diff] [blame] | 46 | '{angle_root}/buildtools': { |
Frank Henigman | 21e5e85 | 2018-08-14 15:58:12 -0400 | [diff] [blame] | 47 | 'url': '{chromium_git}/chromium/buildtools.git@2dff9c9c74e9d732e6fe57c84ef7fd044cc45d96', |
Edward Lemur | 8ae09b0 | 2018-06-01 14:18:28 -0400 | [diff] [blame] | 48 | 'condition': 'not build_with_chromium', |
| 49 | }, |
Frank Henigman | d0ef13a | 2017-08-28 22:53:24 -0400 | [diff] [blame] | 50 | |
Edward Lemur | 8ae09b0 | 2018-06-01 14:18:28 -0400 | [diff] [blame] | 51 | '{angle_root}/testing': { |
Frank Henigman | c0edff6 | 2018-08-22 20:08:47 -0400 | [diff] [blame] | 52 | 'url': '{chromium_git}/chromium/src/testing@f6b3243e8ba941f4dfa6b579137738803f43aa18', |
Edward Lemur | 8ae09b0 | 2018-06-01 14:18:28 -0400 | [diff] [blame] | 53 | 'condition': 'not build_with_chromium', |
| 54 | }, |
alokp@chromium.org | 5cd9c60 | 2012-05-16 23:37:50 +0000 | [diff] [blame] | 55 | |
Jamie Madill | 9e76f56 | 2015-10-02 08:57:14 -0400 | [diff] [blame] | 56 | # Cherry is a dEQP management GUI written in Go. We use it for viewing test results. |
Edward Lemur | 8ae09b0 | 2018-06-01 14:18:28 -0400 | [diff] [blame] | 57 | '{angle_root}/third_party/cherry': { |
| 58 | 'url': '{android_git}/platform/external/cherry@4f8fb08d33ca5ff05a1c638f04c85bbb8d8b52cc', |
| 59 | 'condition': 'not build_with_chromium', |
| 60 | }, |
Jamie Madill | 9e76f56 | 2015-10-02 08:57:14 -0400 | [diff] [blame] | 61 | |
Edward Lemur | 8ae09b0 | 2018-06-01 14:18:28 -0400 | [diff] [blame] | 62 | '{angle_root}/third_party/deqp/src': { |
| 63 | 'url': '{android_git}/platform/external/deqp@{deqp_revision}', |
| 64 | }, |
Jamie Madill | 37ee8a6 | 2016-12-13 15:18:58 -0500 | [diff] [blame] | 65 | |
Edward Lemur | 8ae09b0 | 2018-06-01 14:18:28 -0400 | [diff] [blame] | 66 | '{angle_root}/third_party/glslang/src': { |
Edward Lemur | 47463d8 | 2018-06-01 17:03:40 -0400 | [diff] [blame] | 67 | 'url': '{android_git}/platform/external/shaderc/glslang@{glslang_revision}', |
Edward Lemur | 8ae09b0 | 2018-06-01 14:18:28 -0400 | [diff] [blame] | 68 | }, |
Jamie Madill | 37ee8a6 | 2016-12-13 15:18:58 -0500 | [diff] [blame] | 69 | |
Edward Lemur | 8ae09b0 | 2018-06-01 14:18:28 -0400 | [diff] [blame] | 70 | '{angle_root}/third_party/googletest/src': { |
| 71 | 'url': '{chromium_git}/external/github.com/google/googletest.git@145d05750b15324899473340c8dd5af50d125d33', |
| 72 | 'condition': 'not build_with_chromium', |
| 73 | }, |
Frank Henigman | 6b076a0 | 2017-10-11 13:28:22 -0400 | [diff] [blame] | 74 | |
Edward Lemur | 8ae09b0 | 2018-06-01 14:18:28 -0400 | [diff] [blame] | 75 | '{angle_root}/third_party/libpng/src': { |
| 76 | 'url': '{android_git}/platform/external/libpng@094e181e79a3d6c23fd005679025058b7df1ad6c', |
| 77 | 'condition': 'not build_with_chromium', |
| 78 | }, |
Jamie Madill | 37ee8a6 | 2016-12-13 15:18:58 -0500 | [diff] [blame] | 79 | |
Tobin Ehlis | 5fdc38c | 2018-08-28 09:20:57 -0600 | [diff] [blame^] | 80 | '{angle_root}/third_party/jsoncpp/src': { |
| 81 | 'url': '{android_git}/platform/external/jsoncpp@{jsoncpp_revision}', |
| 82 | }, |
| 83 | |
Edward Lemur | 8ae09b0 | 2018-06-01 14:18:28 -0400 | [diff] [blame] | 84 | '{angle_root}/third_party/spirv-headers/src': { |
Edward Lemur | 47463d8 | 2018-06-01 17:03:40 -0400 | [diff] [blame] | 85 | 'url': '{android_git}/platform/external/shaderc/spirv-headers@{spirv_headers_revision}', |
Edward Lemur | 8ae09b0 | 2018-06-01 14:18:28 -0400 | [diff] [blame] | 86 | }, |
Jamie Madill | 37ee8a6 | 2016-12-13 15:18:58 -0500 | [diff] [blame] | 87 | |
Edward Lemur | 8ae09b0 | 2018-06-01 14:18:28 -0400 | [diff] [blame] | 88 | '{angle_root}/third_party/spirv-tools/src': { |
Edward Lemur | 47463d8 | 2018-06-01 17:03:40 -0400 | [diff] [blame] | 89 | 'url': '{android_git}/platform/external/shaderc/spirv-tools@{spirv_tools_revision}', |
Edward Lemur | 8ae09b0 | 2018-06-01 14:18:28 -0400 | [diff] [blame] | 90 | }, |
Jamie Madill | 37ee8a6 | 2016-12-13 15:18:58 -0500 | [diff] [blame] | 91 | |
Tobin Ehlis | b971f49 | 2018-05-24 10:56:17 -0600 | [diff] [blame] | 92 | '{angle_root}/third_party/vulkan-headers/src': { |
| 93 | 'url': '{chromium_git}/external/github.com/KhronosGroup/Vulkan-Headers@{vulkan_headers_revision}', |
| 94 | }, |
| 95 | |
| 96 | '{angle_root}/third_party/vulkan-loader/src': { |
| 97 | 'url': '{chromium_git}/external/github.com/KhronosGroup/Vulkan-Loader@{vulkan_loader_revision}', |
| 98 | }, |
| 99 | |
| 100 | '{angle_root}/third_party/vulkan-tools/src': { |
| 101 | 'url': '{chromium_git}/external/github.com/KhronosGroup/Vulkan-Tools@{vulkan_tools_revision}', |
| 102 | }, |
| 103 | |
Edward Lemur | 8ae09b0 | 2018-06-01 14:18:28 -0400 | [diff] [blame] | 104 | '{angle_root}/third_party/vulkan-validation-layers/src': { |
Tobin Ehlis | b971f49 | 2018-05-24 10:56:17 -0600 | [diff] [blame] | 105 | 'url': '{chromium_git}/external/github.com/KhronosGroup/Vulkan-ValidationLayers@{vulkan_validation_revision}', |
Edward Lemur | 8ae09b0 | 2018-06-01 14:18:28 -0400 | [diff] [blame] | 106 | }, |
Jamie Madill | 3cd438d | 2015-03-17 11:25:27 -0400 | [diff] [blame] | 107 | |
Edward Lemur | 8ae09b0 | 2018-06-01 14:18:28 -0400 | [diff] [blame] | 108 | '{angle_root}/third_party/zlib': { |
Frank Henigman | c0edff6 | 2018-08-22 20:08:47 -0400 | [diff] [blame] | 109 | 'url': '{chromium_git}/chromium/src/third_party/zlib@de0fe056df0577ea69cbf5f46dfe66debe046e5c', |
Edward Lemur | 8ae09b0 | 2018-06-01 14:18:28 -0400 | [diff] [blame] | 110 | 'condition': 'not build_with_chromium', |
| 111 | }, |
Frank Henigman | d0ef13a | 2017-08-28 22:53:24 -0400 | [diff] [blame] | 112 | |
Edward Lemur | 8ae09b0 | 2018-06-01 14:18:28 -0400 | [diff] [blame] | 113 | '{angle_root}/tools/clang': { |
Frank Henigman | c0edff6 | 2018-08-22 20:08:47 -0400 | [diff] [blame] | 114 | 'url': '{chromium_git}/chromium/src/tools/clang.git@99ac9bf4ad0d629e1168a0bda9a82f87062ce106', |
Edward Lemur | 8ae09b0 | 2018-06-01 14:18:28 -0400 | [diff] [blame] | 115 | 'condition': 'not build_with_chromium', |
| 116 | }, |
alokp@chromium.org | 29d56fb | 2010-04-06 15:42:22 +0000 | [diff] [blame] | 117 | } |
| 118 | |
alokp@chromium.org | 29d56fb | 2010-04-06 15:42:22 +0000 | [diff] [blame] | 119 | hooks = [ |
Jamie Madill | 2fdd3da | 2015-07-20 10:14:54 -0400 | [diff] [blame] | 120 | # Pull clang-format binaries using checked-in hashes. |
| 121 | { |
| 122 | 'name': 'clang_format_win', |
| 123 | 'pattern': '.', |
Edward Lemur | 8ae09b0 | 2018-06-01 14:18:28 -0400 | [diff] [blame] | 124 | 'condition': 'host_os == "win" and not build_with_chromium', |
Jamie Madill | 2fdd3da | 2015-07-20 10:14:54 -0400 | [diff] [blame] | 125 | 'action': [ 'download_from_google_storage', |
| 126 | '--no_resume', |
| 127 | '--platform=win32', |
| 128 | '--no_auth', |
| 129 | '--bucket', 'chromium-clang-format', |
Edward Lemur | 8ae09b0 | 2018-06-01 14:18:28 -0400 | [diff] [blame] | 130 | '-s', '{angle_root}/buildtools/win/clang-format.exe.sha1', |
Jamie Madill | 2fdd3da | 2015-07-20 10:14:54 -0400 | [diff] [blame] | 131 | ], |
| 132 | }, |
| 133 | { |
| 134 | 'name': 'clang_format_mac', |
| 135 | 'pattern': '.', |
Edward Lemur | 8ae09b0 | 2018-06-01 14:18:28 -0400 | [diff] [blame] | 136 | 'condition': 'host_os == "mac" and not build_with_chromium', |
Jamie Madill | 2fdd3da | 2015-07-20 10:14:54 -0400 | [diff] [blame] | 137 | 'action': [ 'download_from_google_storage', |
| 138 | '--no_resume', |
| 139 | '--platform=darwin', |
| 140 | '--no_auth', |
| 141 | '--bucket', 'chromium-clang-format', |
Edward Lemur | 8ae09b0 | 2018-06-01 14:18:28 -0400 | [diff] [blame] | 142 | '-s', '{angle_root}/buildtools/mac/clang-format.sha1', |
Jamie Madill | 2fdd3da | 2015-07-20 10:14:54 -0400 | [diff] [blame] | 143 | ], |
| 144 | }, |
| 145 | { |
| 146 | 'name': 'clang_format_linux', |
| 147 | 'pattern': '.', |
Edward Lemur | 8ae09b0 | 2018-06-01 14:18:28 -0400 | [diff] [blame] | 148 | 'condition': 'host_os == "linux" and not build_with_chromium', |
Jamie Madill | 2fdd3da | 2015-07-20 10:14:54 -0400 | [diff] [blame] | 149 | 'action': [ 'download_from_google_storage', |
| 150 | '--no_resume', |
| 151 | '--platform=linux*', |
| 152 | '--no_auth', |
| 153 | '--bucket', 'chromium-clang-format', |
Edward Lemur | 8ae09b0 | 2018-06-01 14:18:28 -0400 | [diff] [blame] | 154 | '-s', '{angle_root}/buildtools/linux64/clang-format.sha1', |
Jamie Madill | 2fdd3da | 2015-07-20 10:14:54 -0400 | [diff] [blame] | 155 | ], |
| 156 | }, |
Corentin Wallez | 570f67d | 2016-02-05 15:28:24 -0500 | [diff] [blame] | 157 | # Pull GN binaries using checked-in hashes. |
| 158 | { |
| 159 | 'name': 'gn_win', |
| 160 | 'pattern': '.', |
Edward Lemur | 8ae09b0 | 2018-06-01 14:18:28 -0400 | [diff] [blame] | 161 | 'condition': 'host_os == "win" and not build_with_chromium', |
Corentin Wallez | 570f67d | 2016-02-05 15:28:24 -0500 | [diff] [blame] | 162 | 'action': [ 'download_from_google_storage', |
| 163 | '--no_resume', |
| 164 | '--platform=win32', |
| 165 | '--no_auth', |
| 166 | '--bucket', 'chromium-gn', |
Edward Lemur | 8ae09b0 | 2018-06-01 14:18:28 -0400 | [diff] [blame] | 167 | '-s', '{angle_root}/buildtools/win/gn.exe.sha1', |
Corentin Wallez | 570f67d | 2016-02-05 15:28:24 -0500 | [diff] [blame] | 168 | ], |
| 169 | }, |
| 170 | { |
| 171 | 'name': 'gn_mac', |
| 172 | 'pattern': '.', |
Edward Lemur | 8ae09b0 | 2018-06-01 14:18:28 -0400 | [diff] [blame] | 173 | 'condition': 'host_os == "mac" and not build_with_chromium', |
Corentin Wallez | 570f67d | 2016-02-05 15:28:24 -0500 | [diff] [blame] | 174 | 'action': [ 'download_from_google_storage', |
| 175 | '--no_resume', |
| 176 | '--platform=darwin', |
| 177 | '--no_auth', |
| 178 | '--bucket', 'chromium-gn', |
Edward Lemur | 8ae09b0 | 2018-06-01 14:18:28 -0400 | [diff] [blame] | 179 | '-s', '{angle_root}/buildtools/mac/gn.sha1', |
Corentin Wallez | 570f67d | 2016-02-05 15:28:24 -0500 | [diff] [blame] | 180 | ], |
| 181 | }, |
| 182 | { |
| 183 | 'name': 'gn_linux64', |
| 184 | 'pattern': '.', |
Edward Lemur | 8ae09b0 | 2018-06-01 14:18:28 -0400 | [diff] [blame] | 185 | 'condition': 'host_os == "linux" and not build_with_chromium', |
Corentin Wallez | 570f67d | 2016-02-05 15:28:24 -0500 | [diff] [blame] | 186 | 'action': [ 'download_from_google_storage', |
| 187 | '--no_resume', |
| 188 | '--platform=linux*', |
| 189 | '--no_auth', |
| 190 | '--bucket', 'chromium-gn', |
Edward Lemur | 8ae09b0 | 2018-06-01 14:18:28 -0400 | [diff] [blame] | 191 | '-s', '{angle_root}/buildtools/linux64/gn.sha1', |
Corentin Wallez | 570f67d | 2016-02-05 15:28:24 -0500 | [diff] [blame] | 192 | ], |
| 193 | }, |
Tobin Ehlis | 9d4277b | 2018-05-21 16:22:22 -0600 | [diff] [blame] | 194 | { |
| 195 | 'name': 'sysroot_x86', |
| 196 | 'pattern': '.', |
Edward Lemur | 8ae09b0 | 2018-06-01 14:18:28 -0400 | [diff] [blame] | 197 | 'condition': 'checkout_linux and ((checkout_x86 or checkout_x64) and not build_with_chromium)', |
| 198 | 'action': ['python', '{angle_root}/build/linux/sysroot_scripts/install-sysroot.py', |
Tobin Ehlis | 9d4277b | 2018-05-21 16:22:22 -0600 | [diff] [blame] | 199 | '--arch=x86'], |
| 200 | }, |
| 201 | { |
| 202 | 'name': 'sysroot_x64', |
| 203 | 'pattern': '.', |
Edward Lemur | 8ae09b0 | 2018-06-01 14:18:28 -0400 | [diff] [blame] | 204 | 'condition': 'checkout_linux and (checkout_x64 and not build_with_chromium)', |
| 205 | 'action': ['python', '{angle_root}/build/linux/sysroot_scripts/install-sysroot.py', |
Tobin Ehlis | 9d4277b | 2018-05-21 16:22:22 -0600 | [diff] [blame] | 206 | '--arch=x64'], |
| 207 | }, |
Jamie Madill | 027717f | 2018-04-13 15:51:24 -0400 | [diff] [blame] | 208 | { |
| 209 | # Update the Windows toolchain if necessary. Must run before 'clang' below. |
| 210 | 'name': 'win_toolchain', |
| 211 | 'pattern': '.', |
Edward Lemur | 8ae09b0 | 2018-06-01 14:18:28 -0400 | [diff] [blame] | 212 | 'condition': 'checkout_win and not build_with_chromium', |
| 213 | 'action': ['python', '{angle_root}/build/vs_toolchain.py', 'update', '--force'], |
Jamie Madill | 027717f | 2018-04-13 15:51:24 -0400 | [diff] [blame] | 214 | }, |
| 215 | |
alokp@chromium.org | 29d56fb | 2010-04-06 15:42:22 +0000 | [diff] [blame] | 216 | { |
Frank Henigman | d0ef13a | 2017-08-28 22:53:24 -0400 | [diff] [blame] | 217 | # Note: On Win, this should run after win_toolchain, as it may use it. |
| 218 | 'name': 'clang', |
| 219 | 'pattern': '.', |
Edward Lemur | 8ae09b0 | 2018-06-01 14:18:28 -0400 | [diff] [blame] | 220 | 'action': ['python', '{angle_root}/tools/clang/scripts/update.py'], |
| 221 | 'condition': 'not build_with_chromium', |
Frank Henigman | d0ef13a | 2017-08-28 22:53:24 -0400 | [diff] [blame] | 222 | }, |
Jamie Madill | 940c48b | 2017-10-23 23:25:17 -0400 | [diff] [blame] | 223 | |
| 224 | # Pull rc binaries using checked-in hashes. |
| 225 | { |
| 226 | 'name': 'rc_win', |
| 227 | 'pattern': '.', |
Edward Lemur | 8ae09b0 | 2018-06-01 14:18:28 -0400 | [diff] [blame] | 228 | 'condition': 'checkout_win and (host_os == "win" and not build_with_chromium)', |
Jamie Madill | 940c48b | 2017-10-23 23:25:17 -0400 | [diff] [blame] | 229 | 'action': [ 'download_from_google_storage', |
| 230 | '--no_resume', |
| 231 | '--no_auth', |
| 232 | '--bucket', 'chromium-browser-clang/rc', |
Edward Lemur | 8ae09b0 | 2018-06-01 14:18:28 -0400 | [diff] [blame] | 233 | '-s', '{angle_root}/build/toolchain/win/rc/win/rc.exe.sha1', |
Jamie Madill | 940c48b | 2017-10-23 23:25:17 -0400 | [diff] [blame] | 234 | ], |
| 235 | }, |
alokp@chromium.org | 29d56fb | 2010-04-06 15:42:22 +0000 | [diff] [blame] | 236 | ] |
Jamie Madill | 2078931 | 2016-10-28 14:05:26 -0400 | [diff] [blame] | 237 | |
| 238 | recursedeps = [ |
| 239 | # buildtools provides clang_format. |
Edward Lemur | 8ae09b0 | 2018-06-01 14:18:28 -0400 | [diff] [blame] | 240 | '{angle_root}/buildtools', |
Jamie Madill | 2078931 | 2016-10-28 14:05:26 -0400 | [diff] [blame] | 241 | ] |