Skip to content

Commit 46ec808

Browse files
committed
update to chromium 80.0.3987.66
1 parent 258b7bc commit 46ec808

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

DEPS

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ gclient_gn_args = [
4040

4141

4242
vars = {
43-
"buildspec_platforms": "all",
43+
"buildspec_platforms": "linux64, mac64, win, win64",
4444
# Variable that can be used to support multiple build scenarios, like having
4545
# Chromium specific targets in a client project's GN file or sync dependencies
4646
# conditionally etc.
@@ -144,8 +144,8 @@ vars = {
144144
# (ie: release) images.
145145
'use_public_cros_config': 'not checkout_src_internal',
146146

147-
'nw_src_revision': 'c42665256b08ca999414fd4c36e045c07b0163bb',
148-
'nw_v8_revision': 'e2d69df460a12c62bc11ff59c1c47fde7fb671bd',
147+
'nw_src_revision': '7475b664b3d9ef1cf74615533ea3b0c00800486c',
148+
'nw_v8_revision': 'b179a84b631724dadb297fb75e61c3fbaf8313e2',
149149
'nw_node_revision': '5299dc41854e1b92e2cb96edbaaff84118ee80a2',
150150

151151
# ANGLE's deps are relative to the angle_root variable.
@@ -178,11 +178,11 @@ vars = {
178178
# Three lines of non-changing comments so that
179179
# the commit queue can handle CLs rolling Skia
180180
# and whatever else without interference from each other.
181-
'skia_revision': 'bab8b547b6e5aaeb358454e06828ea7d3fb27082',
181+
'skia_revision': '97c9a95908bc8c7a6794259b35f366a3291e2d0f',
182182
# Three lines of non-changing comments so that
183183
# the commit queue can handle CLs rolling V8
184184
# and whatever else without interference from each other.
185-
'v8_revision': 'cba87a97bb0fccf225ef1d0c488dbd22a3eb3ab1',
185+
'v8_revision': '0d24498011b4eba2e0cff1686eadaae0ed28344e',
186186
# Three lines of non-changing comments so that
187187
# the commit queue can handle CLs rolling swarming_client
188188
# and whatever else without interference from each other.
@@ -935,7 +935,7 @@ deps = {
935935

936936
# Used for embedded builds. CrOS & Linux use the system version.
937937
'src/third_party/fontconfig/src': {
938-
'url': Var('chromium_git') + '/external/fontconfig.git' + '@' + 'cd51cb241aad7b362b793200ca7d42595c14f52b',
938+
'url': Var('chromium_git') + '/external/fontconfig.git' + '@' + '452be8125f0e2a18a7dfef469e05d19374d36307',
939939
'condition': 'checkout_linux',
940940
},
941941

@@ -1507,7 +1507,7 @@ deps = {
15071507
Var('chromium_git') + '/external/khronosgroup/webgl.git' + '@' + 'dd55f3ca8f2ea716ca917a4aaf36f0729fe902b1',
15081508

15091509
'src/third_party/webrtc':
1510-
Var('webrtc_git') + '/src.git' + '@' + 'e321a8949331d3935b2c49c0bef02b7f71abe12e',
1510+
Var('webrtc_git') + '/src.git' + '@' + '7a0e44c1a84fb4ed57a6701cfc8093756c37af6f',
15111511

15121512
'src/third_party/libgifcodec':
15131513
Var('skia_git') + '/libgifcodec' + '@'+ Var('libgifcodec_revision'),
@@ -1583,7 +1583,7 @@ deps = {
15831583
# Var('chromium_git') + '/v8/v8.git' + '@' + Var('v8_revision'),
15841584

15851585
'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',
15871587
'condition': 'checkout_src_internal',
15881588
},
15891589

0 commit comments

Comments
 (0)