Skip to content

Commit 7906be1

Browse files
committed
update to chromium 84.0.4147.125
1 parent 6e07f82 commit 7906be1

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

DEPS

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -154,8 +154,8 @@ vars = {
154154
# (ie: release) images.
155155
'use_public_cros_config': 'not checkout_src_internal',
156156

157-
'nw_src_revision': '89765b5f39484ad021838a9f32f3318a202af13c',
158-
'nw_v8_revision': '61fffcc906887d2b30ddd7358a0eaafecf95ae01',
157+
'nw_src_revision': 'f166cd619891da0000112b620981e4dd579147cb',
158+
'nw_v8_revision': 'e588f44325af7e3edbc637628e0c34a057c3378d',
159159
'nw_node_revision': '491e9ae71889aebfec4e64a1c9a48231ec7ef619',
160160

161161
# ANGLE's deps are relative to the angle_root variable.
@@ -184,19 +184,19 @@ vars = {
184184
# Three lines of non-changing comments so that
185185
# the commit queue can handle CLs rolling Skia
186186
# and whatever else without interference from each other.
187-
'skia_revision': '8d2ebfffaf6ece9a7e9839dca2d7907f241c3460',
187+
'skia_revision': 'e50772b2a25e98419dc884cc5cdd2138e1dfd43e',
188188
# Three lines of non-changing comments so that
189189
# the commit queue can handle CLs rolling V8
190190
# and whatever else without interference from each other.
191-
'v8_revision': '819e18461e9daf907437a521d90663e827c40e05',
191+
'v8_revision': '451d38b60be0a0f692b11815289cf8cbc9b1dc98',
192192
# Three lines of non-changing comments so that
193193
# the commit queue can handle CLs rolling swarming_client
194194
# and whatever else without interference from each other.
195195
'swarming_revision': '160b445a44e0daacf6f3f8570ca2707ec451f374',
196196
# Three lines of non-changing comments so that
197197
# the commit queue can handle CLs rolling ANGLE
198198
# and whatever else without interference from each other.
199-
'angle_revision': 'd188231d437ac82396e034f3483319ec1472f169',
199+
'angle_revision': '29a4abf96a83a1958675dd5c2870a1677cc011b7',
200200
# Three lines of non-changing comments so that
201201
# the commit queue can handle CLs rolling SwiftShader
202202
# and whatever else without interference from each other.
@@ -255,7 +255,7 @@ vars = {
255255
# Three lines of non-changing comments so that
256256
# the commit queue can handle CLs rolling devtools-frontend
257257
# and whatever else without interference from each other.
258-
'devtools_frontend_revision': '930c3d2ed8d25469f889f8a101f86f8c4c65d458',
258+
'devtools_frontend_revision': '95e8d52caabdf839494f0f63c1bebc0ff4ff93d8',
259259
# Three lines of non-changing comments so that
260260
# the commit queue can handle CLs rolling libprotobuf-mutator
261261
# and whatever else without interference from each other.
@@ -1462,7 +1462,7 @@ deps = {
14621462
},
14631463

14641464
'src/third_party/webrtc':
1465-
Var('webrtc_git') + '/src.git' + '@' + '758c388d3fedac4a474b48a240af83dd3f6a5fc5',
1465+
Var('webrtc_git') + '/src.git' + '@' + 'd25c2ac74afc25f65d111771dbfabd6db25d2498',
14661466

14671467
'src/third_party/libgifcodec':
14681468
Var('skia_git') + '/libgifcodec' + '@'+ Var('libgifcodec_revision'),
@@ -1500,7 +1500,7 @@ deps = {
15001500
'packages': [
15011501
{
15021502
'package': 'skia/tools/goldctl/linux-amd64',
1503-
'version': 'git_revision:5e13f25e0c481b68c2aa830b726c6ac2fdd1f684',
1503+
'version': 'git_revision:e0376578f2f33586b6ac283a0787582c4678ecb1',
15041504
},
15051505
],
15061506
'dep_type': 'cipd',
@@ -1510,7 +1510,7 @@ deps = {
15101510
'packages': [
15111511
{
15121512
'package': 'skia/tools/goldctl/windows-amd64',
1513-
'version': 'git_revision:5e13f25e0c481b68c2aa830b726c6ac2fdd1f684',
1513+
'version': 'git_revision:e0376578f2f33586b6ac283a0787582c4678ecb1',
15141514
},
15151515
],
15161516
'dep_type': 'cipd',
@@ -1520,7 +1520,7 @@ deps = {
15201520
'packages': [
15211521
{
15221522
'package': 'skia/tools/goldctl/mac-amd64',
1523-
'version': 'git_revision:5e13f25e0c481b68c2aa830b726c6ac2fdd1f684',
1523+
'version': 'git_revision:e0376578f2f33586b6ac283a0787582c4678ecb1',
15241524
},
15251525
],
15261526
'dep_type': 'cipd',
@@ -1540,7 +1540,7 @@ deps = {
15401540
# Var('chromium_git') + '/v8/v8.git' + '@' + Var('v8_revision'),
15411541

15421542
'src-internal': {
1543-
'url': 'https://chrome-internal.googlesource.com/chrome/src-internal.git@1a0102f7bf9454cdaed893fb4a213e9490af434a',
1543+
'url': 'https://chrome-internal.googlesource.com/chrome/src-internal.git@0a4fb0ab6a1dba6c045ee9aebb13aa1325296599',
15441544
'condition': 'checkout_src_internal',
15451545
},
15461546

0 commit comments

Comments
 (0)