Skip to content

Commit ff4b938

Browse files
author
chrome-release-bot
committed
Publish DEPS for 96.0.4662.5
1 parent 554543a commit ff4b938

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

DEPS

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ gclient_gn_args = [
5151

5252

5353
vars = {
54+
"buildspec_platforms": "linux64, mac64, win, win64",
5455
# Variable that can be used to support multiple build scenarios, like having
5556
# Chromium specific targets in a client project's GN file or sync dependencies
5657
# conditionally etc.
@@ -239,19 +240,19 @@ vars = {
239240
# Three lines of non-changing comments so that
240241
# the commit queue can handle CLs rolling V8
241242
# and whatever else without interference from each other.
242-
'v8_revision': 'refs/heads/chromium/4662',
243+
'v8_revision': '31efe1e3bdd2000827aa516168777c89370f0faa',
243244
# Three lines of non-changing comments so that
244245
# the commit queue can handle CLs rolling ANGLE
245246
# and whatever else without interference from each other.
246-
'angle_revision': 'refs/heads/chromium/4662',
247+
'angle_revision': '0364270d67816897e0fc0065e8415a030506ba64',
247248
# Three lines of non-changing comments so that
248249
# the commit queue can handle CLs rolling SwiftShader
249250
# and whatever else without interference from each other.
250251
'swiftshader_revision': '8c181d7d11654ef9e3002dc4f3a2105d563b6364',
251252
# Three lines of non-changing comments so that
252253
# the commit queue can handle CLs rolling PDFium
253254
# and whatever else without interference from each other.
254-
'pdfium_revision': 'refs/heads/chromium/4662',
255+
'pdfium_revision': '746e7b12f50e6e91d49bca7131609ff2a66aadff',
255256
# Three lines of non-changing comments so that
256257
# the commit queue can handle CLs rolling BoringSSL
257258
# and whatever else without interference from each other.
@@ -350,7 +351,7 @@ vars = {
350351
# Three lines of non-changing comments so that
351352
# the commit queue can handle CLs rolling feed
352353
# and whatever else without interference from each other.
353-
'dawn_revision': 'refs/heads/chromium/4662',
354+
'dawn_revision': 'd611aebc10a3b3edc1a9add9ed10f406d0b887f5',
354355
# Three lines of non-changing comments so that
355356
# the commit queue can handle CLs rolling feed
356357
# and whatever else without interference from each other.
@@ -1538,7 +1539,7 @@ deps = {
15381539
},
15391540

15401541
'src/third_party/requests/src': {
1541-
'url': Var('chromium_git') + '/external/github.com/kennethreitz/requests.git' + '@' + 'refs/tags/v2.23.0',
1542+
'url': Var('chromium_git') + '/external/github.com/kennethreitz/requests.git' + '@' + 'c7e0fc087ceeadb8b4c84a0953a422c474093d6d',
15421543
'condition': 'checkout_android',
15431544
},
15441545

@@ -1609,7 +1610,7 @@ deps = {
16091610
'src/third_party/usrsctp/usrsctplib':
16101611
Var('chromium_git') + '/external/github.com/sctplab/usrsctp' + '@' + '3e0b7c656db4086e47dbcc89697eca7537f72069',
16111612

1612-
'src/third_party/vulkan-deps': '{chromium_git}/vulkan-deps@refs/heads/chromium/4662',
1613+
'src/third_party/vulkan-deps': '{chromium_git}/vulkan-deps@6c9a3552da8d57dc168a4d9ea6d01c9df4d7dbb8',
16131614

16141615
'src/third_party/vulkan_memory_allocator':
16151616
Var('chromium_git') + '/external/github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git' + '@' + 'e0216a5484c8345f7d792fa16fad77ac63d89a70',
@@ -1648,7 +1649,7 @@ deps = {
16481649
Var('chromium_git') + '/external/github.com/gpuweb/cts.git' + '@' + 'b0291fd966b55a5efc496772555b94842bde1085',
16491650

16501651
'src/third_party/webrtc':
1651-
Var('webrtc_git') + '/src.git' + '@' + 'refs/branch-heads/4662',
1652+
Var('webrtc_git') + '/src.git' + '@' + '7b80d4480e85cec2ca6010a4912333bf3aa30a50',
16521653

16531654
'src/third_party/libgifcodec':
16541655
Var('skia_git') + '/libgifcodec' + '@'+ Var('libgifcodec_revision'),
@@ -1706,7 +1707,7 @@ deps = {
17061707
Var('chromium_git') + '/v8/v8.git' + '@' + Var('v8_revision'),
17071708

17081709
'src-internal': {
1709-
'url': 'https://chrome-internal.googlesource.com/chrome/src-internal.git@refs/heads/chromium/4662',
1710+
'url': 'https://chrome-internal.googlesource.com/chrome/src-internal.git@e4c0b25c71b45d4622354a80195e990ef4eadfc8',
17101711
'condition': 'checkout_src_internal',
17111712
},
17121713

0 commit comments

Comments
 (0)