@@ -51,6 +51,7 @@ gclient_gn_args = [
51
51
52
52
53
53
vars = {
54
+ "buildspec_platforms" : "all" ,
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.
@@ -222,27 +223,27 @@ vars = {
222
223
# Three lines of non-changing comments so that
223
224
# the commit queue can handle CLs rolling Skia
224
225
# and whatever else without interference from each other.
225
- 'skia_revision' : 'refs/heads/chrome/m93 ' ,
226
+ 'skia_revision' : 'fd1d8f284d92e4d2e724e8cceb98c69bf4ff7140 ' ,
226
227
# Three lines of non-changing comments so that
227
228
# the commit queue can handle CLs rolling V8
228
229
# and whatever else without interference from each other.
229
- 'v8_revision' : 'refs/heads/9.3-lkgr ' ,
230
+ 'v8_revision' : 'f23ca69f2bca3f6d206e5d5661ec2bc86e398b4a ' ,
230
231
# Three lines of non-changing comments so that
231
232
# the commit queue can handle CLs rolling swarming_client
232
233
# and whatever else without interference from each other.
233
234
'swarming_revision' : 'a32a1607f6093d338f756c7e7c7b4333b0c50c9c' ,
234
235
# Three lines of non-changing comments so that
235
236
# the commit queue can handle CLs rolling ANGLE
236
237
# and whatever else without interference from each other.
237
- 'angle_revision' : 'refs/heads/chromium/4577 ' ,
238
+ 'angle_revision' : 'd366e2446416178437c69991908575043c7f21c7 ' ,
238
239
# Three lines of non-changing comments so that
239
240
# the commit queue can handle CLs rolling SwiftShader
240
241
# and whatever else without interference from each other.
241
242
'swiftshader_revision' : 'ba18c78e46968726769813b68adb19466e092812' ,
242
243
# Three lines of non-changing comments so that
243
244
# the commit queue can handle CLs rolling PDFium
244
245
# and whatever else without interference from each other.
245
- 'pdfium_revision' : 'refs/heads/chromium/4577 ' ,
246
+ 'pdfium_revision' : '60a7195a9b42b5f27b13fff2a9173ad797ce958c ' ,
246
247
# Three lines of non-changing comments so that
247
248
# the commit queue can handle CLs rolling BoringSSL
248
249
# and whatever else without interference from each other.
@@ -301,7 +302,7 @@ vars = {
301
302
# Three lines of non-changing comments so that
302
303
# the commit queue can handle CLs rolling devtools-frontend
303
304
# and whatever else without interference from each other.
304
- 'devtools_frontend_revision' : 'refs/heads/chromium/4577 ' ,
305
+ 'devtools_frontend_revision' : 'fa980207621697d99cadcf8fb1347d4c8f538340 ' ,
305
306
# Three lines of non-changing comments so that
306
307
# the commit queue can handle CLs rolling libprotobuf-mutator
307
308
# and whatever else without interference from each other.
@@ -341,7 +342,7 @@ vars = {
341
342
# Three lines of non-changing comments so that
342
343
# the commit queue can handle CLs rolling feed
343
344
# and whatever else without interference from each other.
344
- 'dawn_revision' : 'refs/heads/chromium/4577 ' ,
345
+ 'dawn_revision' : '37140e7c62695d366c0845bddf9c8b991fda07da ' ,
345
346
# Three lines of non-changing comments so that
346
347
# the commit queue can handle CLs rolling feed
347
348
# and whatever else without interference from each other.
@@ -1482,7 +1483,7 @@ deps = {
1482
1483
},
1483
1484
1484
1485
'src/third_party/requests/src' : {
1485
- 'url' : Var ('chromium_git' ) + '/external/github.com/kennethreitz/requests.git' + '@' + 'refs/tags/v2.23.0 ' ,
1486
+ 'url' : Var ('chromium_git' ) + '/external/github.com/kennethreitz/requests.git' + '@' + 'c7e0fc087ceeadb8b4c84a0953a422c474093d6d ' ,
1486
1487
'condition' : 'checkout_android' ,
1487
1488
},
1488
1489
@@ -1553,7 +1554,7 @@ deps = {
1553
1554
'src/third_party/usrsctp/usrsctplib' :
1554
1555
Var ('chromium_git' ) + '/external/github.com/sctplab/usrsctp' + '@' + '1ade45cbadfd19298d2c47dc538962d4425ad2dd' ,
1555
1556
1556
- 'src/third_party/vulkan-deps' : '{chromium_git}/vulkan-deps@refs/heads/chromium/4577 ' ,
1557
+ 'src/third_party/vulkan-deps' : '{chromium_git}/vulkan-deps@36456846a4affb738fc3f012cc8f1c8c86ef0595 ' ,
1557
1558
1558
1559
'src/third_party/vulkan_memory_allocator' :
1559
1560
Var ('chromium_git' ) + '/external/github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git' + '@' + 'f67d7fa397e83060b76a1ec53579116a0bbdff7a' ,
@@ -1592,7 +1593,7 @@ deps = {
1592
1593
Var ('chromium_git' ) + '/external/github.com/gpuweb/cts.git' + '@' + '385003f982d9dd0927fda093c5cee216a75c188d' ,
1593
1594
1594
1595
'src/third_party/webrtc' :
1595
- Var ('webrtc_git' ) + '/src.git' + '@' + 'refs/branch-heads/4577 ' ,
1596
+ Var ('webrtc_git' ) + '/src.git' + '@' + '51969310ef432a9c340bb091eea1f1553ca01587 ' ,
1596
1597
1597
1598
'src/third_party/libgifcodec' :
1598
1599
Var ('skia_git' ) + '/libgifcodec' + '@' + Var ('libgifcodec_revision' ),
@@ -1653,7 +1654,7 @@ deps = {
1653
1654
Var ('chromium_git' ) + '/v8/v8.git' + '@' + Var ('v8_revision' ),
1654
1655
1655
1656
'src-internal' : {
1656
- 'url' : 'https://chrome-internal.googlesource.com/chrome/src-internal.git@refs/heads/chromium/4577 ' ,
1657
+ 'url' : 'https://chrome-internal.googlesource.com/chrome/src-internal.git@babab7f764a21903dc0221223988392d23aadff0 ' ,
1657
1658
'condition' : 'checkout_src_internal' ,
1658
1659
},
1659
1660
0 commit comments