Skip to content

Commit 680d63d

Browse files
committed
update to chromium 87.0.4280.27
1 parent c7de0d2 commit 680d63d

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

DEPS

Lines changed: 9 additions & 9 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': '18b3ffb0a904ec9acb5b837b0b5b6befc8824f94',
170-
'nw_v8_revision': '73cef37fd2ce16b8bd59e81531fa3693f8be49ab',
169+
'nw_src_revision': 'be1ab24ae158ecd5fb6b8f9a8ab904eb1535c17c',
170+
'nw_v8_revision': 'c6c3376a62a7bd051a8b00ec0a7acc424d3a4a75',
171171
'nw_node_revision': 'f507a2989b408bb2eb71bfb3112d0294595d0e07',
172172

173173
# ANGLE's deps are relative to the angle_root variable.
@@ -201,11 +201,11 @@ vars = {
201201
# Three lines of non-changing comments so that
202202
# the commit queue can handle CLs rolling Skia
203203
# and whatever else without interference from each other.
204-
'skia_revision': 'c73bff39bd21ae9b54b198a6dbf361ea3ceab591',
204+
'skia_revision': '489348851cca51b23f522734b6db3c785ffdfaed',
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': '0d81cd72688512abcbe1601015baee390c484a6a',
208+
'v8_revision': 'bd2510a6809c94c357ecafb7d3d679c10d2ede0a',
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.
@@ -221,7 +221,7 @@ vars = {
221221
# Three lines of non-changing comments so that
222222
# the commit queue can handle CLs rolling PDFium
223223
# and whatever else without interference from each other.
224-
'pdfium_revision': 'dcffb3db73cd70771cc57cfdcca93a9b756467fb',
224+
'pdfium_revision': '0950ad89ea1123b71be05b3c5c4223c2934a976f',
225225
# Three lines of non-changing comments so that
226226
# the commit queue can handle CLs rolling BoringSSL
227227
# and whatever else without interference from each other.
@@ -252,7 +252,7 @@ vars = {
252252
# Three lines of non-changing comments so that
253253
# the commit queue can handle CLs rolling freetype
254254
# and whatever else without interference from each other.
255-
'freetype_revision': '20186d1be6415d1bd7cb79ac56f1b806c26b677c',
255+
'freetype_revision': 'd7caaf8517fa6d432f40e608cc960951f52dae85',
256256
# Three lines of non-changing comments so that
257257
# the commit queue can handle CLs rolling HarfBuzz
258258
# and whatever else without interference from each other.
@@ -272,7 +272,7 @@ vars = {
272272
# Three lines of non-changing comments so that
273273
# the commit queue can handle CLs rolling devtools-frontend
274274
# and whatever else without interference from each other.
275-
'devtools_frontend_revision': '1d0770b7abf9f8cae15cdaabff533c68c3a9152c',
275+
'devtools_frontend_revision': '4198f9311972385670bea93fbb3351917619aef9',
276276
# Three lines of non-changing comments so that
277277
# the commit queue can handle CLs rolling libprotobuf-mutator
278278
# 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' + '@' + 'ba686938ab62421cbbdd8a17946906150b2f8af2',
1498+
Var('webrtc_git') + '/src.git' + '@' + '5ecac218f0372d36084355dd8538f69a74359ad0',
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@a5c086acf030bc41e67da8ac1f8a6aec85f7304b',
1576+
'url': 'https://chrome-internal.googlesource.com/chrome/src-internal.git@024553b541903a0c974876fc559c7c50904ee7dc',
15771577
'condition': 'checkout_src_internal',
15781578
},
15791579

0 commit comments

Comments
 (0)