Skip to content

Commit d5cfe30

Browse files
committed
Update to 74.0.3729.100
1 parent 53634a5 commit d5cfe30

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

DEPS

Lines changed: 5 additions & 5 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.
@@ -111,8 +111,8 @@ vars = {
111111
# as an expression.
112112
'cros_download_vm': '"{cros_board}" == "amd64-generic"',
113113

114-
'nw_src_revision': 'a87d82690166d82cc6ae02396d1ff5ce199da5f5',
115-
'nw_v8_revision': 'e16dd8b6d6eeca1b24e35750e06846f010c37b50',
114+
'nw_src_revision': 'f3e333204cc00345f68bad2c28e5e1c3b43dbcbf',
115+
'nw_v8_revision': '0e500b42a76e5dd6cc652b672974da9cfb425ce8',
116116
'nw_node_revision': '5a3250065cca212cd66ff7e6ad54710d18dfb8e3',
117117
# ANGLE's deps are relative to the angle_root variable.
118118
'angle_root': 'src/third_party/angle',
@@ -142,7 +142,7 @@ vars = {
142142
# Three lines of non-changing comments so that
143143
# the commit queue can handle CLs rolling V8
144144
# and whatever else without interference from each other.
145-
'v8_revision': 'c9ffe2c378f6a3a9a6c75c413f64de18605324e8',
145+
'v8_revision': '080edcddd609a121f78944c7d2cbf7e7f2609bb8',
146146
# Three lines of non-changing comments so that
147147
# the commit queue can handle CLs rolling swarming_client
148148
# and whatever else without interference from each other.
@@ -1348,7 +1348,7 @@ deps = {
13481348
# Var('chromium_git') + '/v8/v8.git' + '@' + Var('v8_revision'),
13491349

13501350
'src-internal': {
1351-
'url': 'https://chrome-internal.googlesource.com/chrome/src-internal.git@d483b872cc1134b45625d2b9dcd7384d53c02991',
1351+
'url': 'https://chrome-internal.googlesource.com/chrome/src-internal.git@8e6f5dfd0a7f0d9e07ae166f4eef13f1c5f6b971',
13521352
'condition': 'checkout_src_internal',
13531353
},
13541354

0 commit comments

Comments
 (0)