Skip to content

Commit 0c4b9fb

Browse files
committed
update to chromium 81.0.4044.138
1 parent cd23fed commit 0c4b9fb

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": "all",
43+
"buildspec_platforms": "linux64, mac64, win, win64, android",
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.
@@ -152,8 +152,8 @@ vars = {
152152
# (ie: release) images.
153153
'use_public_cros_config': 'not checkout_src_internal',
154154

155-
'nw_src_revision': '7f265678f68d44c581a1a13d666dc97ed8d5e9c5',
156-
'nw_v8_revision': '04f68704226ff90dc6dcfe57b1d15754482613f9',
155+
'nw_src_revision': '22b7f9d1373170e2bfd4b5af84421c4e3f4e904d',
156+
'nw_v8_revision': '34d5db0050e7702c8dd8c54b903fb538652dc350',
157157
'nw_node_revision': '6e8c2655a2260b6fdf7b224f258eb798c6828933',
158158

159159
# ANGLE's deps are relative to the angle_root variable.
@@ -186,7 +186,7 @@ vars = {
186186
# Three lines of non-changing comments so that
187187
# the commit queue can handle CLs rolling V8
188188
# and whatever else without interference from each other.
189-
'v8_revision': '11254181c3f09c8ebcc15b2a5a51a725ad7f089b',
189+
'v8_revision': 'ee31dfee25cee05dcb41f7ad71cc47da3a855377',
190190
# Three lines of non-changing comments so that
191191
# the commit queue can handle CLs rolling swarming_client
192192
# and whatever else without interference from each other.
@@ -1472,7 +1472,7 @@ deps = {
14721472
},
14731473

14741474
'src/third_party/usrsctp/usrsctplib':
1475-
Var('chromium_git') + '/external/github.com/sctplab/usrsctp' + '@' + 'a68325e7d9ed844cc84ec134192d788586ea6cc1',
1475+
Var('chromium_git') + '/external/github.com/sctplab/usrsctp' + '@' + 'e89fe66d04735dcfc6bfda1648fbe68008da6277',
14761476

14771477
# Display server protocol for Linux.
14781478
'src/third_party/wayland/src': {
@@ -1578,7 +1578,7 @@ deps = {
15781578
# Var('chromium_git') + '/v8/v8.git' + '@' + Var('v8_revision'),
15791579

15801580
'src-internal': {
1581-
'url': 'https://chrome-internal.googlesource.com/chrome/src-internal.git@015604e9139fc0feb5773571715d7b07e6ef2ad2',
1581+
'url': 'https://chrome-internal.googlesource.com/chrome/src-internal.git@56b6d08540e415905f134d62772981d3b781fb0b',
15821582
'condition': 'checkout_src_internal',
15831583
},
15841584

0 commit comments

Comments
 (0)