@@ -50,7 +50,7 @@ gclient_gn_args = [
50
50
51
51
52
52
vars = {
53
- "buildspec_platforms" : "all " ,
53
+ "buildspec_platforms" : "linux64, mac64, win, win64 " ,
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.
@@ -166,8 +166,8 @@ vars = {
166
166
'checkout_simplechrome' : '"{cros_boards}" != ""' ,
167
167
'checkout_simplechrome_with_vms' : '"{cros_boards_with_qemu_images}" != ""' ,
168
168
169
- 'nw_src_revision' : 'be1ab24ae158ecd5fb6b8f9a8ab904eb1535c17c ' ,
170
- 'nw_v8_revision' : 'c6c3376a62a7bd051a8b00ec0a7acc424d3a4a75 ' ,
169
+ 'nw_src_revision' : '24aa80c285c3579aeab45f7ddeca747ad2327557 ' ,
170
+ 'nw_v8_revision' : '0befe142a839e0eb039ec06cee00eb683a29f13d ' ,
171
171
'nw_node_revision' : '173afa38e81a44356272ea0673d69bf87089f314' ,
172
172
173
173
# ANGLE's deps are relative to the angle_root variable.
@@ -205,15 +205,15 @@ vars = {
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' : 'bd2510a6809c94c357ecafb7d3d679c10d2ede0a ' ,
208
+ 'v8_revision' : '5e4b41ddd544a41fca89a6d4951a5060978fed7c ' ,
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' : '44c13d73156581ea09b9389001e58c23a4b8d70a' ,
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' : '64eb64a034cb725baf3dea089f3badbbab77a0be ' ,
216
+ 'angle_revision' : 'ac18d9c83f8533eaea97950fc86fc901df806f65 ' ,
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.
@@ -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' : '4198f9311972385670bea93fbb3351917619aef9 ' ,
275
+ 'devtools_frontend_revision' : '51af4604a0b50bbf4d09e9c4e3eaf950d0278ff5 ' ,
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.
@@ -905,7 +905,7 @@ deps = {
905
905
906
906
# For Linux and Chromium OS.
907
907
'src/third_party/cros_system_api' : {
908
- 'url' : Var ('chromium_git' ) + '/chromiumos/platform2/system_api.git' + '@' + '5df72efed1de3c81f7590dbc09b240cb6edc4cd6 ' ,
908
+ 'url' : Var ('chromium_git' ) + '/chromiumos/platform2/system_api.git' + '@' + 'ebddc236e489a2dbb8a8c1f5be6bff4238ea7942 ' ,
909
909
'condition' : 'checkout_linux' ,
910
910
},
911
911
@@ -1495,7 +1495,7 @@ deps = {
1495
1495
},
1496
1496
1497
1497
'src/third_party/webrtc' :
1498
- Var ('webrtc_git' ) + '/src.git' + '@' + '5ecac218f0372d36084355dd8538f69a74359ad0 ' ,
1498
+ Var ('webrtc_git' ) + '/src.git' + '@' + '1c6bde1913107de53a2db29c4b4e7685f0b0f53d ' ,
1499
1499
1500
1500
'src/third_party/libgifcodec' :
1501
1501
Var ('skia_git' ) + '/libgifcodec' + '@' + Var ('libgifcodec_revision' ),
@@ -1573,7 +1573,7 @@ deps = {
1573
1573
# Var('chromium_git') + '/v8/v8.git' + '@' + Var('v8_revision'),
1574
1574
1575
1575
'src-internal' : {
1576
- 'url' : 'https://chrome-internal.googlesource.com/chrome/src-internal.git@024553b541903a0c974876fc559c7c50904ee7dc ' ,
1576
+ 'url' : 'https://chrome-internal.googlesource.com/chrome/src-internal.git@175c507b0a21259d038a0675853907d56fad6acb ' ,
1577
1577
'condition' : 'checkout_src_internal' ,
1578
1578
},
1579
1579
0 commit comments