Skip to content

Commit 4d659c7

Browse files
committed
update to chromium 87.0.4280.88
1 parent 1b058a3 commit 4d659c7

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

DEPS

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -166,8 +166,8 @@ vars = {
166166
'checkout_simplechrome': '"{cros_boards}" != ""',
167167
'checkout_simplechrome_with_vms': '"{cros_boards_with_qemu_images}" != ""',
168168

169-
'nw_src_revision': '874a66b3fd43ae52f6f570b5fd6ee828a2e5c4e8',
170-
'nw_v8_revision': 'e10550ef0bf4a6b9691e979a903c53b41a0c7311',
169+
'nw_src_revision': '56f867dfa0feac81305e368026337ed5f36df0b6',
170+
'nw_v8_revision': '3584eb6b5130ecbdc677aa1f836511b3a21c2f65',
171171
'nw_node_revision': 'd168d6d2f33b9f824b7ff4edd4850dad7da250bd',
172172

173173
# ANGLE's deps are relative to the angle_root variable.
@@ -205,7 +205,7 @@ vars = {
205205
# Three lines of non-changing comments so that
206206
# the commit queue can handle CLs rolling V8
207207
# and whatever else without interference from each other.
208-
'v8_revision': '3cd8a8915ce4f62b50e6371f5b7fc155b5d78413',
208+
'v8_revision': '45d51f3f97a6058fced26b9c378fba5dcd924704',
209209
# Three lines of non-changing comments so that
210210
# the commit queue can handle CLs rolling swarming_client
211211
# and whatever else without interference from each other.
@@ -1495,7 +1495,7 @@ deps = {
14951495
},
14961496

14971497
'src/third_party/webrtc':
1498-
Var('webrtc_git') + '/src.git' + '@' + 'a1aa01aad009d29d7fa00f6d407d919372e5ecf8',
1498+
Var('webrtc_git') + '/src.git' + '@' + '69202b2a57b8b7f7046dc26930aafd6f779a152e',
14991499

15001500
'src/third_party/libgifcodec':
15011501
Var('skia_git') + '/libgifcodec' + '@'+ Var('libgifcodec_revision'),
@@ -1573,7 +1573,7 @@ deps = {
15731573
# Var('chromium_git') + '/v8/v8.git' + '@' + Var('v8_revision'),
15741574

15751575
'src-internal': {
1576-
'url': 'https://chrome-internal.googlesource.com/chrome/src-internal.git@2f3f492fc1edb354af4e307f3ad873380d56cf61',
1576+
'url': 'https://chrome-internal.googlesource.com/chrome/src-internal.git@793bbaac5d5aa00d07666c05446a37949c634aee',
15771577
'condition': 'checkout_src_internal',
15781578
},
15791579

0 commit comments

Comments
 (0)