@@ -38,7 +38,7 @@ gclient_gn_args = [
38
38
39
39
40
40
vars = {
41
- "buildspec_platforms" : "win, linux64, mac64 , win64" ,
41
+ "buildspec_platforms" : "win, ios, linux64, chromeos , win64, android, mac64 " ,
42
42
# Variable that can be used to support multiple build scenarios, like having
43
43
# Chromium specific targets in a client project's GN file or sync dependencies
44
44
# conditionally etc.
@@ -111,8 +111,8 @@ vars = {
111
111
# as an expression.
112
112
'cros_download_vm' : '"{cros_board}" == "amd64-generic"' ,
113
113
114
- 'nw_src_revision' : 'a87d82690166d82cc6ae02396d1ff5ce199da5f5 ' ,
115
- 'nw_v8_revision' : 'e16dd8b6d6eeca1b24e35750e06846f010c37b50 ' ,
114
+ 'nw_src_revision' : 'f3e333204cc00345f68bad2c28e5e1c3b43dbcbf ' ,
115
+ 'nw_v8_revision' : '0e500b42a76e5dd6cc652b672974da9cfb425ce8 ' ,
116
116
'nw_node_revision' : '5a3250065cca212cd66ff7e6ad54710d18dfb8e3' ,
117
117
# ANGLE's deps are relative to the angle_root variable.
118
118
'angle_root' : 'src/third_party/angle' ,
@@ -142,7 +142,7 @@ vars = {
142
142
# Three lines of non-changing comments so that
143
143
# the commit queue can handle CLs rolling V8
144
144
# and whatever else without interference from each other.
145
- 'v8_revision' : 'c9ffe2c378f6a3a9a6c75c413f64de18605324e8 ' ,
145
+ 'v8_revision' : '080edcddd609a121f78944c7d2cbf7e7f2609bb8 ' ,
146
146
# Three lines of non-changing comments so that
147
147
# the commit queue can handle CLs rolling swarming_client
148
148
# and whatever else without interference from each other.
@@ -1348,7 +1348,7 @@ deps = {
1348
1348
# Var('chromium_git') + '/v8/v8.git' + '@' + Var('v8_revision'),
1349
1349
1350
1350
'src-internal' : {
1351
- 'url' : 'https://chrome-internal.googlesource.com/chrome/src-internal.git@d483b872cc1134b45625d2b9dcd7384d53c02991 ' ,
1351
+ 'url' : 'https://chrome-internal.googlesource.com/chrome/src-internal.git@8e6f5dfd0a7f0d9e07ae166f4eef13f1c5f6b971 ' ,
1352
1352
'condition' : 'checkout_src_internal' ,
1353
1353
},
1354
1354
0 commit comments