Skip to content

Commit 0789755

Browse files
committed
update to chromium 87.0.4280.141
1 parent ff061c3 commit 0789755

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

DEPS

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ gclient_gn_args = [
5050

5151

5252
vars = {
53-
"buildspec_platforms": "all",
53+
"buildspec_platforms": "linux64, mac64, win, win64, android",
5454
# Variable that can be used to support multiple build scenarios, like having
5555
# Chromium specific targets in a client project's GN file or sync dependencies
5656
# conditionally etc.
@@ -166,8 +166,8 @@ vars = {
166166
'checkout_simplechrome': '"{cros_boards}" != ""',
167167
'checkout_simplechrome_with_vms': '"{cros_boards_with_qemu_images}" != ""',
168168

169-
'nw_src_revision': '83a0e8bee7557c4a3413243b41f01eba535a51ae',
170-
'nw_v8_revision': '247a406daadc05b8e1d9a26028e073e330f626ef',
169+
'nw_src_revision': '0ffab9c83a173490c6e13c9eb1674545d39b55ad',
170+
'nw_v8_revision': '050bd3e40169233b81137ed7f344f49ebc2f16dd',
171171
'nw_node_revision': '49b68d6512c3eb65cef59504f5a4487a772ab081',
172172

173173
# ANGLE's deps are relative to the angle_root variable.
@@ -201,11 +201,11 @@ vars = {
201201
# Three lines of non-changing comments so that
202202
# the commit queue can handle CLs rolling Skia
203203
# and whatever else without interference from each other.
204-
'skia_revision': '489348851cca51b23f522734b6db3c785ffdfaed',
204+
'skia_revision': '73c703c2bdbde9a7602bc017f08376bfb4c79f33',
205205
# Three lines of non-changing comments so that
206206
# the commit queue can handle CLs rolling V8
207207
# and whatever else without interference from each other.
208-
'v8_revision': '45d51f3f97a6058fced26b9c378fba5dcd924704',
208+
'v8_revision': '07b417d116f048d31f0ae53bef81acf68f074504',
209209
# Three lines of non-changing comments so that
210210
# the commit queue can handle CLs rolling swarming_client
211211
# and whatever else without interference from each other.
@@ -1459,7 +1459,7 @@ deps = {
14591459

14601460
# Display server protocol for Linux.
14611461
'src/third_party/wayland/src': {
1462-
'url': Var('chromium_git') + '/external/anongit.freedesktop.org/git/wayland/wayland.git' + '@' + 'e091839dd08354289e501a47219e0c7a6472dff3',
1462+
'url': Var('chromium_git') + '/external/anongit.freedesktop.org/git/wayland/wayland.git' + '@' + 'eb1339edd398b9f5328816931e585db4229aa132',
14631463
'condition': 'checkout_linux',
14641464
},
14651465

@@ -1573,7 +1573,7 @@ deps = {
15731573
# Var('chromium_git') + '/v8/v8.git' + '@' + Var('v8_revision'),
15741574

15751575
'src-internal': {
1576-
'url': 'https://chrome-internal.googlesource.com/chrome/src-internal.git@793bbaac5d5aa00d07666c05446a37949c634aee',
1576+
'url': 'https://chrome-internal.googlesource.com/chrome/src-internal.git@727e7f18f649af8add3256f6039dbe8698d8bf06',
15771577
'condition': 'checkout_src_internal',
15781578
},
15791579

0 commit comments

Comments
 (0)