Skip to content

Commit ef3b8de

Browse files
committed
[DEPS] update to 76.0.3809.62
1 parent 8dd5523 commit ef3b8de

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

DEPS

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ gclient_gn_args = [
3838

3939

4040
vars = {
41-
"buildspec_platforms": "win, linux64, mac64, win64",
41+
"buildspec_platforms": "win, ios, linux64, chromeos, win64, android, mac64",
4242
# Variable that can be used to support multiple build scenarios, like having
4343
# Chromium specific targets in a client project's GN file or sync dependencies
4444
# conditionally etc.
@@ -112,9 +112,9 @@ vars = {
112112
# (ie: release) images.
113113
'use_public_cros_config': 'not checkout_src_internal',
114114

115-
'nw_src_revision': '9c9472c9d5c8f41f3ae2bd5f66c291989626db41',
116-
'nw_v8_revision': '7f1c591729376d484959acf24667450e11ef14b2',
117-
'nw_node_revision': '79d48d74da9b1f7f82a9c18b1ae47bb82a7c8263',
115+
'nw_src_revision': '4b3f2986cf88748f2c7d0b7ab4f643d437971fdb',
116+
'nw_v8_revision': '7c3d68c325ac49bd9a612796d44749108948b79f',
117+
'nw_node_revision': 'b39900733472d01bed0d1fa4592f1c44d19d60fe',
118118

119119
# ANGLE's deps are relative to the angle_root variable.
120120
'angle_root': 'src/third_party/angle',
@@ -144,19 +144,19 @@ vars = {
144144
# Three lines of non-changing comments so that
145145
# the commit queue can handle CLs rolling Skia
146146
# and whatever else without interference from each other.
147-
'skia_revision': '60c80f35857c0054cf8d326a49c277367dd8e5cc',
147+
'skia_revision': '592fe6d5a78c6c7b1dd99ccdd6efd6e21348d410',
148148
# Three lines of non-changing comments so that
149149
# the commit queue can handle CLs rolling V8
150150
# and whatever else without interference from each other.
151-
'v8_revision': '34d8c1b1eef51f3d0df5ee60008a89e77c3209f4',
151+
'v8_revision': '20999a8f59d1543c90d6efe84d6480ad4b67a530',
152152
# Three lines of non-changing comments so that
153153
# the commit queue can handle CLs rolling swarming_client
154154
# and whatever else without interference from each other.
155155
'swarming_revision': '779c4f0f8488c64587b75dbb001d18c3c0c4cda9',
156156
# Three lines of non-changing comments so that
157157
# the commit queue can handle CLs rolling ANGLE
158158
# and whatever else without interference from each other.
159-
'angle_revision': 'aed672f72eec961b6089876b49ffabbab6817023',
159+
'angle_revision': '9379eed385311cbc442a986437431b3e6ce45ff1',
160160
# Three lines of non-changing comments so that
161161
# the commit queue can handle CLs rolling SwiftShader
162162
# and whatever else without interference from each other.
@@ -1406,7 +1406,7 @@ deps = {
14061406
# Var('chromium_git') + '/v8/v8.git' + '@' + Var('v8_revision'),
14071407

14081408
'src-internal': {
1409-
'url': 'https://chrome-internal.googlesource.com/chrome/src-internal.git@c0fe56f14f425f8f08574a16b5ee3545d1201e44',
1409+
'url': 'https://chrome-internal.googlesource.com/chrome/src-internal.git@104a6a7d328c68f3cb0e58c7c3d5062976875af2',
14101410
'condition': 'checkout_src_internal',
14111411
},
14121412

0 commit comments

Comments
 (0)