@@ -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.
@@ -112,9 +112,9 @@ vars = {
112
112
# (ie: release) images.
113
113
'use_public_cros_config' : 'not checkout_src_internal' ,
114
114
115
- 'nw_src_revision' : '9c9472c9d5c8f41f3ae2bd5f66c291989626db41 ' ,
116
- 'nw_v8_revision' : '7f1c591729376d484959acf24667450e11ef14b2 ' ,
117
- 'nw_node_revision' : '79d48d74da9b1f7f82a9c18b1ae47bb82a7c8263 ' ,
115
+ 'nw_src_revision' : '4b3f2986cf88748f2c7d0b7ab4f643d437971fdb ' ,
116
+ 'nw_v8_revision' : '7c3d68c325ac49bd9a612796d44749108948b79f ' ,
117
+ 'nw_node_revision' : 'b39900733472d01bed0d1fa4592f1c44d19d60fe ' ,
118
118
119
119
# ANGLE's deps are relative to the angle_root variable.
120
120
'angle_root' : 'src/third_party/angle' ,
@@ -144,19 +144,19 @@ vars = {
144
144
# Three lines of non-changing comments so that
145
145
# the commit queue can handle CLs rolling Skia
146
146
# and whatever else without interference from each other.
147
- 'skia_revision' : '60c80f35857c0054cf8d326a49c277367dd8e5cc ' ,
147
+ 'skia_revision' : '592fe6d5a78c6c7b1dd99ccdd6efd6e21348d410 ' ,
148
148
# Three lines of non-changing comments so that
149
149
# the commit queue can handle CLs rolling V8
150
150
# and whatever else without interference from each other.
151
- 'v8_revision' : '34d8c1b1eef51f3d0df5ee60008a89e77c3209f4 ' ,
151
+ 'v8_revision' : '20999a8f59d1543c90d6efe84d6480ad4b67a530 ' ,
152
152
# Three lines of non-changing comments so that
153
153
# the commit queue can handle CLs rolling swarming_client
154
154
# and whatever else without interference from each other.
155
155
'swarming_revision' : '779c4f0f8488c64587b75dbb001d18c3c0c4cda9' ,
156
156
# Three lines of non-changing comments so that
157
157
# the commit queue can handle CLs rolling ANGLE
158
158
# and whatever else without interference from each other.
159
- 'angle_revision' : 'aed672f72eec961b6089876b49ffabbab6817023 ' ,
159
+ 'angle_revision' : '9379eed385311cbc442a986437431b3e6ce45ff1 ' ,
160
160
# Three lines of non-changing comments so that
161
161
# the commit queue can handle CLs rolling SwiftShader
162
162
# and whatever else without interference from each other.
@@ -1406,7 +1406,7 @@ deps = {
1406
1406
# Var('chromium_git') + '/v8/v8.git' + '@' + Var('v8_revision'),
1407
1407
1408
1408
'src-internal' : {
1409
- 'url' : 'https://chrome-internal.googlesource.com/chrome/src-internal.git@c0fe56f14f425f8f08574a16b5ee3545d1201e44 ' ,
1409
+ 'url' : 'https://chrome-internal.googlesource.com/chrome/src-internal.git@104a6a7d328c68f3cb0e58c7c3d5062976875af2 ' ,
1410
1410
'condition' : 'checkout_src_internal' ,
1411
1411
},
1412
1412
0 commit comments