@@ -50,7 +50,7 @@ gclient_gn_args = [
50
50
51
51
52
52
vars = {
53
- "buildspec_platforms" : "all " ,
53
+ "buildspec_platforms" : "linux64, mac64, win, win64, android " ,
54
54
# Variable that can be used to support multiple build scenarios, like having
55
55
# Chromium specific targets in a client project's GN file or sync dependencies
56
56
# conditionally etc.
@@ -166,8 +166,8 @@ vars = {
166
166
'checkout_simplechrome' : '"{cros_boards}" != ""' ,
167
167
'checkout_simplechrome_with_vms' : '"{cros_boards_with_qemu_images}" != ""' ,
168
168
169
- 'nw_src_revision' : '83a0e8bee7557c4a3413243b41f01eba535a51ae ' ,
170
- 'nw_v8_revision' : '247a406daadc05b8e1d9a26028e073e330f626ef ' ,
169
+ 'nw_src_revision' : '0ffab9c83a173490c6e13c9eb1674545d39b55ad ' ,
170
+ 'nw_v8_revision' : '050bd3e40169233b81137ed7f344f49ebc2f16dd ' ,
171
171
'nw_node_revision' : '49b68d6512c3eb65cef59504f5a4487a772ab081' ,
172
172
173
173
# ANGLE's deps are relative to the angle_root variable.
@@ -201,11 +201,11 @@ vars = {
201
201
# Three lines of non-changing comments so that
202
202
# the commit queue can handle CLs rolling Skia
203
203
# and whatever else without interference from each other.
204
- 'skia_revision' : '489348851cca51b23f522734b6db3c785ffdfaed ' ,
204
+ 'skia_revision' : '73c703c2bdbde9a7602bc017f08376bfb4c79f33 ' ,
205
205
# Three lines of non-changing comments so that
206
206
# the commit queue can handle CLs rolling V8
207
207
# and whatever else without interference from each other.
208
- 'v8_revision' : '45d51f3f97a6058fced26b9c378fba5dcd924704 ' ,
208
+ 'v8_revision' : '07b417d116f048d31f0ae53bef81acf68f074504 ' ,
209
209
# Three lines of non-changing comments so that
210
210
# the commit queue can handle CLs rolling swarming_client
211
211
# and whatever else without interference from each other.
@@ -1459,7 +1459,7 @@ deps = {
1459
1459
1460
1460
# Display server protocol for Linux.
1461
1461
'src/third_party/wayland/src' : {
1462
- 'url' : Var ('chromium_git' ) + '/external/anongit.freedesktop.org/git/wayland/wayland.git' + '@' + 'e091839dd08354289e501a47219e0c7a6472dff3 ' ,
1462
+ 'url' : Var ('chromium_git' ) + '/external/anongit.freedesktop.org/git/wayland/wayland.git' + '@' + 'eb1339edd398b9f5328816931e585db4229aa132 ' ,
1463
1463
'condition' : 'checkout_linux' ,
1464
1464
},
1465
1465
@@ -1573,7 +1573,7 @@ deps = {
1573
1573
# Var('chromium_git') + '/v8/v8.git' + '@' + Var('v8_revision'),
1574
1574
1575
1575
'src-internal' : {
1576
- 'url' : 'https://chrome-internal.googlesource.com/chrome/src-internal.git@793bbaac5d5aa00d07666c05446a37949c634aee ' ,
1576
+ 'url' : 'https://chrome-internal.googlesource.com/chrome/src-internal.git@727e7f18f649af8add3256f6039dbe8698d8bf06 ' ,
1577
1577
'condition' : 'checkout_src_internal' ,
1578
1578
},
1579
1579
0 commit comments