@@ -50,7 +50,7 @@ gclient_gn_args = [
50
50
51
51
52
52
vars = {
53
- "buildspec_platforms" : "linux64, mac64, win, win64 " ,
53
+ "buildspec_platforms" : "all " ,
54
54
# Variable that can be used to support multiple build scenarios, like having
55
55
# Chromium specific targets in a client project's GN file or sync dependencies
56
56
# conditionally etc.
@@ -63,10 +63,6 @@ vars = {
63
63
# "custom_vars": { "checkout_configuration": "small" },
64
64
'checkout_configuration' : 'default' ,
65
65
66
- 'nw_src_revision' : '106fa0171eda6ac1ae967984a70a3bd6d5d0fb7d' ,
67
- 'nw_v8_revision' : 'b4efa178a0388ed4cc3e846159e2b6da80ccbcf3' ,
68
- 'nw_node_revision' : '6b2f43421cbe049c259f37d09e4ac5eb2339f8f2' ,
69
-
70
66
# By default, don't check out android. Will be overridden by gclient
71
67
# variables.
72
68
# TODO(ehmaldonado): Remove this once the bug in gclient is fixed.
@@ -170,6 +166,10 @@ vars = {
170
166
'checkout_simplechrome' : '"{cros_boards}" != ""' ,
171
167
'checkout_simplechrome_with_vms' : '"{cros_boards_with_qemu_images}" != ""' ,
172
168
169
+ 'nw_src_revision' : 'cd4da90612446d94bd4139b9788b30fd8f551b1b' ,
170
+ 'nw_v8_revision' : '6490ec46c90fad709c46ad92b3ca5fe498d11388' ,
171
+ 'nw_node_revision' : 'd23fa26cc727f9dafbc080e0dcc86f8bb273fc88' ,
172
+
173
173
# ANGLE's deps are relative to the angle_root variable.
174
174
'angle_root' : 'src/third_party/angle' ,
175
175
@@ -201,27 +201,27 @@ vars = {
201
201
# Three lines of non-changing comments so that
202
202
# the commit queue can handle CLs rolling Skia
203
203
# and whatever else without interference from each other.
204
- 'skia_revision' : 'bdeb0a236b3ea3e739a537b44d62680889ace608 ' ,
204
+ 'skia_revision' : 'fe61f1806d406858a2ed399b6dfeef1c40d06284 ' ,
205
205
# Three lines of non-changing comments so that
206
206
# the commit queue can handle CLs rolling V8
207
207
# and whatever else without interference from each other.
208
- 'v8_revision' : '58073be96a5485b2844246ea4d8d4b57bc6f3179 ' ,
208
+ 'v8_revision' : '18b0abf704ef3da393cf0b7a4cad4887a1596dda ' ,
209
209
# Three lines of non-changing comments so that
210
210
# the commit queue can handle CLs rolling swarming_client
211
211
# and whatever else without interference from each other.
212
212
'swarming_revision' : '4c095d04179dc725a300085ae21fe3b79900d072' ,
213
213
# Three lines of non-changing comments so that
214
214
# the commit queue can handle CLs rolling ANGLE
215
215
# and whatever else without interference from each other.
216
- 'angle_revision' : 'ec73f889c52a5c7900d4f236fc5125e6422bd9cc ' ,
216
+ 'angle_revision' : '8fe0309421694ef5cde7d4a0891ac364842b74d3 ' ,
217
217
# Three lines of non-changing comments so that
218
218
# the commit queue can handle CLs rolling SwiftShader
219
219
# and whatever else without interference from each other.
220
220
'swiftshader_revision' : 'cbfd396756c6530ee31268d88e5e742ba761fc57' ,
221
221
# Three lines of non-changing comments so that
222
222
# the commit queue can handle CLs rolling PDFium
223
223
# and whatever else without interference from each other.
224
- 'pdfium_revision' : 'bbb2038a3f147c4ed00f77cb148523562b1c8c9f ' ,
224
+ 'pdfium_revision' : 'd080048b1c862d222f4893936f48a65405397723 ' ,
225
225
# Three lines of non-changing comments so that
226
226
# the commit queue can handle CLs rolling BoringSSL
227
227
# and whatever else without interference from each other.
@@ -272,7 +272,7 @@ vars = {
272
272
# Three lines of non-changing comments so that
273
273
# the commit queue can handle CLs rolling devtools-frontend
274
274
# and whatever else without interference from each other.
275
- 'devtools_frontend_revision' : '96f17dbdf633f466e2a6cfffb4d594181c73116d ' ,
275
+ 'devtools_frontend_revision' : 'abc7b89c285fae2a99b0ee26f5367d69b49665b0 ' ,
276
276
# Three lines of non-changing comments so that
277
277
# the commit queue can handle CLs rolling libprotobuf-mutator
278
278
# and whatever else without interference from each other.
@@ -348,7 +348,7 @@ vars = {
348
348
# Three lines of non-changing comments so that
349
349
# the commit queue can handle CLs rolling libavif
350
350
# and whatever else without interference from each other.
351
- 'libavif_revision' : '94ac5b4c721597f739ee4b6fadee5c56bf952c73 ' ,
351
+ 'libavif_revision' : 'f88383daa8de92d57e898cce9c2d23a9fe87802c ' ,
352
352
# Three lines of non-changing comments so that
353
353
# the commit queue can handle CLs rolling nearby
354
354
# and whatever else without interference from each other.
@@ -924,7 +924,7 @@ deps = {
924
924
},
925
925
926
926
'src/third_party/ffmpeg' :
927
- Var ('chromium_git' ) + '/chromium/third_party/ffmpeg.git' + '@' + '48b037ba0de5eecc97baf6e1d0133c4cc58485b1 ' ,
927
+ Var ('chromium_git' ) + '/chromium/third_party/ffmpeg.git' + '@' + 'a1f3db690c654bc3c74381c61d4071c578e5f398 ' ,
928
928
929
929
'src/third_party/flac' :
930
930
Var ('chromium_git' ) + '/chromium/deps/flac.git' + '@' + 'af862024c8c8fa0ae07ced05e89013d881b00596' ,
@@ -1436,7 +1436,7 @@ deps = {
1436
1436
},
1437
1437
1438
1438
'src/third_party/usrsctp/usrsctplib' :
1439
- Var ('chromium_git' ) + '/external/github.com/sctplab/usrsctp' + '@' + 'a8c51df76caae94254b1e59999405f739467490e ' ,
1439
+ Var ('chromium_git' ) + '/external/github.com/sctplab/usrsctp' + '@' + '6b40d1884165cfde314241ea8f6d62c24a726ae0 ' ,
1440
1440
1441
1441
'src/third_party/vulkan_memory_allocator' :
1442
1442
Var ('chromium_git' ) + '/external/github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git' + '@' + '6c656df63da5995a932aafd45b32af1974e497d9' ,
@@ -1479,7 +1479,7 @@ deps = {
1479
1479
},
1480
1480
1481
1481
'src/third_party/webrtc' :
1482
- Var ('webrtc_git' ) + '/src.git' + '@' + 'ba48fa5d2cc2107a52f14ff9c245d1fead0f2fa5 ' ,
1482
+ Var ('webrtc_git' ) + '/src.git' + '@' + '199ddd84b719dd513e7768400e1440360aafb82c ' ,
1483
1483
1484
1484
'src/third_party/libgifcodec' :
1485
1485
Var ('skia_git' ) + '/libgifcodec' + '@' + Var ('libgifcodec_revision' ),
@@ -1557,7 +1557,7 @@ deps = {
1557
1557
# Var('chromium_git') + '/v8/v8.git' + '@' + Var('v8_revision'),
1558
1558
1559
1559
'src-internal' : {
1560
- 'url' : 'https://chrome-internal.googlesource.com/chrome/src-internal.git@bf599b80dc072b4165871a550de274d05327affd ' ,
1560
+ 'url' : 'https://chrome-internal.googlesource.com/chrome/src-internal.git@f65bcaceb822d366930161cda14362b1cfcfdd15 ' ,
1561
1561
'condition' : 'checkout_src_internal' ,
1562
1562
},
1563
1563
0 commit comments