Skip to content

Commit 53021a2

Browse files
committed
update to chromium 86.0.4240.53
1 parent fb5b91e commit 53021a2

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

DEPS

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ gclient_gn_args = [
5050

5151

5252
vars = {
53-
"buildspec_platforms": "linux64, mac64, win, win64",
53+
"buildspec_platforms": "all",
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.
@@ -63,10 +63,6 @@ vars = {
6363
# "custom_vars": { "checkout_configuration": "small" },
6464
'checkout_configuration': 'default',
6565

66-
'nw_src_revision': '106fa0171eda6ac1ae967984a70a3bd6d5d0fb7d',
67-
'nw_v8_revision': 'b4efa178a0388ed4cc3e846159e2b6da80ccbcf3',
68-
'nw_node_revision': '6b2f43421cbe049c259f37d09e4ac5eb2339f8f2',
69-
7066
# By default, don't check out android. Will be overridden by gclient
7167
# variables.
7268
# TODO(ehmaldonado): Remove this once the bug in gclient is fixed.
@@ -170,6 +166,10 @@ vars = {
170166
'checkout_simplechrome': '"{cros_boards}" != ""',
171167
'checkout_simplechrome_with_vms': '"{cros_boards_with_qemu_images}" != ""',
172168

169+
'nw_src_revision': 'cd4da90612446d94bd4139b9788b30fd8f551b1b',
170+
'nw_v8_revision': '6490ec46c90fad709c46ad92b3ca5fe498d11388',
171+
'nw_node_revision': 'd23fa26cc727f9dafbc080e0dcc86f8bb273fc88',
172+
173173
# ANGLE's deps are relative to the angle_root variable.
174174
'angle_root': 'src/third_party/angle',
175175

@@ -201,27 +201,27 @@ 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': 'bdeb0a236b3ea3e739a537b44d62680889ace608',
204+
'skia_revision': 'fe61f1806d406858a2ed399b6dfeef1c40d06284',
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': '58073be96a5485b2844246ea4d8d4b57bc6f3179',
208+
'v8_revision': '18b0abf704ef3da393cf0b7a4cad4887a1596dda',
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': '4c095d04179dc725a300085ae21fe3b79900d072',
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': 'ec73f889c52a5c7900d4f236fc5125e6422bd9cc',
216+
'angle_revision': '8fe0309421694ef5cde7d4a0891ac364842b74d3',
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.
220220
'swiftshader_revision': 'cbfd396756c6530ee31268d88e5e742ba761fc57',
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': 'bbb2038a3f147c4ed00f77cb148523562b1c8c9f',
224+
'pdfium_revision': 'd080048b1c862d222f4893936f48a65405397723',
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.
@@ -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': '96f17dbdf633f466e2a6cfffb4d594181c73116d',
275+
'devtools_frontend_revision': 'abc7b89c285fae2a99b0ee26f5367d69b49665b0',
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.
@@ -348,7 +348,7 @@ vars = {
348348
# Three lines of non-changing comments so that
349349
# the commit queue can handle CLs rolling libavif
350350
# and whatever else without interference from each other.
351-
'libavif_revision': '94ac5b4c721597f739ee4b6fadee5c56bf952c73',
351+
'libavif_revision': 'f88383daa8de92d57e898cce9c2d23a9fe87802c',
352352
# Three lines of non-changing comments so that
353353
# the commit queue can handle CLs rolling nearby
354354
# and whatever else without interference from each other.
@@ -924,7 +924,7 @@ deps = {
924924
},
925925

926926
'src/third_party/ffmpeg':
927-
Var('chromium_git') + '/chromium/third_party/ffmpeg.git' + '@' + '48b037ba0de5eecc97baf6e1d0133c4cc58485b1',
927+
Var('chromium_git') + '/chromium/third_party/ffmpeg.git' + '@' + 'a1f3db690c654bc3c74381c61d4071c578e5f398',
928928

929929
'src/third_party/flac':
930930
Var('chromium_git') + '/chromium/deps/flac.git' + '@' + 'af862024c8c8fa0ae07ced05e89013d881b00596',
@@ -1436,7 +1436,7 @@ deps = {
14361436
},
14371437

14381438
'src/third_party/usrsctp/usrsctplib':
1439-
Var('chromium_git') + '/external/github.com/sctplab/usrsctp' + '@' + 'a8c51df76caae94254b1e59999405f739467490e',
1439+
Var('chromium_git') + '/external/github.com/sctplab/usrsctp' + '@' + '6b40d1884165cfde314241ea8f6d62c24a726ae0',
14401440

14411441
'src/third_party/vulkan_memory_allocator':
14421442
Var('chromium_git') + '/external/github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git' + '@' + '6c656df63da5995a932aafd45b32af1974e497d9',
@@ -1479,7 +1479,7 @@ deps = {
14791479
},
14801480

14811481
'src/third_party/webrtc':
1482-
Var('webrtc_git') + '/src.git' + '@' + 'ba48fa5d2cc2107a52f14ff9c245d1fead0f2fa5',
1482+
Var('webrtc_git') + '/src.git' + '@' + '199ddd84b719dd513e7768400e1440360aafb82c',
14831483

14841484
'src/third_party/libgifcodec':
14851485
Var('skia_git') + '/libgifcodec' + '@'+ Var('libgifcodec_revision'),
@@ -1557,7 +1557,7 @@ deps = {
15571557
# Var('chromium_git') + '/v8/v8.git' + '@' + Var('v8_revision'),
15581558

15591559
'src-internal': {
1560-
'url': 'https://chrome-internal.googlesource.com/chrome/src-internal.git@bf599b80dc072b4165871a550de274d05327affd',
1560+
'url': 'https://chrome-internal.googlesource.com/chrome/src-internal.git@f65bcaceb822d366930161cda14362b1cfcfdd15',
15611561
'condition': 'checkout_src_internal',
15621562
},
15631563

0 commit comments

Comments
 (0)