Skip to content

Commit 724cc11

Browse files
committed
update to chromium 90.0.4430.72
1 parent 463fbe4 commit 724cc11

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": "all",
53+
"buildspec_platforms": "linux64, mac64, win, win64",
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': '92c306f843c23381a58854d4cdc2da646d42f1cc',
177-
'nw_v8_revision': '3068a7f75a393661e34ed3cf36ddec78ae79dacd',
176+
'nw_src_revision': '388483f5760c4f5599053e6b71f5143272646ef0',
177+
'nw_v8_revision': '605e171c91a940699e992b14225f154cc241ee40',
178178
'nw_node_revision': 'fade7bc502bb9d5d2d48b3b4e25c8b6497d2be17',
179179

180180
# ANGLE's deps are relative to the angle_root variable.
@@ -214,7 +214,7 @@ 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': '30ee58fae944e21dd6b8288e9adab8c74b42f947',
217+
'v8_revision': '462fc27a2892702a4d42ffd647789c58ffcee747',
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.
@@ -289,7 +289,7 @@ vars = {
289289
# Three lines of non-changing comments so that
290290
# the commit queue can handle CLs rolling devtools-frontend
291291
# and whatever else without interference from each other.
292-
'devtools_frontend_revision': 'a22a1eb596cec3394599b8685f9d28a8472ba59a',
292+
'devtools_frontend_revision': 'ae8b17c1d1835cfd8c03db30d2c3799a4e2edfe8',
293293
# Three lines of non-changing comments so that
294294
# the commit queue can handle CLs rolling libprotobuf-mutator
295295
# 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@339203e183a7153ef2661a1be46afe4576d4a30d',
1625+
'url': 'https://chrome-internal.googlesource.com/chrome/src-internal.git@aeb2538ecf13383b9abc6910ad6e8c5555f6a5ec',
16261626
'condition': 'checkout_src_internal',
16271627
},
16281628

0 commit comments

Comments
 (0)