Skip to content

Commit 3633690

Browse files
committed
update to chromium 80.0.3987.162
1 parent 738dd3d commit 3633690

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

DEPS

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -144,8 +144,8 @@ vars = {
144144
# (ie: release) images.
145145
'use_public_cros_config': 'not checkout_src_internal',
146146

147-
'nw_src_revision': '857688b5f858801acbe3bf7531cc96ff41ba1ee1',
148-
'nw_v8_revision': 'ca5e4a97809a667a35049d571b60c100128d81df',
147+
'nw_src_revision': 'b32921e7754de1ec04ad28d91c4a518546b5b053',
148+
'nw_v8_revision': 'ca6fbf753bf3fe2f3bce5e9d22b1f85e25a7b091',
149149
'nw_node_revision': '7029918fb8b7826402613441b8c79f23db83054b',
150150

151151
# ANGLE's deps are relative to the angle_root variable.
@@ -178,11 +178,11 @@ vars = {
178178
# Three lines of non-changing comments so that
179179
# the commit queue can handle CLs rolling Skia
180180
# and whatever else without interference from each other.
181-
'skia_revision': 'ac0e515499dbbfd8de62ed1eb7b5d0f2ad6a7679',
181+
'skia_revision': 'a91f9f612e5eeb93cf40a3c0ce7d7c6ddf838feb',
182182
# Three lines of non-changing comments so that
183183
# the commit queue can handle CLs rolling V8
184184
# and whatever else without interference from each other.
185-
'v8_revision': '9c25291e705136181ede345dabcf05fb054812af',
185+
'v8_revision': 'f952b84f9b72a9d25e200e697048d873d2193533',
186186
# Three lines of non-changing comments so that
187187
# the commit queue can handle CLs rolling swarming_client
188188
# and whatever else without interference from each other.
@@ -1511,7 +1511,7 @@ deps = {
15111511
Var('chromium_git') + '/external/khronosgroup/webgl.git' + '@' + 'dd55f3ca8f2ea716ca917a4aaf36f0729fe902b1',
15121512

15131513
'src/third_party/webrtc':
1514-
Var('webrtc_git') + '/src.git' + '@' + '7a0e44c1a84fb4ed57a6701cfc8093756c37af6f',
1514+
Var('webrtc_git') + '/src.git' + '@' + 'ddc7578b751b05b5078c41f3973aa8fafdd543b7',
15151515

15161516
'src/third_party/libgifcodec':
15171517
Var('skia_git') + '/libgifcodec' + '@'+ Var('libgifcodec_revision'),
@@ -1587,15 +1587,15 @@ deps = {
15871587
# Var('chromium_git') + '/v8/v8.git' + '@' + Var('v8_revision'),
15881588

15891589
'src-internal': {
1590-
'url': 'https://chrome-internal.googlesource.com/chrome/src-internal.git@bc883829023812e219a69491c234d814a25a8a48',
1590+
'url': 'https://chrome-internal.googlesource.com/chrome/src-internal.git@10380b34827100276250b72881f645ff92827963',
15911591
'condition': 'checkout_src_internal',
15921592
},
15931593

15941594
'src/third_party/google_android_play_core': {
15951595
'packages': [
15961596
{
15971597
'package': 'chromium/third_party/android_deps/libs/com_google_android_play_core_verification',
1598-
'version': '5WpfZCqhiL1qWTiBl_x3VTelXCJsv5r_SMuE-3H1CI0C',
1598+
'version': 'ojrkXUE6tjG8FYmoLfCD3YdOxTyl2BXMdmk7Fb6cS5MC',
15991599
},
16001600
],
16011601
'condition': 'checkout_android',

0 commit comments

Comments
 (0)