Skip to content

Commit 68e216a

Browse files
committed
update to chromium 85.0.4183.121
1 parent 98c65e2 commit 68e216a

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
@@ -42,7 +42,7 @@ gclient_gn_args = [
4242

4343

4444
vars = {
45-
"buildspec_platforms": "linux64, mac64, win, win64",
45+
"buildspec_platforms": "all",
4646
# Variable that can be used to support multiple build scenarios, like having
4747
# Chromium specific targets in a client project's GN file or sync dependencies
4848
# conditionally etc.
@@ -159,8 +159,8 @@ vars = {
159159
# (ie: release) images.
160160
'use_public_cros_config': 'not checkout_src_internal',
161161

162-
'nw_src_revision': 'abc441c889ba51f7b1658186933a3ac3f0aa52bf',
163-
'nw_v8_revision': '91cbe7bce37bc41d95b36422a142e8729f5d185d',
162+
'nw_src_revision': 'b04914a2d2030779742dde50775cd93aa81d20f8',
163+
'nw_v8_revision': 'd62bfb67ddd8bbee9a6587abf7d92652eb8be25f',
164164
'nw_node_revision': '6d016c776a7eb3e840a6984404aa7fa4aaa2f532',
165165

166166
# ANGLE's deps are relative to the angle_root variable.
@@ -198,7 +198,7 @@ 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': '4dc61d3cd02f0a2462cc655095db1e99ad9047d2',
201+
'v8_revision': '4774cc2f5a09738d52597a372767623f8c067834',
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.
@@ -1467,7 +1467,7 @@ deps = {
14671467
},
14681468

14691469
'src/third_party/webrtc':
1470-
Var('webrtc_git') + '/src.git' + '@' + '2bcd4837dd5eeed98523344d437eb0b7e4f441ba',
1470+
Var('webrtc_git') + '/src.git' + '@' + '1875e6f4ed82bea3aa58a66ce65975e881e0c171',
14711471

14721472
'src/third_party/libgifcodec':
14731473
Var('skia_git') + '/libgifcodec' + '@'+ Var('libgifcodec_revision'),
@@ -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@3c21cb23523712ea468f24fe08fd22fe82617486',
1548+
'url': 'https://chrome-internal.googlesource.com/chrome/src-internal.git@e2cdeeff39c0b4e7a63f21ab844fcb7a15c0cdba',
15491549
'condition': 'checkout_src_internal',
15501550
},
15511551

0 commit comments

Comments
 (0)