Skip to content

Commit d801c7d

Browse files
committed
Update to Chromium 77.0.3865.90
1 parent a97f606 commit d801c7d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

DEPS

Lines changed: 4 additions & 4 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, android, ios, chromeos",
42+
"buildspec_platforms": "linux64, mac64, win, win64",
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,7 +117,7 @@ vars = {
117117
# (ie: release) images.
118118
'use_public_cros_config': 'not checkout_src_internal',
119119

120-
'nw_src_revision': 'b915ee5d76cd3a9ceb772e7edf49d79c9d8f48bc',
120+
'nw_src_revision': '4ecee4fe6aedd3e9c798924726e9a0017407cf9a',
121121
'nw_v8_revision': 'bf62c4681425c89225fbc5216bc1bf1a42485adc',
122122
'nw_node_revision': 'a19bb0945a842eaa445b5b10507693c0a5afeb55',
123123

@@ -151,7 +151,7 @@ vars = {
151151
# Three lines of non-changing comments so that
152152
# the commit queue can handle CLs rolling Skia
153153
# and whatever else without interference from each other.
154-
'skia_revision': '2417cee95d9097a19d759a2267d4c3e51786e873',
154+
'skia_revision': 'a10014304cba4f24b7af17191f59490faa8aee77',
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.
@@ -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@f39d990fb02e5da930dc10a17b755e596876663d',
1434+
'url': 'https://chrome-internal.googlesource.com/chrome/src-internal.git@ff9562886fd7431d06d61ad127b94a65f42f2da7',
14351435
'condition': 'checkout_src_internal',
14361436
},
14371437

0 commit comments

Comments
 (0)