@@ -37,7 +37,7 @@ gclient_gn_args = [
37
37
38
38
39
39
vars = {
40
- "buildspec_platforms" : "win, ios , linux64, chromeos , win64, android, mac64 " ,
40
+ "buildspec_platforms" : "win, android , linux64, mac64 , win64" ,
41
41
# Variable that can be used to support multiple build scenarios, like having
42
42
# Chromium specific targets in a client project's GN file or sync dependencies
43
43
# conditionally etc.
@@ -99,8 +99,8 @@ vars = {
99
99
# as an expression.
100
100
'cros_download_vm' : '"{cros_board}" == "amd64-generic"' ,
101
101
102
- 'nw_src_revision' : '6c72dea87c6f5d06bb652bfbd287a8108f5c8a28 ' ,
103
- 'nw_v8_revision' : '73051e396abd172528200330914091bd36bfa24c ' ,
102
+ 'nw_src_revision' : 'f4d987bc48dcd76fe2da5cbcce79b913e50c6660 ' ,
103
+ 'nw_v8_revision' : 'da8705ec42a22b5587913efae0fcfe69dd4c230c ' ,
104
104
'nw_node_revision' : '6f03c09de25ae4a3d9445334f8f95c25d89fbbc0' ,
105
105
# ANGLE's deps are relative to the angle_root variable.
106
106
'angle_root' : 'src/third_party/angle' ,
@@ -126,11 +126,11 @@ vars = {
126
126
# Three lines of non-changing comments so that
127
127
# the commit queue can handle CLs rolling Skia
128
128
# and whatever else without interference from each other.
129
- 'skia_revision' : '84c5c846e543066678a8fd8391171fb730886852 ' ,
129
+ 'skia_revision' : '636ee33902ddc27fd9683d250ceb23f65467488b ' ,
130
130
# Three lines of non-changing comments so that
131
131
# the commit queue can handle CLs rolling V8
132
132
# and whatever else without interference from each other.
133
- 'v8_revision' : 'a8a51d8837b31292af4a420039f154967f86c7eb ' ,
133
+ 'v8_revision' : '51df567dd66bdea870c9a93f445ee50b7bbd6735 ' ,
134
134
# Three lines of non-changing comments so that
135
135
# the commit queue can handle CLs rolling swarming_client
136
136
# and whatever else without interference from each other.
@@ -1265,7 +1265,7 @@ deps = {
1265
1265
# Var('chromium_git') + '/v8/v8.git' + '@' + Var('v8_revision'),
1266
1266
1267
1267
'src-internal' : {
1268
- 'url' : 'https://chrome-internal.googlesource.com/chrome/src-internal.git@eaeb005f029e576064c33c1ff7008c2102962bb2 ' ,
1268
+ 'url' : 'https://chrome-internal.googlesource.com/chrome/src-internal.git@b3b875a3bf7a110b69ae40098af465ad71375611 ' ,
1269
1269
'condition' : 'checkout_src_internal' ,
1270
1270
},
1271
1271
0 commit comments