Skip to content

Commit c46e218

Browse files
committed
update to chromium 90.0.4430.93
1 parent 25e1483 commit c46e218

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
@@ -50,7 +50,7 @@ gclient_gn_args = [
5050

5151

5252
vars = {
53-
"buildspec_platforms": "linux64, mac64, win, win64",
53+
"buildspec_platforms": "all",
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.
@@ -173,8 +173,8 @@ vars = {
173173
'checkout_simplechrome': '"{cros_boards}" != ""',
174174
'checkout_simplechrome_with_vms': '"{cros_boards_with_qemu_images}" != ""',
175175

176-
'nw_src_revision': '00205ae96a613752798e333255d6349eb68cc19d',
177-
'nw_v8_revision': '8d680de13fa2d0c7b82c495ae0eef2c1a08edbe6',
176+
'nw_src_revision': '6749c6a3859865c74126b058a92e39be750b3b00',
177+
'nw_v8_revision': '074b0bfb713edab1d961a5056ba8e42051d63ff6',
178178
'nw_node_revision': 'fade7bc502bb9d5d2d48b3b4e25c8b6497d2be17',
179179

180180
# ANGLE's deps are relative to the angle_root variable.
@@ -214,15 +214,15 @@ vars = {
214214
# Three lines of non-changing comments so that
215215
# the commit queue can handle CLs rolling V8
216216
# and whatever else without interference from each other.
217-
'v8_revision': '2a79cd57b6931f43a1158f4df61c73992b1f6c68',
217+
'v8_revision': '8056ff49ef311c85c00c003b062755c74b98f639',
218218
# Three lines of non-changing comments so that
219219
# the commit queue can handle CLs rolling swarming_client
220220
# and whatever else without interference from each other.
221221
'swarming_revision': 'a32a1607f6093d338f756c7e7c7b4333b0c50c9c',
222222
# Three lines of non-changing comments so that
223223
# the commit queue can handle CLs rolling ANGLE
224224
# and whatever else without interference from each other.
225-
'angle_revision': 'e22cfa011f5ecfcc020d29ac51a5ffca1b1a6603',
225+
'angle_revision': 'ed5f62c36dc056c96e0ceb4d101c0f167903b900',
226226
# Three lines of non-changing comments so that
227227
# the commit queue can handle CLs rolling SwiftShader
228228
# and whatever else without interference from each other.
@@ -1622,7 +1622,7 @@ deps = {
16221622
# Var('chromium_git') + '/v8/v8.git' + '@' + Var('v8_revision'),
16231623

16241624
'src-internal': {
1625-
'url': 'https://chrome-internal.googlesource.com/chrome/src-internal.git@47dc37fed3355b362666d9ca63e2227703f6cac7',
1625+
'url': 'https://chrome-internal.googlesource.com/chrome/src-internal.git@22ddd9b84839ed8ff327576bfbe9ad32872d8881',
16261626
'condition': 'checkout_src_internal',
16271627
},
16281628

0 commit comments

Comments
 (0)