Skip to content

Commit e1a060d

Browse files
committed
[DEPS] update to chromium 78.0.3904.63
1 parent 37a4949 commit e1a060d

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

DEPS

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

137-
'nw_src_revision': '27670a1abecfb8c11a23d1658ecd87a7e555e1cf',
138-
'nw_v8_revision': 'ebac9cc6e42c2fcc5b6a3e6dd9ff875f2ae0cdcb',
137+
'nw_src_revision': '69f7987f18694f3c8391bc0a6801d56825d06356',
138+
'nw_v8_revision': '26fedbbb0089b1a0ce6df3609948f576d2653a9a',
139139
'nw_node_revision': 'b8d4b9b9f436e579f9ab2f2dc2a7c0af58de05b4',
140140

141141
# ANGLE's deps are relative to the angle_root variable.
@@ -168,11 +168,11 @@ 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': 'bc8994cb7f7fe93d758211a65c9b987210f83262',
171+
'skia_revision': 'a40a8a58755f952280cac9dfdcbf761aa7d29a52',
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.
175-
'v8_revision': '46a7ef3726d1cd4d5d34e2c9de7f1a9fd276ad21',
175+
'v8_revision': '725bcedcb6914f8e4e321a1b673ef5847fa57ad9',
176176
# Three lines of non-changing comments so that
177177
# the commit queue can handle CLs rolling swarming_client
178178
# and whatever else without interference from each other.
@@ -1423,7 +1423,7 @@ deps = {
14231423
Var('chromium_git') + '/external/khronosgroup/webgl.git' + '@' + 'abaae129d9a0c6e1e092067e0b105475df43352e',
14241424

14251425
'src/third_party/webrtc':
1426-
Var('webrtc_git') + '/src.git' + '@' + '3498a292ecfae6d0abaaa3d078670184710ce65b',
1426+
Var('webrtc_git') + '/src.git' + '@' + '0b2302e5e0418b6716fbc0b3927874fd3a842caf',
14271427

14281428
'src/third_party/xdg-utils': {
14291429
'url': Var('chromium_git') + '/chromium/deps/xdg-utils.git' + '@' + 'd80274d5869b17b8c9067a1022e4416ee7ed5e0d',
@@ -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@ee44ffba8ca2d316a1d613113aa85bc809d669c7',
1473+
'url': 'https://chrome-internal.googlesource.com/chrome/src-internal.git@4221b0a3393454cc68f3509a34b5a56f8b3d776c',
14741474
'condition': 'checkout_src_internal',
14751475
},
14761476

0 commit comments

Comments
 (0)