@@ -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.
@@ -217,27 +218,27 @@ vars = {
217
218
# Three lines of non-changing comments so that
218
219
# the commit queue can handle CLs rolling Skia
219
220
# and whatever else without interference from each other.
220
- 'skia_revision' : 'refs/heads/chrome/m92 ' ,
221
+ 'skia_revision' : 'e411968031a3b4505ecc9ef22ae6414dfb2fd297 ' ,
221
222
# Three lines of non-changing comments so that
222
223
# the commit queue can handle CLs rolling V8
223
224
# and whatever else without interference from each other.
224
- 'v8_revision' : 'refs/heads/9.2-lkgr ' ,
225
+ 'v8_revision' : '40550af241493f29f81fb93e4e0d72b5ca91a556 ' ,
225
226
# Three lines of non-changing comments so that
226
227
# the commit queue can handle CLs rolling swarming_client
227
228
# and whatever else without interference from each other.
228
229
'swarming_revision' : 'a32a1607f6093d338f756c7e7c7b4333b0c50c9c' ,
229
230
# Three lines of non-changing comments so that
230
231
# the commit queue can handle CLs rolling ANGLE
231
232
# and whatever else without interference from each other.
232
- 'angle_revision' : 'refs/heads/chromium/4515 ' ,
233
+ 'angle_revision' : '6714781d15024cf245cfc643145b6aa9d43f2471 ' ,
233
234
# Three lines of non-changing comments so that
234
235
# the commit queue can handle CLs rolling SwiftShader
235
236
# and whatever else without interference from each other.
236
237
'swiftshader_revision' : '3b9a1a795f1e46862973f145627ce71fb49a16d2' ,
237
238
# Three lines of non-changing comments so that
238
239
# the commit queue can handle CLs rolling PDFium
239
240
# and whatever else without interference from each other.
240
- 'pdfium_revision' : 'refs/heads/chromium/4515 ' ,
241
+ 'pdfium_revision' : 'dab1161c861cc239e48a17e1a5d729aa12785a53 ' ,
241
242
# Three lines of non-changing comments so that
242
243
# the commit queue can handle CLs rolling BoringSSL
243
244
# and whatever else without interference from each other.
@@ -296,7 +297,7 @@ vars = {
296
297
# Three lines of non-changing comments so that
297
298
# the commit queue can handle CLs rolling devtools-frontend
298
299
# and whatever else without interference from each other.
299
- 'devtools_frontend_revision' : 'refs/heads/chromium/4515 ' ,
300
+ 'devtools_frontend_revision' : 'c8878b8a0d204ae5cd86cc0e89a13710b294c9a6 ' ,
300
301
# Three lines of non-changing comments so that
301
302
# the commit queue can handle CLs rolling libprotobuf-mutator
302
303
# and whatever else without interference from each other.
@@ -336,7 +337,7 @@ vars = {
336
337
# Three lines of non-changing comments so that
337
338
# the commit queue can handle CLs rolling feed
338
339
# and whatever else without interference from each other.
339
- 'dawn_revision' : 'refs/heads/chromium/4515 ' ,
340
+ 'dawn_revision' : '871b45896f643254d68bb0563482adaac94ee7ac ' ,
340
341
# Three lines of non-changing comments so that
341
342
# the commit queue can handle CLs rolling feed
342
343
# and whatever else without interference from each other.
@@ -1479,7 +1480,7 @@ deps = {
1479
1480
},
1480
1481
1481
1482
'src/third_party/requests/src' : {
1482
- 'url' : Var ('chromium_git' ) + '/external/github.com/kennethreitz/requests.git' + '@' + 'refs/tags/v2.23.0 ' ,
1483
+ 'url' : Var ('chromium_git' ) + '/external/github.com/kennethreitz/requests.git' + '@' + 'c7e0fc087ceeadb8b4c84a0953a422c474093d6d ' ,
1483
1484
'condition' : 'checkout_android' ,
1484
1485
},
1485
1486
@@ -1555,7 +1556,7 @@ deps = {
1555
1556
'src/third_party/usrsctp/usrsctplib' :
1556
1557
Var ('chromium_git' ) + '/external/github.com/sctplab/usrsctp' + '@' + '22ba62ffe79c3881581ab430368bf3764d9533eb' ,
1557
1558
1558
- 'src/third_party/vulkan-deps' : '{chromium_git}/vulkan-deps@refs/heads/chromium/4515 ' ,
1559
+ 'src/third_party/vulkan-deps' : '{chromium_git}/vulkan-deps@108d5055b4a3068b1c71cb592a09698d4139c15b ' ,
1559
1560
1560
1561
'src/third_party/vulkan_memory_allocator' :
1561
1562
Var ('chromium_git' ) + '/external/github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git' + '@' + '732a76d9d3c70d6aa487216495eeb28518349c3a' ,
@@ -1582,7 +1583,7 @@ deps = {
1582
1583
Var ('chromium_git' ) + '/external/github.com/gpuweb/cts.git' + '@' + '6ac8b328a4d1f08cd4069b48d2ddd9634548daf3' ,
1583
1584
1584
1585
'src/third_party/webrtc' :
1585
- Var ('webrtc_git' ) + '/src.git' + '@' + 'refs/branch-heads/4515 ' ,
1586
+ Var ('webrtc_git' ) + '/src.git' + '@' + '2d3ba08513c21dc7aeeee7dc7220800eb4f0f46d ' ,
1586
1587
1587
1588
'src/third_party/libgifcodec' :
1588
1589
Var ('skia_git' ) + '/libgifcodec' + '@' + Var ('libgifcodec_revision' ),
@@ -1643,7 +1644,7 @@ deps = {
1643
1644
Var ('chromium_git' ) + '/v8/v8.git' + '@' + Var ('v8_revision' ),
1644
1645
1645
1646
'src-internal' : {
1646
- 'url' : 'https://chrome-internal.googlesource.com/chrome/src-internal.git@refs/heads/chromium/4515 ' ,
1647
+ 'url' : 'https://chrome-internal.googlesource.com/chrome/src-internal.git@62a55fecbde066620cbb8ced68ce3be9621a0147 ' ,
1647
1648
'condition' : 'checkout_src_internal' ,
1648
1649
},
1649
1650
0 commit comments