Skip to content

Commit 98c65e2

Browse files
committed
update to chromium 85.0.4183.102
1 parent 6b5e5d9 commit 98c65e2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

DEPS

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ gclient_gn_args = [
4242

4343

4444
vars = {
45-
"buildspec_platforms": "all",
45+
"buildspec_platforms": "linux64, mac64, win, win64",
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,7 +159,7 @@ vars = {
159159
# (ie: release) images.
160160
'use_public_cros_config': 'not checkout_src_internal',
161161

162-
'nw_src_revision': 'df52d787428227db1a39b2d59ec7126c21fbcc93',
162+
'nw_src_revision': 'abc441c889ba51f7b1658186933a3ac3f0aa52bf',
163163
'nw_v8_revision': '91cbe7bce37bc41d95b36422a142e8729f5d185d',
164164
'nw_node_revision': '6d016c776a7eb3e840a6984404aa7fa4aaa2f532',
165165

@@ -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@a811e2f5b6fb3e896b25d373060a31a62aea9016',
1548+
'url': 'https://chrome-internal.googlesource.com/chrome/src-internal.git@3c21cb23523712ea468f24fe08fd22fe82617486',
15491549
'condition': 'checkout_src_internal',
15501550
},
15511551

0 commit comments

Comments
 (0)