Skip to content

Commit f8124ee

Browse files
committed
[DEPS] update to Chromium 77.0.3865.120
1 parent c92dd49 commit f8124ee

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
@@ -39,7 +39,7 @@ gclient_gn_args = [
3939

4040

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

120-
'nw_src_revision': '4ecee4fe6aedd3e9c798924726e9a0017407cf9a',
121-
'nw_v8_revision': 'bf62c4681425c89225fbc5216bc1bf1a42485adc',
122-
'nw_node_revision': '294033e3e03e5d97c8d04d32081ffe4f85dce9d5',
120+
'nw_src_revision': '3b08f350b753b770001c1ede01190e5f3cda01fa',
121+
'nw_v8_revision': 'f8750a242932ad90851bc5a5bcc5d274392a2852',
122+
'nw_node_revision': '21b7a8749c3aba5c1b030781f59c0dc2d058fcdd',
123123

124124
# ANGLE's deps are relative to the angle_root variable.
125125
'angle_root': 'src/third_party/angle',
@@ -155,7 +155,7 @@ vars = {
155155
# Three lines of non-changing comments so that
156156
# the commit queue can handle CLs rolling V8
157157
# and whatever else without interference from each other.
158-
'v8_revision': '027689dbfcb2a9bbc8ceec4db2631c558e879633',
158+
'v8_revision': '61f6ff68518ad06a515cb8b5f140a3850c9a4849',
159159
# Three lines of non-changing comments so that
160160
# the commit queue can handle CLs rolling swarming_client
161161
# and whatever else without interference from each other.
@@ -1431,7 +1431,7 @@ deps = {
14311431
# Var('chromium_git') + '/v8/v8.git' + '@' + Var('v8_revision'),
14321432

14331433
'src-internal': {
1434-
'url': 'https://chrome-internal.googlesource.com/chrome/src-internal.git@ff9562886fd7431d06d61ad127b94a65f42f2da7',
1434+
'url': 'https://chrome-internal.googlesource.com/chrome/src-internal.git@51b54bf5b78f8b1b2d277066ed682c967bb5178d',
14351435
'condition': 'checkout_src_internal',
14361436
},
14371437

0 commit comments

Comments
 (0)