@@ -50,7 +50,7 @@ gclient_gn_args = [
50
50
51
51
52
52
vars = {
53
- "buildspec_platforms" : "linux64, mac64, win, win64, android " ,
53
+ "buildspec_platforms" : "all " ,
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,9 +166,9 @@ vars = {
166
166
'checkout_simplechrome' : '"{cros_boards}" != ""' ,
167
167
'checkout_simplechrome_with_vms' : '"{cros_boards_with_qemu_images}" != ""' ,
168
168
169
- 'nw_src_revision' : '0ffab9c83a173490c6e13c9eb1674545d39b55ad ' ,
170
- 'nw_v8_revision' : '050bd3e40169233b81137ed7f344f49ebc2f16dd ' ,
171
- 'nw_node_revision' : '49b68d6512c3eb65cef59504f5a4487a772ab081 ' ,
169
+ 'nw_src_revision' : '874a66b3fd43ae52f6f570b5fd6ee828a2e5c4e8 ' ,
170
+ 'nw_v8_revision' : 'e10550ef0bf4a6b9691e979a903c53b41a0c7311 ' ,
171
+ 'nw_node_revision' : 'd168d6d2f33b9f824b7ff4edd4850dad7da250bd ' ,
172
172
173
173
# ANGLE's deps are relative to the angle_root variable.
174
174
'angle_root' : 'src/third_party/angle' ,
@@ -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' : '73c703c2bdbde9a7602bc017f08376bfb4c79f33 ' ,
204
+ 'skia_revision' : '489348851cca51b23f522734b6db3c785ffdfaed ' ,
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' : '07b417d116f048d31f0ae53bef81acf68f074504 ' ,
208
+ 'v8_revision' : '3cd8a8915ce4f62b50e6371f5b7fc155b5d78413 ' ,
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' + '@' + 'eb1339edd398b9f5328816931e585db4229aa132 ' ,
1462
+ 'url' : Var ('chromium_git' ) + '/external/anongit.freedesktop.org/git/wayland/wayland.git' + '@' + 'e091839dd08354289e501a47219e0c7a6472dff3 ' ,
1463
1463
'condition' : 'checkout_linux' ,
1464
1464
},
1465
1465
@@ -1495,7 +1495,7 @@ deps = {
1495
1495
},
1496
1496
1497
1497
'src/third_party/webrtc' :
1498
- Var ('webrtc_git' ) + '/src.git' + '@' + '69202b2a57b8b7f7046dc26930aafd6f779a152e ' ,
1498
+ Var ('webrtc_git' ) + '/src.git' + '@' + 'a1aa01aad009d29d7fa00f6d407d919372e5ecf8 ' ,
1499
1499
1500
1500
'src/third_party/libgifcodec' :
1501
1501
Var ('skia_git' ) + '/libgifcodec' + '@' + Var ('libgifcodec_revision' ),
@@ -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@727e7f18f649af8add3256f6039dbe8698d8bf06 ' ,
1576
+ 'url' : 'https://chrome-internal.googlesource.com/chrome/src-internal.git@2f3f492fc1edb354af4e307f3ad873380d56cf61 ' ,
1577
1577
'condition' : 'checkout_src_internal' ,
1578
1578
},
1579
1579
0 commit comments