@@ -29,25 +29,25 @@ vars = {
2929deps = {
3030 'buildtools' :
3131 Var ('chromium_git' ) + '/chromium/src/buildtools.git@' +
32- '8919328651a559f8a974641d40fe712062cc6718 ' ,
32+ 'efa920ce144e4dc1c1841e73179cd7e23b9f0d5e ' ,
3333 'buildtools/clang_format/script' :
3434 Var ('chromium_git' ) +
3535 '/external/github.com/llvm/llvm-project/clang/tools/clang-format.git@' +
3636 'c912837e0d82b5ca4b6e790b573b3956d3744c1c' ,
3737 'crashpad/third_party/edo/edo' : {
3838 'url' : Var ('chromium_git' ) + '/external/github.com/google/eDistantObject.git@' +
39- '727e556705278598fce683522beedbb9946bfda0 ' ,
39+ '38e71ff183d76f702db6966fa7236c98831acd80 ' ,
4040 'condition' : 'checkout_ios' ,
4141 },
4242 'crashpad/third_party/googletest/googletest' :
4343 Var ('chromium_git' ) + '/external/github.com/google/googletest@' +
44- 'af29db7ec28d6df1c7f0f745186884091e602e07 ' ,
44+ '3983f67e32fb3e9294487b9d4f9586efa6e5d088 ' ,
4545 'crashpad/third_party/lss/lss' :
4646 Var ('chromium_git' ) + '/linux-syscall-support.git@' +
4747 '9719c1e1e676814c456b55f5f070eabad6709d31' ,
4848 'crashpad/third_party/mini_chromium/mini_chromium' :
4949 Var ('chromium_git' ) + '/chromium/mini_chromium@' +
50- 'bd56f6933f2fa021a44766ced638a18f477ef1c1 ' ,
50+ 'eef885b0bb80dab8e9d79b9dc0c050a1c8e50c0b ' ,
5151 'crashpad/third_party/libfuzzer/src' :
5252 Var ('chromium_git' ) + '/chromium/llvm-project/compiler-rt/lib/fuzzer.git@' +
5353 'fda403cf93ecb8792cb1d061564d89a6553ca020' ,
@@ -110,7 +110,7 @@ deps = {
110110 'packages' : [
111111 {
112112 'package' : 'fuchsia/third_party/clang/mac-amd64' ,
113- 'version' : 'latest ' ,
113+ 'version' : 'integration ' ,
114114 },
115115 ],
116116 'condition' : 'checkout_fuchsia and host_os == "mac"' ,
@@ -120,12 +120,25 @@ deps = {
120120 'packages' : [
121121 {
122122 'package' : 'fuchsia/third_party/clang/linux-amd64' ,
123- 'version' : 'latest ' ,
123+ 'version' : 'integration ' ,
124124 },
125125 ],
126126 'condition' : 'checkout_fuchsia and host_os == "linux"' ,
127127 'dep_type' : 'cipd'
128128 },
129+ 'crashpad/third_party/windows/clang/win-amd64' : {
130+ 'bucket' : 'chromium-browser-clang' ,
131+ 'objects' : [
132+ {
133+ 'object_name' : 'Win/clang-llvmorg-20-init-17108-g29ed6000-2.tar.xz' ,
134+ 'sha256sum' : '1c71efd923a91480480d4f31c2fd5f1369e01e14f15776a9454abbce0bc13548' ,
135+ 'size_bytes' : 46357580 ,
136+ 'generation' : 1737590897363452 ,
137+ },
138+ ],
139+ 'condition' : 'checkout_win and host_os == "win"' ,
140+ 'dep_type' : 'gcs' ,
141+ },
129142 'crashpad/third_party/fuchsia-gn-sdk' : {
130143 'packages' : [
131144 {
@@ -208,47 +221,6 @@ deps = {
208221}
209222
210223hooks = [
211- {
212- 'name' : 'clang_format_mac' ,
213- 'pattern' : '.' ,
214- 'condition' : 'host_os == "mac"' ,
215- 'action' : [
216- 'download_from_google_storage' ,
217- '--no_resume' ,
218- '--no_auth' ,
219- '--bucket=chromium-clang-format' ,
220- '--sha1_file' ,
221- 'buildtools/mac/clang-format.{host_cpu}.sha1' ,
222- '--output' ,
223- 'buildtools/mac/clang-format' ,
224- ],
225- },
226- {
227- 'name' : 'clang_format_linux' ,
228- 'pattern' : '.' ,
229- 'condition' : 'host_os == "linux"' ,
230- 'action' : [
231- 'download_from_google_storage' ,
232- '--no_resume' ,
233- '--no_auth' ,
234- '--bucket=chromium-clang-format' ,
235- '--sha1_file' ,
236- 'buildtools/linux64/clang-format.sha1' ,
237- ],
238- },
239- {
240- 'name' : 'clang_format_win' ,
241- 'pattern' : '.' ,
242- 'condition' : 'host_os == "win"' ,
243- 'action' : [
244- 'download_from_google_storage' ,
245- '--no_resume' ,
246- '--no_auth' ,
247- '--bucket=chromium-clang-format' ,
248- '--sha1_file' ,
249- 'buildtools/win/clang-format.exe.sha1' ,
250- ],
251- },
252224 {
253225 # If using a local clang ("pull_linux_clang" above), also pull down a
254226 # sysroot.
0 commit comments