@@ -40,7 +40,7 @@ gclient_gn_args = [
40
40
41
41
42
42
vars = {
43
- "buildspec_platforms" : "linux64, mac64, win, win64, android" ,
43
+ "buildspec_platforms" : "linux64, mac64, win, win64, android, chromeos " ,
44
44
# Variable that can be used to support multiple build scenarios, like having
45
45
# Chromium specific targets in a client project's GN file or sync dependencies
46
46
# conditionally etc.
@@ -144,8 +144,8 @@ vars = {
144
144
# (ie: release) images.
145
145
'use_public_cros_config' : 'not checkout_src_internal' ,
146
146
147
- 'nw_src_revision' : 'bbf63c5a1452028551063693b6e4dddbd4c98a5c ' ,
148
- 'nw_v8_revision' : 'dffaa579da505ae0be7e29ef84319939e9d3a28d ' ,
147
+ 'nw_src_revision' : '6b2b07bfddfcdbeeaeed9eeb8b5040dd94549e8b ' ,
148
+ 'nw_v8_revision' : 'ca5e4a97809a667a35049d571b60c100128d81df ' ,
149
149
'nw_node_revision' : '7029918fb8b7826402613441b8c79f23db83054b' ,
150
150
151
151
# ANGLE's deps are relative to the angle_root variable.
@@ -182,7 +182,7 @@ vars = {
182
182
# Three lines of non-changing comments so that
183
183
# the commit queue can handle CLs rolling V8
184
184
# and whatever else without interference from each other.
185
- 'v8_revision' : '2ad0a63d4a25377f3dc5eae52ef87505518867e8 ' ,
185
+ 'v8_revision' : '9c25291e705136181ede345dabcf05fb054812af ' ,
186
186
# Three lines of non-changing comments so that
187
187
# the commit queue can handle CLs rolling swarming_client
188
188
# and whatever else without interference from each other.
@@ -1484,7 +1484,7 @@ deps = {
1484
1484
},
1485
1485
1486
1486
'src/third_party/usrsctp/usrsctplib' :
1487
- Var ('chromium_git' ) + '/external/github.com/sctplab/usrsctp' + '@' + '7a8bc9a90ca96634aa56ee712856d97f27d903f8 ' ,
1487
+ Var ('chromium_git' ) + '/external/github.com/sctplab/usrsctp' + '@' + 'a68325e7d9ed844cc84ec134192d788586ea6cc1 ' ,
1488
1488
1489
1489
# Display server protocol for Linux.
1490
1490
'src/third_party/wayland/src' : {
@@ -1587,7 +1587,7 @@ deps = {
1587
1587
# Var('chromium_git') + '/v8/v8.git' + '@' + Var('v8_revision'),
1588
1588
1589
1589
'src-internal' : {
1590
- 'url' : 'https://chrome-internal.googlesource.com/chrome/src-internal.git@f945199c3689ef52e7b1ca2a724115268f11b786 ' ,
1590
+ 'url' : 'https://chrome-internal.googlesource.com/chrome/src-internal.git@bc883829023812e219a69491c234d814a25a8a48 ' ,
1591
1591
'condition' : 'checkout_src_internal' ,
1592
1592
},
1593
1593
0 commit comments