@@ -39,7 +39,7 @@ gclient_gn_args = [
39
39
40
40
41
41
vars = {
42
- "buildspec_platforms" : "linux64, mac64, win, win64" ,
42
+ "buildspec_platforms" : "linux64, mac64, win, win64, android, ios, chromeos " ,
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.
@@ -117,9 +117,9 @@ vars = {
117
117
# (ie: release) images.
118
118
'use_public_cros_config' : 'not checkout_src_internal' ,
119
119
120
- 'nw_src_revision' : '4ecee4fe6aedd3e9c798924726e9a0017407cf9a ' ,
121
- 'nw_v8_revision' : 'bf62c4681425c89225fbc5216bc1bf1a42485adc ' ,
122
- 'nw_node_revision' : '294033e3e03e5d97c8d04d32081ffe4f85dce9d5 ' ,
120
+ 'nw_src_revision' : '3b08f350b753b770001c1ede01190e5f3cda01fa ' ,
121
+ 'nw_v8_revision' : 'f8750a242932ad90851bc5a5bcc5d274392a2852 ' ,
122
+ 'nw_node_revision' : '21b7a8749c3aba5c1b030781f59c0dc2d058fcdd ' ,
123
123
124
124
# ANGLE's deps are relative to the angle_root variable.
125
125
'angle_root' : 'src/third_party/angle' ,
@@ -155,7 +155,7 @@ vars = {
155
155
# Three lines of non-changing comments so that
156
156
# the commit queue can handle CLs rolling V8
157
157
# and whatever else without interference from each other.
158
- 'v8_revision' : '027689dbfcb2a9bbc8ceec4db2631c558e879633 ' ,
158
+ 'v8_revision' : '61f6ff68518ad06a515cb8b5f140a3850c9a4849 ' ,
159
159
# Three lines of non-changing comments so that
160
160
# the commit queue can handle CLs rolling swarming_client
161
161
# and whatever else without interference from each other.
@@ -1431,7 +1431,7 @@ deps = {
1431
1431
# Var('chromium_git') + '/v8/v8.git' + '@' + Var('v8_revision'),
1432
1432
1433
1433
'src-internal' : {
1434
- 'url' : 'https://chrome-internal.googlesource.com/chrome/src-internal.git@ff9562886fd7431d06d61ad127b94a65f42f2da7 ' ,
1434
+ 'url' : 'https://chrome-internal.googlesource.com/chrome/src-internal.git@51b54bf5b78f8b1b2d277066ed682c967bb5178d ' ,
1435
1435
'condition' : 'checkout_src_internal' ,
1436
1436
},
1437
1437
0 commit comments