Skip to content

Commit 1c1ae09

Browse files
committed
update to chromium 85.0.4183.83
1 parent 29913ee commit 1c1ae09

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

DEPS

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -159,8 +159,8 @@ vars = {
159159
# (ie: release) images.
160160
'use_public_cros_config': 'not checkout_src_internal',
161161

162-
'nw_src_revision': '4bbd2a5d25aabdd42a9be7e8a0e860fbeb0f07d8',
163-
'nw_v8_revision': '1b8e10a1bb2adcab6bdbf47f9fd7bf3e9497ea24',
162+
'nw_src_revision': '875e61ae8d08b7a23d6d63cc3bd7ee30c3e13f1e',
163+
'nw_v8_revision': '91cbe7bce37bc41d95b36422a142e8729f5d185d',
164164
'nw_node_revision': '491e9ae71889aebfec4e64a1c9a48231ec7ef619',
165165

166166
# ANGLE's deps are relative to the angle_root variable.
@@ -198,19 +198,19 @@ vars = {
198198
# Three lines of non-changing comments so that
199199
# the commit queue can handle CLs rolling V8
200200
# and whatever else without interference from each other.
201-
'v8_revision': 'dc26f2d49c52b0c0e81c9f5f06f7347b03ef9b64',
201+
'v8_revision': '4dc61d3cd02f0a2462cc655095db1e99ad9047d2',
202202
# Three lines of non-changing comments so that
203203
# the commit queue can handle CLs rolling swarming_client
204204
# and whatever else without interference from each other.
205205
'swarming_revision': '4c095d04179dc725a300085ae21fe3b79900d072',
206206
# Three lines of non-changing comments so that
207207
# the commit queue can handle CLs rolling ANGLE
208208
# and whatever else without interference from each other.
209-
'angle_revision': '006ab354313b493ccb6eba909e0831bb0b13aea7',
209+
'angle_revision': 'ea8043b73f934c52084f514a326d4fe36f6ad056',
210210
# Three lines of non-changing comments so that
211211
# the commit queue can handle CLs rolling SwiftShader
212212
# and whatever else without interference from each other.
213-
'swiftshader_revision': 'eb0a25a189b75d950ae4f87c00f8d63f190d82a0',
213+
'swiftshader_revision': 'c4f3b713800f6cde50452999223f6fb34e973cd0',
214214
# Three lines of non-changing comments so that
215215
# the commit queue can handle CLs rolling PDFium
216216
# and whatever else without interference from each other.
@@ -265,7 +265,7 @@ vars = {
265265
# Three lines of non-changing comments so that
266266
# the commit queue can handle CLs rolling devtools-frontend
267267
# and whatever else without interference from each other.
268-
'devtools_frontend_revision': '02d7c6a3d373ef3fa29647b5c8bf1dd76313ef7a',
268+
'devtools_frontend_revision': '6430f5ef5c565f56bb680bca07d4d4db3fad9ed1',
269269
# Three lines of non-changing comments so that
270270
# the commit queue can handle CLs rolling libprotobuf-mutator
271271
# and whatever else without interference from each other.
@@ -341,7 +341,7 @@ vars = {
341341
# Three lines of non-changing comments so that
342342
# the commit queue can handle CLs rolling libavif
343343
# and whatever else without interference from each other.
344-
'libavif_revision': '01ee4caa5ab52b2f6f3e500fd3a0f70e0099b031',
344+
'libavif_revision': '4cfee6282b97533e6c99183ddf7a897173755c69',
345345

346346
# TODO(crbug.com/941824): The values below need to be kept in sync
347347
# between //DEPS and //buildtools/DEPS, so if you're updating one,
@@ -1219,7 +1219,7 @@ deps = {
12191219
},
12201220

12211221
'src/third_party/openh264/src':
1222-
Var('chromium_git') + '/external/github.com/cisco/openh264' + '@' + 'a5473711f3e20c6bd1c33d81b6c7b9a0618aa18f',
1222+
Var('chromium_git') + '/external/github.com/cisco/openh264' + '@' + '3dd5b80bc4f172dd82925bb259cb7c82348409c5',
12231223

12241224
'src/third_party/openscreen/src':
12251225
Var('chromium_git') + '/openscreen' + '@' + 'fdc66e03064d70f2c4a60dbd3fdd3925b21a43a1',
@@ -1239,7 +1239,7 @@ deps = {
12391239
},
12401240

12411241
'src/third_party/perfetto':
1242-
Var('android_git') + '/platform/external/perfetto.git' + '@' + '0d5f47eb1f8cc6d4a6abfd41011b5180f657aec3',
1242+
Var('android_git') + '/platform/external/perfetto.git' + '@' + 'aa0099498c7e3efbdf0efcd445ab6848e984666a',
12431243

12441244
'src/third_party/perl': {
12451245
'url': Var('chromium_git') + '/chromium/deps/perl.git' + '@' + '6f3e5028eb65d0b4c5fdd792106ac4c84eee1eb3',
@@ -1545,7 +1545,7 @@ deps = {
15451545
# Var('chromium_git') + '/v8/v8.git' + '@' + Var('v8_revision'),
15461546

15471547
'src-internal': {
1548-
'url': 'https://chrome-internal.googlesource.com/chrome/src-internal.git@6906c51e99a584c158b47372a1250fa3e9df98f2',
1548+
'url': 'https://chrome-internal.googlesource.com/chrome/src-internal.git@a811e2f5b6fb3e896b25d373060a31a62aea9016',
15491549
'condition': 'checkout_src_internal',
15501550
},
15511551

0 commit comments

Comments
 (0)