Skip to content

Commit 77a49ed

Browse files
committed
Update to 75.0.3770.142
1 parent 649b2d8 commit 77a49ed

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

DEPS

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -107,8 +107,8 @@ vars = {
107107
# as an expression.
108108
'cros_download_vm': '"{cros_board}" == "amd64-generic"',
109109

110-
'nw_src_revision': 'c1b40d07413dec7c7c00a0afa0115a97785afcf9',
111-
'nw_v8_revision': '2d3bccd62e299e59a713d36e6b37e07ed24356fe',
110+
'nw_src_revision': 'a478edd61dddb740ef9bb2d84c8afcca655ffd1a',
111+
'nw_v8_revision': 'ec3624d0ecf319b0002416219a2dd09c68275f7a',
112112
'nw_node_revision': 'd79e0dd3d494b649faf6ac3e41af50fed9363e2c',
113113
# ANGLE's deps are relative to the angle_root variable.
114114
'angle_root': 'src/third_party/angle',
@@ -134,11 +134,11 @@ vars = {
134134
# Three lines of non-changing comments so that
135135
# the commit queue can handle CLs rolling Skia
136136
# and whatever else without interference from each other.
137-
'skia_revision': '3a2e3e75232d225e6f5e7c3530458be63bbb355a',
137+
'skia_revision': 'e5b2375e28d85a6c8db771495b963670be28defd',
138138
# Three lines of non-changing comments so that
139139
# the commit queue can handle CLs rolling V8
140140
# and whatever else without interference from each other.
141-
'v8_revision': 'd1ee844177357459a2eca3aeda7904b2a169f334',
141+
'v8_revision': 'baf5b819112117d4f9cc62a90abe98813734d35f',
142142
# Three lines of non-changing comments so that
143143
# the commit queue can handle CLs rolling swarming_client
144144
# and whatever else without interference from each other.
@@ -873,7 +873,7 @@ deps = {
873873
},
874874

875875
'src/third_party/ffmpeg':
876-
Var('chromium_git') + '/chromium/third_party/ffmpeg.git' + '@' + 'e02fc00c5da42ea5cdf2bf5b9bab93c323a1e698',
876+
Var('chromium_git') + '/chromium/third_party/ffmpeg.git' + '@' + '2c86ba060a3835d42d5f14d860c20c96ca7dc841',
877877

878878
'src/third_party/flac':
879879
Var('chromium_git') + '/chromium/deps/flac.git' + '@' + 'af862024c8c8fa0ae07ced05e89013d881b00596',
@@ -1409,7 +1409,7 @@ deps = {
14091409
# Var('chromium_git') + '/v8/v8.git' + '@' + Var('v8_revision'),
14101410

14111411
'src-internal': {
1412-
'url': 'https://chrome-internal.googlesource.com/chrome/src-internal.git@bae12459b8a4a843358100f2adebd35bb5908acf',
1412+
'url': 'https://chrome-internal.googlesource.com/chrome/src-internal.git@98d4a682815dc80dbb2bd76b997ada4fa2485f1d',
14131413
'condition': 'checkout_src_internal',
14141414
},
14151415

0 commit comments

Comments
 (0)