@@ -51,6 +51,7 @@ gclient_gn_args = [
51
51
52
52
53
53
vars = {
54
+ "buildspec_platforms" : "linux64, mac64, win, win64" ,
54
55
# Variable that can be used to support multiple build scenarios, like having
55
56
# Chromium specific targets in a client project's GN file or sync dependencies
56
57
# conditionally etc.
@@ -239,19 +240,19 @@ vars = {
239
240
# Three lines of non-changing comments so that
240
241
# the commit queue can handle CLs rolling V8
241
242
# and whatever else without interference from each other.
242
- 'v8_revision' : 'refs/heads/chromium/4662 ' ,
243
+ 'v8_revision' : '31efe1e3bdd2000827aa516168777c89370f0faa ' ,
243
244
# Three lines of non-changing comments so that
244
245
# the commit queue can handle CLs rolling ANGLE
245
246
# and whatever else without interference from each other.
246
- 'angle_revision' : 'refs/heads/chromium/4662 ' ,
247
+ 'angle_revision' : '0364270d67816897e0fc0065e8415a030506ba64 ' ,
247
248
# Three lines of non-changing comments so that
248
249
# the commit queue can handle CLs rolling SwiftShader
249
250
# and whatever else without interference from each other.
250
251
'swiftshader_revision' : '8c181d7d11654ef9e3002dc4f3a2105d563b6364' ,
251
252
# Three lines of non-changing comments so that
252
253
# the commit queue can handle CLs rolling PDFium
253
254
# and whatever else without interference from each other.
254
- 'pdfium_revision' : 'refs/heads/chromium/4662 ' ,
255
+ 'pdfium_revision' : '746e7b12f50e6e91d49bca7131609ff2a66aadff ' ,
255
256
# Three lines of non-changing comments so that
256
257
# the commit queue can handle CLs rolling BoringSSL
257
258
# and whatever else without interference from each other.
@@ -350,7 +351,7 @@ vars = {
350
351
# Three lines of non-changing comments so that
351
352
# the commit queue can handle CLs rolling feed
352
353
# and whatever else without interference from each other.
353
- 'dawn_revision' : 'refs/heads/chromium/4662 ' ,
354
+ 'dawn_revision' : 'd611aebc10a3b3edc1a9add9ed10f406d0b887f5 ' ,
354
355
# Three lines of non-changing comments so that
355
356
# the commit queue can handle CLs rolling feed
356
357
# and whatever else without interference from each other.
@@ -1538,7 +1539,7 @@ deps = {
1538
1539
},
1539
1540
1540
1541
'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 ' ,
1542
1543
'condition' : 'checkout_android' ,
1543
1544
},
1544
1545
@@ -1609,7 +1610,7 @@ deps = {
1609
1610
'src/third_party/usrsctp/usrsctplib' :
1610
1611
Var ('chromium_git' ) + '/external/github.com/sctplab/usrsctp' + '@' + '3e0b7c656db4086e47dbcc89697eca7537f72069' ,
1611
1612
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 ' ,
1613
1614
1614
1615
'src/third_party/vulkan_memory_allocator' :
1615
1616
Var ('chromium_git' ) + '/external/github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git' + '@' + 'e0216a5484c8345f7d792fa16fad77ac63d89a70' ,
@@ -1648,7 +1649,7 @@ deps = {
1648
1649
Var ('chromium_git' ) + '/external/github.com/gpuweb/cts.git' + '@' + 'b0291fd966b55a5efc496772555b94842bde1085' ,
1649
1650
1650
1651
'src/third_party/webrtc' :
1651
- Var ('webrtc_git' ) + '/src.git' + '@' + 'refs/branch-heads/4662 ' ,
1652
+ Var ('webrtc_git' ) + '/src.git' + '@' + '7b80d4480e85cec2ca6010a4912333bf3aa30a50 ' ,
1652
1653
1653
1654
'src/third_party/libgifcodec' :
1654
1655
Var ('skia_git' ) + '/libgifcodec' + '@' + Var ('libgifcodec_revision' ),
@@ -1706,7 +1707,7 @@ deps = {
1706
1707
Var ('chromium_git' ) + '/v8/v8.git' + '@' + Var ('v8_revision' ),
1707
1708
1708
1709
'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 ' ,
1710
1711
'condition' : 'checkout_src_internal' ,
1711
1712
},
1712
1713
0 commit comments