Skip to content

Commit a060f45

Browse files
committed
update to chromium 80.0.3987.149
1 parent b37f3d1 commit a060f45

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

DEPS

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

4141

4242
vars = {
43-
"buildspec_platforms": "linux64, mac64, win, win64, android",
43+
"buildspec_platforms": "linux64, mac64, win, win64, android, chromeos",
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': 'bbf63c5a1452028551063693b6e4dddbd4c98a5c',
148-
'nw_v8_revision': 'dffaa579da505ae0be7e29ef84319939e9d3a28d',
147+
'nw_src_revision': '6b2b07bfddfcdbeeaeed9eeb8b5040dd94549e8b',
148+
'nw_v8_revision': 'ca5e4a97809a667a35049d571b60c100128d81df',
149149
'nw_node_revision': '7029918fb8b7826402613441b8c79f23db83054b',
150150

151151
# ANGLE's deps are relative to the angle_root variable.
@@ -182,7 +182,7 @@ vars = {
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': '2ad0a63d4a25377f3dc5eae52ef87505518867e8',
185+
'v8_revision': '9c25291e705136181ede345dabcf05fb054812af',
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.
@@ -1484,7 +1484,7 @@ deps = {
14841484
},
14851485

14861486
'src/third_party/usrsctp/usrsctplib':
1487-
Var('chromium_git') + '/external/github.com/sctplab/usrsctp' + '@' + '7a8bc9a90ca96634aa56ee712856d97f27d903f8',
1487+
Var('chromium_git') + '/external/github.com/sctplab/usrsctp' + '@' + 'a68325e7d9ed844cc84ec134192d788586ea6cc1',
14881488

14891489
# Display server protocol for Linux.
14901490
'src/third_party/wayland/src': {
@@ -1587,7 +1587,7 @@ deps = {
15871587
# Var('chromium_git') + '/v8/v8.git' + '@' + Var('v8_revision'),
15881588

15891589
'src-internal': {
1590-
'url': 'https://chrome-internal.googlesource.com/chrome/src-internal.git@f945199c3689ef52e7b1ca2a724115268f11b786',
1590+
'url': 'https://chrome-internal.googlesource.com/chrome/src-internal.git@bc883829023812e219a69491c234d814a25a8a48',
15911591
'condition': 'checkout_src_internal',
15921592
},
15931593

0 commit comments

Comments
 (0)