@@ -40,7 +40,7 @@ gclient_gn_args = [
40
40
41
41
42
42
vars = {
43
- "buildspec_platforms" : "all " ,
43
+ "buildspec_platforms" : "linux64, mac64, win, win64 " ,
44
44
# Variable that can be used to support multiple build scenarios, like having
45
45
# Chromium specific targets in a client project's GN file or sync dependencies
46
46
# conditionally etc.
@@ -144,8 +144,8 @@ vars = {
144
144
# (ie: release) images.
145
145
'use_public_cros_config' : 'not checkout_src_internal' ,
146
146
147
- 'nw_src_revision' : 'c42665256b08ca999414fd4c36e045c07b0163bb ' ,
148
- 'nw_v8_revision' : 'e2d69df460a12c62bc11ff59c1c47fde7fb671bd ' ,
147
+ 'nw_src_revision' : '7475b664b3d9ef1cf74615533ea3b0c00800486c ' ,
148
+ 'nw_v8_revision' : 'b179a84b631724dadb297fb75e61c3fbaf8313e2 ' ,
149
149
'nw_node_revision' : '5299dc41854e1b92e2cb96edbaaff84118ee80a2' ,
150
150
151
151
# ANGLE's deps are relative to the angle_root variable.
@@ -178,11 +178,11 @@ vars = {
178
178
# Three lines of non-changing comments so that
179
179
# the commit queue can handle CLs rolling Skia
180
180
# and whatever else without interference from each other.
181
- 'skia_revision' : 'bab8b547b6e5aaeb358454e06828ea7d3fb27082 ' ,
181
+ 'skia_revision' : '97c9a95908bc8c7a6794259b35f366a3291e2d0f ' ,
182
182
# Three lines of non-changing comments so that
183
183
# the commit queue can handle CLs rolling V8
184
184
# and whatever else without interference from each other.
185
- 'v8_revision' : 'cba87a97bb0fccf225ef1d0c488dbd22a3eb3ab1 ' ,
185
+ 'v8_revision' : '0d24498011b4eba2e0cff1686eadaae0ed28344e ' ,
186
186
# Three lines of non-changing comments so that
187
187
# the commit queue can handle CLs rolling swarming_client
188
188
# and whatever else without interference from each other.
@@ -935,7 +935,7 @@ deps = {
935
935
936
936
# Used for embedded builds. CrOS & Linux use the system version.
937
937
'src/third_party/fontconfig/src' : {
938
- 'url' : Var ('chromium_git' ) + '/external/fontconfig.git' + '@' + 'cd51cb241aad7b362b793200ca7d42595c14f52b ' ,
938
+ 'url' : Var ('chromium_git' ) + '/external/fontconfig.git' + '@' + '452be8125f0e2a18a7dfef469e05d19374d36307 ' ,
939
939
'condition' : 'checkout_linux' ,
940
940
},
941
941
@@ -1507,7 +1507,7 @@ deps = {
1507
1507
Var ('chromium_git' ) + '/external/khronosgroup/webgl.git' + '@' + 'dd55f3ca8f2ea716ca917a4aaf36f0729fe902b1' ,
1508
1508
1509
1509
'src/third_party/webrtc' :
1510
- Var ('webrtc_git' ) + '/src.git' + '@' + 'e321a8949331d3935b2c49c0bef02b7f71abe12e ' ,
1510
+ Var ('webrtc_git' ) + '/src.git' + '@' + '7a0e44c1a84fb4ed57a6701cfc8093756c37af6f ' ,
1511
1511
1512
1512
'src/third_party/libgifcodec' :
1513
1513
Var ('skia_git' ) + '/libgifcodec' + '@' + Var ('libgifcodec_revision' ),
@@ -1583,7 +1583,7 @@ deps = {
1583
1583
# Var('chromium_git') + '/v8/v8.git' + '@' + Var('v8_revision'),
1584
1584
1585
1585
'src-internal' : {
1586
- 'url' : 'https://chrome-internal.googlesource.com/chrome/src-internal.git@fc52e2cd45b2e62fc723bc89c86ad7a46b3c7c3f ' ,
1586
+ 'url' : 'https://chrome-internal.googlesource.com/chrome/src-internal.git@447b4ea9442940e7fe57a7200e0c4a7fc7d08a42 ' ,
1587
1587
'condition' : 'checkout_src_internal' ,
1588
1588
},
1589
1589
0 commit comments