Skip to content

Commit f613f81

Browse files
committed
update to chromium 85.0.4183.59
1 parent 10f13bc commit f613f81

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

DEPS

Lines changed: 8 additions & 8 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': 'a1d2746a0cc21afdae294767d5f0c01a3b1d7986',
163-
'nw_v8_revision': '8f62a0ab1bf7af69915407423f77fec5bec2b24a',
162+
'nw_src_revision': 'b7ae34646757b053505e6522cb6d2142d99769c2',
163+
'nw_v8_revision': '1b8e10a1bb2adcab6bdbf47f9fd7bf3e9497ea24',
164164
'nw_node_revision': 'a4c578aa1c9d2d7125f95499906ed7d7892c4c55',
165165

166166
# ANGLE's deps are relative to the angle_root variable.
@@ -194,19 +194,19 @@ vars = {
194194
# Three lines of non-changing comments so that
195195
# the commit queue can handle CLs rolling Skia
196196
# and whatever else without interference from each other.
197-
'skia_revision': 'b603284ae76e9320baaf3272b90b9f1cc493d8b6',
197+
'skia_revision': 'c3f094e9773746f91fc18c83a617a54e42274763',
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': 'f87abd2e61e1cd94dfa0dc3607103c8feaf6f403',
201+
'v8_revision': 'dc26f2d49c52b0c0e81c9f5f06f7347b03ef9b64',
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': '034a8b3f3c5c8e7e1629b8ac88cadb72ea68cf23',
209+
'angle_revision': '006ab354313b493ccb6eba909e0831bb0b13aea7',
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.
@@ -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': 'dfc6f57691a40899b3d162561c25aeec4bc774cd',
268+
'devtools_frontend_revision': '02d7c6a3d373ef3fa29647b5c8bf1dd76313ef7a',
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.
@@ -826,7 +826,7 @@ deps = {
826826
},
827827

828828
'src/third_party/breakpad/breakpad':
829-
Var('chromium_git') + '/breakpad/breakpad.git' + '@' + '2757a2c9c819fcae3784576aef0c8400c7ad06d7',
829+
Var('chromium_git') + '/breakpad/breakpad.git' + '@' + 'a6218eb66d7b4880825168a83e66bfea746908a6',
830830

831831
'src/third_party/byte_buddy': {
832832
'packages': [
@@ -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@85b764e8416e49c057782569daad8e68e7ca1546',
1548+
'url': 'https://chrome-internal.googlesource.com/chrome/src-internal.git@d7a0ace59a1696f82e11948d756da8772992e644',
15491549
'condition': 'checkout_src_internal',
15501550
},
15511551

0 commit comments

Comments
 (0)