Skip to content

Commit ab98297

Browse files
committed
update to chromium 80.0.3987.132
1 parent c91ed9e commit ab98297

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
@@ -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",
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': 'a3331dc605d819d7e51f3aebdec7e5ff01d107a4',
148-
'nw_v8_revision': 'b0771817af4a2c4a9009cecde67cf2ddc88075aa',
147+
'nw_src_revision': 'd162b7de35ea7d7fe1e08cb1221a41831804e9e3',
148+
'nw_v8_revision': 'dffaa579da505ae0be7e29ef84319939e9d3a28d',
149149
'nw_node_revision': '92e9c51a469cf59173c68734be4dd609b44eb3a9',
150150

151151
# ANGLE's deps are relative to the angle_root variable.
@@ -178,11 +178,11 @@ vars = {
178178
# Three lines of non-changing comments so that
179179
# the commit queue can handle CLs rolling Skia
180180
# and whatever else without interference from each other.
181-
'skia_revision': '97c9a95908bc8c7a6794259b35f366a3291e2d0f',
181+
'skia_revision': 'ac0e515499dbbfd8de62ed1eb7b5d0f2ad6a7679',
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': 'abc3eecd39cee64da2cb1901f96cd9123905d672',
185+
'v8_revision': '2ad0a63d4a25377f3dc5eae52ef87505518867e8',
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.
@@ -1587,7 +1587,7 @@ deps = {
15871587
# Var('chromium_git') + '/v8/v8.git' + '@' + Var('v8_revision'),
15881588

15891589
'src-internal': {
1590-
'url': 'https://chrome-internal.googlesource.com/chrome/src-internal.git@aad942e20f58e00d336f25984d68c5442b843654',
1590+
'url': 'https://chrome-internal.googlesource.com/chrome/src-internal.git@f945199c3689ef52e7b1ca2a724115268f11b786',
15911591
'condition': 'checkout_src_internal',
15921592
},
15931593

0 commit comments

Comments
 (0)