@@ -49,7 +49,7 @@ gclient_gn_args = [
49
49
50
50
51
51
vars = {
52
- "buildspec_platforms" : "linux64, mac64, win, win64, android " ,
52
+ "buildspec_platforms" : "linux64, mac64, win, win64" ,
53
53
# Variable that can be used to support multiple build scenarios, like having
54
54
# Chromium specific targets in a client project's GN file or sync dependencies
55
55
# conditionally etc.
@@ -172,6 +172,10 @@ vars = {
172
172
'checkout_simplechrome' : '"{cros_boards}" != ""' ,
173
173
'checkout_simplechrome_with_vms' : '"{cros_boards_with_qemu_images}" != ""' ,
174
174
175
+ 'nw_src_revision' : 'cebf380656971418dc252cc58d9e600f05f8dde5' ,
176
+ 'nw_v8_revision' : '34274c534738b9519634b0ec25dc5917e2ecfcf0' ,
177
+ 'nw_node_revision' : '6a9543fec0ea769b6d346d2d4cc3d7c32f2a60fd' ,
178
+
175
179
# ANGLE's deps are relative to the angle_root variable.
176
180
'angle_root' : 'src/third_party/angle' ,
177
181
@@ -198,18 +202,14 @@ vars = {
198
202
'skia_git' : 'https://skia.googlesource.com' ,
199
203
'swiftshader_git' : 'https://swiftshader.googlesource.com' ,
200
204
'webrtc_git' : 'https://webrtc.googlesource.com' ,
201
- 'nw_src_revision' : '12f41621a0e61a7f293220960e7a04489f9a62b2' ,
202
- 'nw_v8_revision' : '93c850fed8bdcc05cd9275d06e66fdac13493719' ,
203
- 'nw_node_revision' : '6a9543fec0ea769b6d346d2d4cc3d7c32f2a60fd' ,
204
-
205
205
# Three lines of non-changing comments so that
206
206
# the commit queue can handle CLs rolling Skia
207
207
# and whatever else without interference from each other.
208
208
'skia_revision' : '109bfc9052ce1bde7acf07321d605601d7b7ec24' ,
209
209
# Three lines of non-changing comments so that
210
210
# the commit queue can handle CLs rolling V8
211
211
# and whatever else without interference from each other.
212
- 'v8_revision' : '6fbcc11c530bb348e805f6c5cfcd15c337640dc8 ' ,
212
+ 'v8_revision' : '09ecd88ef275f6c66605218a0ffb72123ea3b5e1 ' ,
213
213
# Three lines of non-changing comments so that
214
214
# the commit queue can handle CLs rolling swarming_client
215
215
# and whatever else without interference from each other.
@@ -1590,11 +1590,12 @@ deps = {
1590
1590
1591
1591
'src/third_party/node-nw' :
1592
1592
Var ('nwjs_git' ) + '/node.git' + '@' + Var ('nw_node_revision' ),
1593
+
1593
1594
#'src/v8':
1594
1595
# Var('chromium_git') + '/v8/v8.git' + '@' + Var('v8_revision'),
1595
1596
1596
1597
'src-internal' : {
1597
- 'url' : 'https://chrome-internal.googlesource.com/chrome/src-internal.git@3dbf7ad735f913b34d06a46b683ca35828074cac ' ,
1598
+ 'url' : 'https://chrome-internal.googlesource.com/chrome/src-internal.git@6504d90da6a8f1f0bdbfa53b8730410c82700179 ' ,
1598
1599
'condition' : 'checkout_src_internal' ,
1599
1600
},
1600
1601
0 commit comments