@@ -40,7 +40,7 @@ gclient_gn_args = [
40
40
41
41
42
42
vars = {
43
- "buildspec_platforms" : "linux64, mac64, win, win64" ,
43
+ "buildspec_platforms" : "linux64, mac64, win, win64, android, ios " ,
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' : '027cac9dc7095901bd2ea032c711beeb1a35b77e ' ,
148
- 'nw_v8_revision' : 'b179a84b631724dadb297fb75e61c3fbaf8313e2 ' ,
147
+ 'nw_src_revision' : '95e9ab87b28467513cc9eb591825b0ae166d87b0 ' ,
148
+ 'nw_v8_revision' : '4c35109c91fc95fa8a34cf2c2fbf96a90d5758a0 ' ,
149
149
'nw_node_revision' : '5299dc41854e1b92e2cb96edbaaff84118ee80a2' ,
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' : '0d24498011b4eba2e0cff1686eadaae0ed28344e ' ,
185
+ 'v8_revision' : 'fc55b9e7a591bff6c9ec020d97e2b11925c23af5 ' ,
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.
@@ -1583,7 +1583,7 @@ deps = {
1583
1583
# Var('chromium_git') + '/v8/v8.git' + '@' + Var('v8_revision'),
1584
1584
1585
1585
'src-internal' : {
1586
- 'url' : 'https://chrome-internal.googlesource.com/chrome/src-internal.git@447b4ea9442940e7fe57a7200e0c4a7fc7d08a42 ' ,
1586
+ 'url' : 'https://chrome-internal.googlesource.com/chrome/src-internal.git@19ec96ce72e9e3b279dedc250f64995bf47e67a3 ' ,
1587
1587
'condition' : 'checkout_src_internal' ,
1588
1588
},
1589
1589
0 commit comments