Skip to content

Commit 8d922d6

Browse files
committed
update to chromium 87.0.4280.40
1 parent 3d63dd6 commit 8d922d6

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
@@ -50,7 +50,7 @@ gclient_gn_args = [
5050

5151

5252
vars = {
53-
"buildspec_platforms": "all",
53+
"buildspec_platforms": "linux64, mac64, win, win64",
5454
# Variable that can be used to support multiple build scenarios, like having
5555
# Chromium specific targets in a client project's GN file or sync dependencies
5656
# conditionally etc.
@@ -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': 'be1ab24ae158ecd5fb6b8f9a8ab904eb1535c17c',
170-
'nw_v8_revision': 'c6c3376a62a7bd051a8b00ec0a7acc424d3a4a75',
169+
'nw_src_revision': '24aa80c285c3579aeab45f7ddeca747ad2327557',
170+
'nw_v8_revision': '0befe142a839e0eb039ec06cee00eb683a29f13d',
171171
'nw_node_revision': '173afa38e81a44356272ea0673d69bf87089f314',
172172

173173
# ANGLE's deps are relative to the angle_root variable.
@@ -205,15 +205,15 @@ 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': 'bd2510a6809c94c357ecafb7d3d679c10d2ede0a',
208+
'v8_revision': '5e4b41ddd544a41fca89a6d4951a5060978fed7c',
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.
212212
'swarming_revision': '44c13d73156581ea09b9389001e58c23a4b8d70a',
213213
# Three lines of non-changing comments so that
214214
# the commit queue can handle CLs rolling ANGLE
215215
# and whatever else without interference from each other.
216-
'angle_revision': '64eb64a034cb725baf3dea089f3badbbab77a0be',
216+
'angle_revision': 'ac18d9c83f8533eaea97950fc86fc901df806f65',
217217
# Three lines of non-changing comments so that
218218
# the commit queue can handle CLs rolling SwiftShader
219219
# 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': '4198f9311972385670bea93fbb3351917619aef9',
275+
'devtools_frontend_revision': '51af4604a0b50bbf4d09e9c4e3eaf950d0278ff5',
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.
@@ -905,7 +905,7 @@ deps = {
905905

906906
# For Linux and Chromium OS.
907907
'src/third_party/cros_system_api': {
908-
'url': Var('chromium_git') + '/chromiumos/platform2/system_api.git' + '@' + '5df72efed1de3c81f7590dbc09b240cb6edc4cd6',
908+
'url': Var('chromium_git') + '/chromiumos/platform2/system_api.git' + '@' + 'ebddc236e489a2dbb8a8c1f5be6bff4238ea7942',
909909
'condition': 'checkout_linux',
910910
},
911911

@@ -1495,7 +1495,7 @@ deps = {
14951495
},
14961496

14971497
'src/third_party/webrtc':
1498-
Var('webrtc_git') + '/src.git' + '@' + '5ecac218f0372d36084355dd8538f69a74359ad0',
1498+
Var('webrtc_git') + '/src.git' + '@' + '1c6bde1913107de53a2db29c4b4e7685f0b0f53d',
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@024553b541903a0c974876fc559c7c50904ee7dc',
1576+
'url': 'https://chrome-internal.googlesource.com/chrome/src-internal.git@175c507b0a21259d038a0675853907d56fad6acb',
15771577
'condition': 'checkout_src_internal',
15781578
},
15791579

0 commit comments

Comments
 (0)