Skip to content

Commit 47e42df

Browse files
committed
update to chromium 80.0.3987.116
1 parent 1a034c8 commit 47e42df

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

DEPS

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ gclient_gn_args = [
4040

4141

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

147-
'nw_src_revision': 'cf935da2af9eded4e8cb7459c704c38404814a3e',
148-
'nw_v8_revision': '8434ee029478174bdba53afefc00c619365512db',
147+
'nw_src_revision': 'addf832f6b8ad8c618b266303dc6d3775cd74efb',
148+
'nw_v8_revision': '8dd96d932216f29b2c6745522967c4517a8a7857',
149149
'nw_node_revision': '7a7526bf44eed5437026df1a897048271cf6ad4d',
150150

151151
# ANGLE's deps are relative to the angle_root variable.
@@ -182,7 +182,7 @@ vars = {
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': 'f592841c63b19c3fcfe03ad9a1f30fd98ced3c6e',
185+
'v8_revision': '54b76d1a1dbd1df7bc2d0dbaf9b1448210ef4cfd',
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.
@@ -762,6 +762,10 @@ deps = {
762762
'package': 'chromium/third_party/android_sdk/public/tools-lint',
763763
'version': Var('android_sdk_tools-lint_version'),
764764
},
765+
{
766+
'package': 'chromium/third_party/android_sdk/public/cmdline-tools',
767+
'version': 'CR25ixsRhwuRnhdgDpGFyl9S0C_0HO9SUgFrwX46zq8C',
768+
},
765769
],
766770
'condition': 'checkout_android_native_support',
767771
'dep_type': 'cipd',
@@ -1583,7 +1587,7 @@ deps = {
15831587
# Var('chromium_git') + '/v8/v8.git' + '@' + Var('v8_revision'),
15841588

15851589
'src-internal': {
1586-
'url': 'https://chrome-internal.googlesource.com/chrome/src-internal.git@a0acaea51ba4e107cc14aa5451a178e9147e41c5',
1590+
'url': 'https://chrome-internal.googlesource.com/chrome/src-internal.git@f9414772a37aad63cfa3543e2fc79316f805fb70',
15871591
'condition': 'checkout_src_internal',
15881592
},
15891593

0 commit comments

Comments
 (0)