Skip to content

Commit f7ec388

Browse files
committed
src: update to Chromium 78.0.3904.108
nwjs/chromium.src@f6af0b9
1 parent a0f79cf commit f7ec388

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",
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.
@@ -134,7 +134,7 @@ vars = {
134134
# (ie: release) images.
135135
'use_public_cros_config': 'not checkout_src_internal',
136136

137-
'nw_src_revision': '0088150360ef165f5dc8d44336e93ac637528cf8',
137+
'nw_src_revision': 'f6af0b9860b91c09585e436e996be5a3f65a6f1d',
138138
'nw_v8_revision': '910710981248526a02656d33d3bbe8dc72538cd2',
139139
'nw_node_revision': '4e7af7f40f864a84bc4f822b84a1b84f35326495',
140140

@@ -168,7 +168,7 @@ vars = {
168168
# Three lines of non-changing comments so that
169169
# the commit queue can handle CLs rolling Skia
170170
# and whatever else without interference from each other.
171-
'skia_revision': 'a40a8a58755f952280cac9dfdcbf761aa7d29a52',
171+
'skia_revision': 'dba5c993df3fb95fed01f8131aa0401e83c9198f',
172172
# Three lines of non-changing comments so that
173173
# the commit queue can handle CLs rolling V8
174174
# and whatever else without interference from each other.
@@ -180,7 +180,7 @@ vars = {
180180
# Three lines of non-changing comments so that
181181
# the commit queue can handle CLs rolling ANGLE
182182
# and whatever else without interference from each other.
183-
'angle_revision': '66e0feec40dcd82459234eb249fef11aa3f2a917',
183+
'angle_revision': '0cc6d390272a3ec18d89400ed28e1bfa2be56fcf',
184184
# Three lines of non-changing comments so that
185185
# the commit queue can handle CLs rolling SwiftShader
186186
# and whatever else without interference from each other.
@@ -247,7 +247,7 @@ vars = {
247247
# Three lines of non-changing comments so that
248248
# the commit queue can handle CLs rolling feed
249249
# and whatever else without interference from each other.
250-
'feed_revision': '760bb171ed66f8385aa3720d90ca532ae51354cc',
250+
'feed_revision': '71971dd78aaf118efaf8047d85528377950a4061',
251251
# Three lines of non-changing comments so that
252252
# the commit queue can handle CLs rolling android_sdk_build-tools_version
253253
# and whatever else without interference from each other.
@@ -1470,7 +1470,7 @@ deps = {
14701470
# Var('chromium_git') + '/v8/v8.git' + '@' + Var('v8_revision'),
14711471

14721472
'src-internal': {
1473-
'url': 'https://chrome-internal.googlesource.com/chrome/src-internal.git@28eef741e362036161b2212c77fed61725559b79',
1473+
'url': 'https://chrome-internal.googlesource.com/chrome/src-internal.git@7ea7b65154ed84d96518ea94ee550db9f0612829',
14741474
'condition': 'checkout_src_internal',
14751475
},
14761476

0 commit comments

Comments
 (0)