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 | |
Yuly Novikov | 85d8ee8 | 2018-09-12 17:36:57 +0000 | [diff] [blame] | 5 | # This variable is set on the Chrome infra for compatiblity with gclient. |
| 6 | 'angle_root': '.', |
| 7 | |
Edward Lemur | 8ae09b0 | 2018-06-01 14:18:28 -0400 | [diff] [blame] | 8 | # This variable is overrided in Chromium's DEPS file. |
| 9 | 'build_with_chromium': False, |
| 10 | |
| 11 | # Current revision of dEQP. |
Jamie Madill | 915d406 | 2019-01-28 18:15:43 -0500 | [diff] [blame] | 12 | 'deqp_revision': '66a49e0a43f7af654ee1de8a3b1bcaf6c0d14aa4', |
Edward Lemur | 8ae09b0 | 2018-06-01 14:18:28 -0400 | [diff] [blame] | 13 | |
| 14 | # Current revision of glslang, the Khronos SPIRV compiler. |
angle-autoroll | 12b2534 | 2019-04-04 07:36:09 +0000 | [diff] [blame^] | 15 | 'glslang_revision': '1240db678caeb1c6f1fb5806cdfc22d68e73b204', |
Edward Lemur | 8ae09b0 | 2018-06-01 14:18:28 -0400 | [diff] [blame] | 16 | |
| 17 | # Current revision fo the SPIRV-Headers Vulkan support library. |
Jamie Madill | a532570 | 2019-03-20 10:18:36 -0400 | [diff] [blame] | 18 | 'spirv_headers_revision': '111a25e4ae45e2b4d7c18415e1d6884712b958c4', |
Edward Lemur | 8ae09b0 | 2018-06-01 14:18:28 -0400 | [diff] [blame] | 19 | |
| 20 | # Current revision of SPIRV-Tools for Vulkan. |
angle-autoroll | 5688c85 | 2019-04-03 07:01:35 +0000 | [diff] [blame] | 21 | 'spirv_tools_revision': 'e2ddb9371edb03c43b0fe386ef340db2697eede1', |
Edward Lemur | 8ae09b0 | 2018-06-01 14:18:28 -0400 | [diff] [blame] | 22 | |
Tobin Ehlis | b971f49 | 2018-05-24 10:56:17 -0600 | [diff] [blame] | 23 | # Current revision of Khronos Vulkan-Headers. |
Shahbaz Youssefi | 02a579e | 2019-03-27 14:21:20 -0400 | [diff] [blame] | 24 | 'vulkan_headers_revision': '982f0f84dccf6f281b48318c77261a9028000126', |
Tobin Ehlis | b971f49 | 2018-05-24 10:56:17 -0600 | [diff] [blame] | 25 | |
| 26 | # Current revision of Khronos Vulkan-Loader. |
Shahbaz Youssefi | 02a579e | 2019-03-27 14:21:20 -0400 | [diff] [blame] | 27 | 'vulkan_loader_revision': '2f0abfcf9eb04018e6e92125a70bc28665aa17fe', |
Tobin Ehlis | b971f49 | 2018-05-24 10:56:17 -0600 | [diff] [blame] | 28 | |
| 29 | # Current revision of Khronos Vulkan-Tools. |
Shahbaz Youssefi | 02a579e | 2019-03-27 14:21:20 -0400 | [diff] [blame] | 30 | 'vulkan_tools_revision': 'f392e71b994036c92b896c2a62cc63d042b7f9b1', |
Tobin Ehlis | b971f49 | 2018-05-24 10:56:17 -0600 | [diff] [blame] | 31 | |
| 32 | # Current revision of Khronos Vulkan-ValidationLayers. |
Shahbaz Youssefi | 02a579e | 2019-03-27 14:21:20 -0400 | [diff] [blame] | 33 | 'vulkan_validation_revision': 'ff80a937c8a505abbdddb95d8ffaa446820c8391', |
Jamie Madill | 2fdd3da | 2015-07-20 10:14:54 -0400 | [diff] [blame] | 34 | } |
| 35 | |
alokp@chromium.org | 29d56fb | 2010-04-06 15:42:22 +0000 | [diff] [blame] | 36 | deps = { |
alokp@chromium.org | 416fcd3 | 2012-04-11 16:23:44 +0000 | [diff] [blame] | 37 | |
Yuly Novikov | 85d8ee8 | 2018-09-12 17:36:57 +0000 | [diff] [blame] | 38 | '{angle_root}/build': { |
Geoff Lang | 66ae531 | 2019-04-01 16:35:53 -0400 | [diff] [blame] | 39 | 'url': '{chromium_git}/chromium/src/build.git@a660b0b9174e3a808f620222017566e8d1b2669b', |
Edward Lemur | 8ae09b0 | 2018-06-01 14:18:28 -0400 | [diff] [blame] | 40 | 'condition': 'not build_with_chromium', |
| 41 | }, |
Frank Henigman | d0ef13a | 2017-08-28 22:53:24 -0400 | [diff] [blame] | 42 | |
Yuly Novikov | 85d8ee8 | 2018-09-12 17:36:57 +0000 | [diff] [blame] | 43 | '{angle_root}/buildtools': { |
Geoff Lang | 66ae531 | 2019-04-01 16:35:53 -0400 | [diff] [blame] | 44 | 'url': '{chromium_git}/chromium/src/buildtools.git@459baaf66bee809f6eb288e0215cf524f4d2429a', |
Edward Lemur | 8ae09b0 | 2018-06-01 14:18:28 -0400 | [diff] [blame] | 45 | 'condition': 'not build_with_chromium', |
| 46 | }, |
Frank Henigman | d0ef13a | 2017-08-28 22:53:24 -0400 | [diff] [blame] | 47 | |
Yuly Novikov | 85d8ee8 | 2018-09-12 17:36:57 +0000 | [diff] [blame] | 48 | '{angle_root}/testing': { |
Geoff Lang | 66ae531 | 2019-04-01 16:35:53 -0400 | [diff] [blame] | 49 | 'url': '{chromium_git}/chromium/src/testing@083d633e752e7a57cbe62a468a06e51e28c49ee9', |
Edward Lemur | 8ae09b0 | 2018-06-01 14:18:28 -0400 | [diff] [blame] | 50 | 'condition': 'not build_with_chromium', |
| 51 | }, |
alokp@chromium.org | 5cd9c60 | 2012-05-16 23:37:50 +0000 | [diff] [blame] | 52 | |
Jamie Madill | 9e76f56 | 2015-10-02 08:57:14 -0400 | [diff] [blame] | 53 | # Cherry is a dEQP management GUI written in Go. We use it for viewing test results. |
Yuly Novikov | 85d8ee8 | 2018-09-12 17:36:57 +0000 | [diff] [blame] | 54 | '{angle_root}/third_party/cherry': { |
Edward Lemur | 8ae09b0 | 2018-06-01 14:18:28 -0400 | [diff] [blame] | 55 | 'url': '{android_git}/platform/external/cherry@4f8fb08d33ca5ff05a1c638f04c85bbb8d8b52cc', |
| 56 | 'condition': 'not build_with_chromium', |
| 57 | }, |
Jamie Madill | 9e76f56 | 2015-10-02 08:57:14 -0400 | [diff] [blame] | 58 | |
Yuly Novikov | 85d8ee8 | 2018-09-12 17:36:57 +0000 | [diff] [blame] | 59 | '{angle_root}/third_party/deqp/src': { |
Jamie Madill | 915d406 | 2019-01-28 18:15:43 -0500 | [diff] [blame] | 60 | 'url': '{chromium_git}/external/deqp@{deqp_revision}', |
Edward Lemur | 8ae09b0 | 2018-06-01 14:18:28 -0400 | [diff] [blame] | 61 | }, |
Jamie Madill | 37ee8a6 | 2016-12-13 15:18:58 -0500 | [diff] [blame] | 62 | |
Jamie Madill | 55959b0 | 2019-03-05 10:07:41 -0500 | [diff] [blame] | 63 | # glmark2 is a GPL3-licensed OpenGL ES 2.0 benchmark. We use it for testing. |
| 64 | '{angle_root}/third_party/glmark2/src': { |
| 65 | 'url': '{chromium_git}/external/github.com/glmark2/glmark2@c4b3ff5a481348e8bdc2b71ee275864db91e40b1', |
| 66 | }, |
| 67 | |
Yuly Novikov | 85d8ee8 | 2018-09-12 17:36:57 +0000 | [diff] [blame] | 68 | '{angle_root}/third_party/glslang/src': { |
Tobin Ehlis | 317a9eb | 2018-11-29 12:51:46 -0700 | [diff] [blame] | 69 | 'url': '{chromium_git}/external/github.com/KhronosGroup/glslang@{glslang_revision}', |
Jamie Madill | 0cb3b0f | 2019-01-28 09:55:20 -0500 | [diff] [blame] | 70 | 'condition': 'not build_with_chromium', |
Jamie Madill | 55959b0 | 2019-03-05 10:07:41 -0500 | [diff] [blame] | 71 | }, |
Jamie Madill | 37ee8a6 | 2016-12-13 15:18:58 -0500 | [diff] [blame] | 72 | |
Jamie Madill | cf9b285 | 2019-02-13 09:15:26 -0500 | [diff] [blame] | 73 | '{angle_root}/third_party/googletest': { |
| 74 | 'url': '{chromium_git}/chromium/src/third_party/googletest@660425b1c5ca04559ab7e50c7572b5b771acca1c', |
| 75 | 'condition': 'not build_with_chromium', |
| 76 | }, |
| 77 | |
Yuly Novikov | 85d8ee8 | 2018-09-12 17:36:57 +0000 | [diff] [blame] | 78 | '{angle_root}/third_party/googletest/src': { |
Jamie Madill | cf9b285 | 2019-02-13 09:15:26 -0500 | [diff] [blame] | 79 | 'url': '{chromium_git}/external/github.com/google/googletest.git@7203f37f57e4fef0d77670098aabc186309eb874', |
Edward Lemur | 8ae09b0 | 2018-06-01 14:18:28 -0400 | [diff] [blame] | 80 | 'condition': 'not build_with_chromium', |
| 81 | }, |
Frank Henigman | 6b076a0 | 2017-10-11 13:28:22 -0400 | [diff] [blame] | 82 | |
Jamie Madill | 55959b0 | 2019-03-05 10:07:41 -0500 | [diff] [blame] | 83 | # libjpeg_turbo is used by glmark2. |
| 84 | '{angle_root}/third_party/libjpeg_turbo': { |
| 85 | 'url': '{chromium_git}/chromium/deps/libjpeg_turbo@6dcdade8828297e306cabfdae80f3510f3f3eea2', |
| 86 | 'condition': 'not build_with_chromium', |
| 87 | }, |
| 88 | |
Yuly Novikov | 85d8ee8 | 2018-09-12 17:36:57 +0000 | [diff] [blame] | 89 | '{angle_root}/third_party/libpng/src': { |
Edward Lemur | 8ae09b0 | 2018-06-01 14:18:28 -0400 | [diff] [blame] | 90 | 'url': '{android_git}/platform/external/libpng@094e181e79a3d6c23fd005679025058b7df1ad6c', |
| 91 | 'condition': 'not build_with_chromium', |
| 92 | }, |
Jamie Madill | 37ee8a6 | 2016-12-13 15:18:58 -0500 | [diff] [blame] | 93 | |
Yuly Novikov | 85d8ee8 | 2018-09-12 17:36:57 +0000 | [diff] [blame] | 94 | '{angle_root}/third_party/jsoncpp': { |
Jamie Madill | 7ada46c | 2018-09-06 10:58:26 -0400 | [diff] [blame] | 95 | 'url': '{chromium_git}/chromium/src/third_party/jsoncpp@fd0ac8ce63a47e99b71a58f1489136fbb19c9137', |
Jamie Madill | 0cb3b0f | 2019-01-28 09:55:20 -0500 | [diff] [blame] | 96 | 'condition': 'not build_with_chromium', |
| 97 | }, |
Jamie Madill | 7ada46c | 2018-09-06 10:58:26 -0400 | [diff] [blame] | 98 | |
Yuly Novikov | 85d8ee8 | 2018-09-12 17:36:57 +0000 | [diff] [blame] | 99 | '{angle_root}/third_party/jsoncpp/source': { |
Jamie Madill | 0cb3b0f | 2019-01-28 09:55:20 -0500 | [diff] [blame] | 100 | 'url' : '{chromium_git}/external/github.com/open-source-parsers/jsoncpp@f572e8e42e22cfcf5ab0aea26574f408943edfa4', |
| 101 | 'condition': 'not build_with_chromium', |
| 102 | }, |
Tobin Ehlis | 5fdc38c | 2018-08-28 09:20:57 -0600 | [diff] [blame] | 103 | |
Michael Spang | 229fc83 | 2019-01-21 18:09:15 -0500 | [diff] [blame] | 104 | '{angle_root}/third_party/qemu-linux-x64': { |
| 105 | 'packages': [ |
| 106 | { |
| 107 | 'package': 'fuchsia/qemu/linux-amd64', |
| 108 | 'version': '9cc486c5b18a0be515c39a280ca9a309c54cf994' |
| 109 | }, |
| 110 | ], |
| 111 | 'condition': 'not build_with_chromium and (host_os == "linux" and checkout_fuchsia)', |
| 112 | 'dep_type': 'cipd', |
| 113 | }, |
| 114 | |
| 115 | '{angle_root}/third_party/qemu-mac-x64': { |
| 116 | 'packages': [ |
| 117 | { |
| 118 | 'package': 'fuchsia/qemu/mac-amd64', |
| 119 | 'version': '2d3358ae9a569b2d4a474f498b32b202a152134f' |
| 120 | }, |
| 121 | ], |
| 122 | 'condition': 'not build_with_chromium and (host_os == "mac" and checkout_fuchsia)', |
| 123 | 'dep_type': 'cipd', |
| 124 | }, |
| 125 | |
Jamie Madill | 46d32e0 | 2019-02-25 17:13:16 -0500 | [diff] [blame] | 126 | '{angle_root}/third_party/rapidjson/src': { |
| 127 | 'url': '{chromium_git}/external/github.com/Tencent/rapidjson@7484e06c589873e1ed80382d262087e4fa80fb63', |
| 128 | }, |
| 129 | |
Yuly Novikov | 85d8ee8 | 2018-09-12 17:36:57 +0000 | [diff] [blame] | 130 | '{angle_root}/third_party/spirv-headers/src': { |
Jamie Madill | 0cb3b0f | 2019-01-28 09:55:20 -0500 | [diff] [blame] | 131 | 'url': '{chromium_git}/external/github.com/KhronosGroup/SPIRV-Headers@{spirv_headers_revision}', |
Corentin Wallez | a883dd0 | 2018-08-03 18:11:46 +0200 | [diff] [blame] | 132 | 'condition': 'not build_with_chromium', |
Edward Lemur | 8ae09b0 | 2018-06-01 14:18:28 -0400 | [diff] [blame] | 133 | }, |
Jamie Madill | 37ee8a6 | 2016-12-13 15:18:58 -0500 | [diff] [blame] | 134 | |
Yuly Novikov | 85d8ee8 | 2018-09-12 17:36:57 +0000 | [diff] [blame] | 135 | '{angle_root}/third_party/spirv-tools/src': { |
Jamie Madill | 0cb3b0f | 2019-01-28 09:55:20 -0500 | [diff] [blame] | 136 | 'url': '{chromium_git}/external/github.com/KhronosGroup/SPIRV-Tools@{spirv_tools_revision}', |
Corentin Wallez | a883dd0 | 2018-08-03 18:11:46 +0200 | [diff] [blame] | 137 | 'condition': 'not build_with_chromium', |
Edward Lemur | 8ae09b0 | 2018-06-01 14:18:28 -0400 | [diff] [blame] | 138 | }, |
Jamie Madill | 37ee8a6 | 2016-12-13 15:18:58 -0500 | [diff] [blame] | 139 | |
Yuly Novikov | 85d8ee8 | 2018-09-12 17:36:57 +0000 | [diff] [blame] | 140 | '{angle_root}/third_party/vulkan-headers/src': { |
Tobin Ehlis | b971f49 | 2018-05-24 10:56:17 -0600 | [diff] [blame] | 141 | 'url': '{chromium_git}/external/github.com/KhronosGroup/Vulkan-Headers@{vulkan_headers_revision}', |
| 142 | }, |
| 143 | |
Yuly Novikov | 85d8ee8 | 2018-09-12 17:36:57 +0000 | [diff] [blame] | 144 | '{angle_root}/third_party/vulkan-loader/src': { |
Tobin Ehlis | b971f49 | 2018-05-24 10:56:17 -0600 | [diff] [blame] | 145 | 'url': '{chromium_git}/external/github.com/KhronosGroup/Vulkan-Loader@{vulkan_loader_revision}', |
| 146 | }, |
| 147 | |
Yuly Novikov | 85d8ee8 | 2018-09-12 17:36:57 +0000 | [diff] [blame] | 148 | '{angle_root}/third_party/vulkan-tools/src': { |
Tobin Ehlis | b971f49 | 2018-05-24 10:56:17 -0600 | [diff] [blame] | 149 | 'url': '{chromium_git}/external/github.com/KhronosGroup/Vulkan-Tools@{vulkan_tools_revision}', |
| 150 | }, |
| 151 | |
Yuly Novikov | 85d8ee8 | 2018-09-12 17:36:57 +0000 | [diff] [blame] | 152 | '{angle_root}/third_party/vulkan-validation-layers/src': { |
Tobin Ehlis | b971f49 | 2018-05-24 10:56:17 -0600 | [diff] [blame] | 153 | 'url': '{chromium_git}/external/github.com/KhronosGroup/Vulkan-ValidationLayers@{vulkan_validation_revision}', |
Edward Lemur | 8ae09b0 | 2018-06-01 14:18:28 -0400 | [diff] [blame] | 154 | }, |
Jamie Madill | 3cd438d | 2015-03-17 11:25:27 -0400 | [diff] [blame] | 155 | |
Jamie Madill | 55959b0 | 2019-03-05 10:07:41 -0500 | [diff] [blame] | 156 | '{angle_root}/third_party/yasm': { |
| 157 | 'url': '{chromium_git}/chromium/src/third_party/yasm@86b6058141a42aed51bbd8bb9f9d54d199d9dbd0', |
| 158 | 'condition': 'not build_with_chromium', |
| 159 | }, |
| 160 | |
| 161 | '{angle_root}/third_party/yasm/source/patched-yasm': { |
| 162 | 'url': '{chromium_git}/chromium/deps/yasm/patched-yasm.git@720b70524a4424b15fc57e82263568c8ba0496ad', |
| 163 | 'condition': 'not build_with_chromium', |
| 164 | }, |
| 165 | |
Yuly Novikov | 85d8ee8 | 2018-09-12 17:36:57 +0000 | [diff] [blame] | 166 | '{angle_root}/third_party/zlib': { |
Jamie Madill | 720ca44 | 2018-12-17 14:04:10 -0500 | [diff] [blame] | 167 | 'url': '{chromium_git}/chromium/src/third_party/zlib@f95aeb0fa7f136ef4a457a6d9ba6f3c2701a444b', |
Edward Lemur | 8ae09b0 | 2018-06-01 14:18:28 -0400 | [diff] [blame] | 168 | 'condition': 'not build_with_chromium', |
| 169 | }, |
Frank Henigman | d0ef13a | 2017-08-28 22:53:24 -0400 | [diff] [blame] | 170 | |
Yuly Novikov | 85d8ee8 | 2018-09-12 17:36:57 +0000 | [diff] [blame] | 171 | '{angle_root}/tools/clang': { |
Jamie Madill | c09ae15 | 2019-02-01 14:16:32 -0500 | [diff] [blame] | 172 | 'url': '{chromium_git}/chromium/src/tools/clang.git@3114fbc11f9644c54dd0a4cdbfa867bac50ff983', |
Edward Lemur | 8ae09b0 | 2018-06-01 14:18:28 -0400 | [diff] [blame] | 173 | 'condition': 'not build_with_chromium', |
| 174 | }, |
Michael Spang | 229fc83 | 2019-01-21 18:09:15 -0500 | [diff] [blame] | 175 | |
| 176 | '{angle_root}/third_party/fuchsia-sdk': { |
| 177 | 'url': '{chromium_git}/chromium/src/third_party/fuchsia-sdk.git@8e8db13b538ecb251e5ce9d5c781fc142f9752fd', |
| 178 | 'condition': 'checkout_fuchsia and not build_with_chromium', |
| 179 | }, |
alokp@chromium.org | 29d56fb | 2010-04-06 15:42:22 +0000 | [diff] [blame] | 180 | } |
| 181 | |
alokp@chromium.org | 29d56fb | 2010-04-06 15:42:22 +0000 | [diff] [blame] | 182 | hooks = [ |
Jamie Madill | 2fdd3da | 2015-07-20 10:14:54 -0400 | [diff] [blame] | 183 | # Pull clang-format binaries using checked-in hashes. |
| 184 | { |
| 185 | 'name': 'clang_format_win', |
| 186 | 'pattern': '.', |
Edward Lemur | 8ae09b0 | 2018-06-01 14:18:28 -0400 | [diff] [blame] | 187 | 'condition': 'host_os == "win" and not build_with_chromium', |
Jamie Madill | 2fdd3da | 2015-07-20 10:14:54 -0400 | [diff] [blame] | 188 | 'action': [ 'download_from_google_storage', |
| 189 | '--no_resume', |
| 190 | '--platform=win32', |
| 191 | '--no_auth', |
| 192 | '--bucket', 'chromium-clang-format', |
Yuly Novikov | 85d8ee8 | 2018-09-12 17:36:57 +0000 | [diff] [blame] | 193 | '-s', '{angle_root}/buildtools/win/clang-format.exe.sha1', |
Jamie Madill | 2fdd3da | 2015-07-20 10:14:54 -0400 | [diff] [blame] | 194 | ], |
| 195 | }, |
| 196 | { |
| 197 | 'name': 'clang_format_mac', |
| 198 | 'pattern': '.', |
Edward Lemur | 8ae09b0 | 2018-06-01 14:18:28 -0400 | [diff] [blame] | 199 | 'condition': 'host_os == "mac" and not build_with_chromium', |
Jamie Madill | 2fdd3da | 2015-07-20 10:14:54 -0400 | [diff] [blame] | 200 | 'action': [ 'download_from_google_storage', |
| 201 | '--no_resume', |
| 202 | '--platform=darwin', |
| 203 | '--no_auth', |
| 204 | '--bucket', 'chromium-clang-format', |
Yuly Novikov | 85d8ee8 | 2018-09-12 17:36:57 +0000 | [diff] [blame] | 205 | '-s', '{angle_root}/buildtools/mac/clang-format.sha1', |
Jamie Madill | 2fdd3da | 2015-07-20 10:14:54 -0400 | [diff] [blame] | 206 | ], |
| 207 | }, |
| 208 | { |
| 209 | 'name': 'clang_format_linux', |
| 210 | 'pattern': '.', |
Edward Lemur | 8ae09b0 | 2018-06-01 14:18:28 -0400 | [diff] [blame] | 211 | 'condition': 'host_os == "linux" and not build_with_chromium', |
Jamie Madill | 2fdd3da | 2015-07-20 10:14:54 -0400 | [diff] [blame] | 212 | 'action': [ 'download_from_google_storage', |
| 213 | '--no_resume', |
| 214 | '--platform=linux*', |
| 215 | '--no_auth', |
| 216 | '--bucket', 'chromium-clang-format', |
Yuly Novikov | 85d8ee8 | 2018-09-12 17:36:57 +0000 | [diff] [blame] | 217 | '-s', '{angle_root}/buildtools/linux64/clang-format.sha1', |
Jamie Madill | 2fdd3da | 2015-07-20 10:14:54 -0400 | [diff] [blame] | 218 | ], |
| 219 | }, |
Tobin Ehlis | 9d4277b | 2018-05-21 16:22:22 -0600 | [diff] [blame] | 220 | { |
| 221 | 'name': 'sysroot_x86', |
| 222 | 'pattern': '.', |
Edward Lemur | 8ae09b0 | 2018-06-01 14:18:28 -0400 | [diff] [blame] | 223 | 'condition': 'checkout_linux and ((checkout_x86 or checkout_x64) and not build_with_chromium)', |
Yuly Novikov | 85d8ee8 | 2018-09-12 17:36:57 +0000 | [diff] [blame] | 224 | 'action': ['python', '{angle_root}/build/linux/sysroot_scripts/install-sysroot.py', |
Tobin Ehlis | 9d4277b | 2018-05-21 16:22:22 -0600 | [diff] [blame] | 225 | '--arch=x86'], |
| 226 | }, |
| 227 | { |
| 228 | 'name': 'sysroot_x64', |
| 229 | 'pattern': '.', |
Edward Lemur | 8ae09b0 | 2018-06-01 14:18:28 -0400 | [diff] [blame] | 230 | 'condition': 'checkout_linux and (checkout_x64 and not build_with_chromium)', |
Yuly Novikov | 85d8ee8 | 2018-09-12 17:36:57 +0000 | [diff] [blame] | 231 | 'action': ['python', '{angle_root}/build/linux/sysroot_scripts/install-sysroot.py', |
Tobin Ehlis | 9d4277b | 2018-05-21 16:22:22 -0600 | [diff] [blame] | 232 | '--arch=x64'], |
| 233 | }, |
Jamie Madill | 027717f | 2018-04-13 15:51:24 -0400 | [diff] [blame] | 234 | { |
| 235 | # Update the Windows toolchain if necessary. Must run before 'clang' below. |
| 236 | 'name': 'win_toolchain', |
| 237 | 'pattern': '.', |
Edward Lemur | 8ae09b0 | 2018-06-01 14:18:28 -0400 | [diff] [blame] | 238 | 'condition': 'checkout_win and not build_with_chromium', |
Yuly Novikov | 85d8ee8 | 2018-09-12 17:36:57 +0000 | [diff] [blame] | 239 | 'action': ['python', '{angle_root}/build/vs_toolchain.py', 'update', '--force'], |
Jamie Madill | 027717f | 2018-04-13 15:51:24 -0400 | [diff] [blame] | 240 | }, |
Geoff Lang | 66ae531 | 2019-04-01 16:35:53 -0400 | [diff] [blame] | 241 | { |
| 242 | # Update the Mac toolchain if necessary. |
| 243 | 'name': 'mac_toolchain', |
| 244 | 'pattern': '.', |
| 245 | 'condition': 'checkout_mac and not build_with_chromium', |
| 246 | 'action': ['python', '{angle_root}/build/mac_toolchain.py'], |
| 247 | }, |
Jamie Madill | 027717f | 2018-04-13 15:51:24 -0400 | [diff] [blame] | 248 | |
alokp@chromium.org | 29d56fb | 2010-04-06 15:42:22 +0000 | [diff] [blame] | 249 | { |
Frank Henigman | d0ef13a | 2017-08-28 22:53:24 -0400 | [diff] [blame] | 250 | # Note: On Win, this should run after win_toolchain, as it may use it. |
| 251 | 'name': 'clang', |
| 252 | 'pattern': '.', |
Yuly Novikov | 85d8ee8 | 2018-09-12 17:36:57 +0000 | [diff] [blame] | 253 | 'action': ['python', '{angle_root}/tools/clang/scripts/update.py'], |
Edward Lemur | 8ae09b0 | 2018-06-01 14:18:28 -0400 | [diff] [blame] | 254 | 'condition': 'not build_with_chromium', |
Frank Henigman | d0ef13a | 2017-08-28 22:53:24 -0400 | [diff] [blame] | 255 | }, |
Jamie Madill | 940c48b | 2017-10-23 23:25:17 -0400 | [diff] [blame] | 256 | |
Shahbaz Youssefi | 957e9b8 | 2018-10-05 11:00:50 -0400 | [diff] [blame] | 257 | { |
| 258 | # Update LASTCHANGE. |
| 259 | 'name': 'lastchange', |
| 260 | 'pattern': '.', |
| 261 | 'condition': 'not build_with_chromium', |
| 262 | 'action': ['python', '{angle_root}/build/util/lastchange.py', |
| 263 | '-o', '{angle_root}/build/util/LASTCHANGE'], |
| 264 | }, |
| 265 | |
Jamie Madill | 940c48b | 2017-10-23 23:25:17 -0400 | [diff] [blame] | 266 | # Pull rc binaries using checked-in hashes. |
| 267 | { |
| 268 | 'name': 'rc_win', |
| 269 | 'pattern': '.', |
Edward Lemur | 8ae09b0 | 2018-06-01 14:18:28 -0400 | [diff] [blame] | 270 | 'condition': 'checkout_win and (host_os == "win" and not build_with_chromium)', |
Jamie Madill | 940c48b | 2017-10-23 23:25:17 -0400 | [diff] [blame] | 271 | 'action': [ 'download_from_google_storage', |
| 272 | '--no_resume', |
| 273 | '--no_auth', |
| 274 | '--bucket', 'chromium-browser-clang/rc', |
Yuly Novikov | 85d8ee8 | 2018-09-12 17:36:57 +0000 | [diff] [blame] | 275 | '-s', '{angle_root}/build/toolchain/win/rc/win/rc.exe.sha1', |
Jamie Madill | 940c48b | 2017-10-23 23:25:17 -0400 | [diff] [blame] | 276 | ], |
| 277 | }, |
Michael Spang | 229fc83 | 2019-01-21 18:09:15 -0500 | [diff] [blame] | 278 | |
| 279 | { |
| 280 | 'name': 'fuchsia_sdk', |
| 281 | 'pattern': '.', |
| 282 | 'condition': 'checkout_fuchsia and not build_with_chromium', |
| 283 | 'action': [ |
| 284 | 'python', |
| 285 | '{angle_root}/build/fuchsia/update_sdk.py', |
| 286 | ], |
| 287 | }, |
alokp@chromium.org | 29d56fb | 2010-04-06 15:42:22 +0000 | [diff] [blame] | 288 | ] |
Jamie Madill | 2078931 | 2016-10-28 14:05:26 -0400 | [diff] [blame] | 289 | |
| 290 | recursedeps = [ |
| 291 | # buildtools provides clang_format. |
Yuly Novikov | 85d8ee8 | 2018-09-12 17:36:57 +0000 | [diff] [blame] | 292 | '{angle_root}/buildtools', |
Jamie Madill | 2078931 | 2016-10-28 14:05:26 -0400 | [diff] [blame] | 293 | ] |