Skip to content

Commit 9fd92de

Browse files
committed
update to chromium 80.0.3987.78
1 parent 1c59947 commit 9fd92de

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

DEPS

Lines changed: 5 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": "linux64, mac64, win, win64",
43+
"buildspec_platforms": "linux64, mac64, win, win64, android, ios",
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': '027cac9dc7095901bd2ea032c711beeb1a35b77e',
148-
'nw_v8_revision': 'b179a84b631724dadb297fb75e61c3fbaf8313e2',
147+
'nw_src_revision': '95e9ab87b28467513cc9eb591825b0ae166d87b0',
148+
'nw_v8_revision': '4c35109c91fc95fa8a34cf2c2fbf96a90d5758a0',
149149
'nw_node_revision': '5299dc41854e1b92e2cb96edbaaff84118ee80a2',
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': '0d24498011b4eba2e0cff1686eadaae0ed28344e',
185+
'v8_revision': 'fc55b9e7a591bff6c9ec020d97e2b11925c23af5',
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.
@@ -1583,7 +1583,7 @@ deps = {
15831583
# Var('chromium_git') + '/v8/v8.git' + '@' + Var('v8_revision'),
15841584

15851585
'src-internal': {
1586-
'url': 'https://chrome-internal.googlesource.com/chrome/src-internal.git@447b4ea9442940e7fe57a7200e0c4a7fc7d08a42',
1586+
'url': 'https://chrome-internal.googlesource.com/chrome/src-internal.git@19ec96ce72e9e3b279dedc250f64995bf47e67a3',
15871587
'condition': 'checkout_src_internal',
15881588
},
15891589

0 commit comments

Comments
 (0)