@@ -39,7 +39,7 @@ gclient_gn_args = [
39
39
40
40
41
41
vars = {
42
- "buildspec_platforms" : "linux64, mac64, win, win64, android, ios, chromeos " ,
42
+ "buildspec_platforms" : "linux64, mac64, win, win64" ,
43
43
# Variable that can be used to support multiple build scenarios, like having
44
44
# Chromium specific targets in a client project's GN file or sync dependencies
45
45
# conditionally etc.
@@ -134,8 +134,8 @@ vars = {
134
134
# (ie: release) images.
135
135
'use_public_cros_config' : 'not checkout_src_internal' ,
136
136
137
- 'nw_src_revision' : '27670a1abecfb8c11a23d1658ecd87a7e555e1cf ' ,
138
- 'nw_v8_revision' : 'ebac9cc6e42c2fcc5b6a3e6dd9ff875f2ae0cdcb ' ,
137
+ 'nw_src_revision' : '69f7987f18694f3c8391bc0a6801d56825d06356 ' ,
138
+ 'nw_v8_revision' : '26fedbbb0089b1a0ce6df3609948f576d2653a9a ' ,
139
139
'nw_node_revision' : 'b8d4b9b9f436e579f9ab2f2dc2a7c0af58de05b4' ,
140
140
141
141
# ANGLE's deps are relative to the angle_root variable.
@@ -168,11 +168,11 @@ vars = {
168
168
# Three lines of non-changing comments so that
169
169
# the commit queue can handle CLs rolling Skia
170
170
# and whatever else without interference from each other.
171
- 'skia_revision' : 'bc8994cb7f7fe93d758211a65c9b987210f83262 ' ,
171
+ 'skia_revision' : 'a40a8a58755f952280cac9dfdcbf761aa7d29a52 ' ,
172
172
# Three lines of non-changing comments so that
173
173
# the commit queue can handle CLs rolling V8
174
174
# and whatever else without interference from each other.
175
- 'v8_revision' : '46a7ef3726d1cd4d5d34e2c9de7f1a9fd276ad21 ' ,
175
+ 'v8_revision' : '725bcedcb6914f8e4e321a1b673ef5847fa57ad9 ' ,
176
176
# Three lines of non-changing comments so that
177
177
# the commit queue can handle CLs rolling swarming_client
178
178
# and whatever else without interference from each other.
@@ -1423,7 +1423,7 @@ deps = {
1423
1423
Var ('chromium_git' ) + '/external/khronosgroup/webgl.git' + '@' + 'abaae129d9a0c6e1e092067e0b105475df43352e' ,
1424
1424
1425
1425
'src/third_party/webrtc' :
1426
- Var ('webrtc_git' ) + '/src.git' + '@' + '3498a292ecfae6d0abaaa3d078670184710ce65b ' ,
1426
+ Var ('webrtc_git' ) + '/src.git' + '@' + '0b2302e5e0418b6716fbc0b3927874fd3a842caf ' ,
1427
1427
1428
1428
'src/third_party/xdg-utils' : {
1429
1429
'url' : Var ('chromium_git' ) + '/chromium/deps/xdg-utils.git' + '@' + 'd80274d5869b17b8c9067a1022e4416ee7ed5e0d' ,
@@ -1470,7 +1470,7 @@ deps = {
1470
1470
# Var('chromium_git') + '/v8/v8.git' + '@' + Var('v8_revision'),
1471
1471
1472
1472
'src-internal' : {
1473
- 'url' : 'https://chrome-internal.googlesource.com/chrome/src-internal.git@ee44ffba8ca2d316a1d613113aa85bc809d669c7 ' ,
1473
+ 'url' : 'https://chrome-internal.googlesource.com/chrome/src-internal.git@4221b0a3393454cc68f3509a34b5a56f8b3d776c ' ,
1474
1474
'condition' : 'checkout_src_internal' ,
1475
1475
},
1476
1476
0 commit comments