Skip to content

Commit 0a2529c

Browse files
committed
update to chromium 89.0.4389.114
1 parent d98d777 commit 0a2529c

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

DEPS

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ gclient_gn_args = [
4949

5050

5151
vars = {
52-
"buildspec_platforms": "linux64, mac64, win, win64, android",
52+
"buildspec_platforms": "linux64, mac64, win, win64",
5353
# Variable that can be used to support multiple build scenarios, like having
5454
# Chromium specific targets in a client project's GN file or sync dependencies
5555
# conditionally etc.
@@ -172,6 +172,10 @@ vars = {
172172
'checkout_simplechrome': '"{cros_boards}" != ""',
173173
'checkout_simplechrome_with_vms': '"{cros_boards_with_qemu_images}" != ""',
174174

175+
'nw_src_revision': 'cebf380656971418dc252cc58d9e600f05f8dde5',
176+
'nw_v8_revision': '34274c534738b9519634b0ec25dc5917e2ecfcf0',
177+
'nw_node_revision': '6a9543fec0ea769b6d346d2d4cc3d7c32f2a60fd',
178+
175179
# ANGLE's deps are relative to the angle_root variable.
176180
'angle_root': 'src/third_party/angle',
177181

@@ -198,18 +202,14 @@ vars = {
198202
'skia_git': 'https://skia.googlesource.com',
199203
'swiftshader_git': 'https://swiftshader.googlesource.com',
200204
'webrtc_git': 'https://webrtc.googlesource.com',
201-
'nw_src_revision': '12f41621a0e61a7f293220960e7a04489f9a62b2',
202-
'nw_v8_revision': '93c850fed8bdcc05cd9275d06e66fdac13493719',
203-
'nw_node_revision': '6a9543fec0ea769b6d346d2d4cc3d7c32f2a60fd',
204-
205205
# Three lines of non-changing comments so that
206206
# the commit queue can handle CLs rolling Skia
207207
# and whatever else without interference from each other.
208208
'skia_revision': '109bfc9052ce1bde7acf07321d605601d7b7ec24',
209209
# Three lines of non-changing comments so that
210210
# the commit queue can handle CLs rolling V8
211211
# and whatever else without interference from each other.
212-
'v8_revision': '6fbcc11c530bb348e805f6c5cfcd15c337640dc8',
212+
'v8_revision': '09ecd88ef275f6c66605218a0ffb72123ea3b5e1',
213213
# Three lines of non-changing comments so that
214214
# the commit queue can handle CLs rolling swarming_client
215215
# and whatever else without interference from each other.
@@ -1590,11 +1590,12 @@ deps = {
15901590

15911591
'src/third_party/node-nw':
15921592
Var('nwjs_git') + '/node.git' + '@' + Var('nw_node_revision'),
1593+
15931594
#'src/v8':
15941595
# Var('chromium_git') + '/v8/v8.git' + '@' + Var('v8_revision'),
15951596

15961597
'src-internal': {
1597-
'url': 'https://chrome-internal.googlesource.com/chrome/src-internal.git@3dbf7ad735f913b34d06a46b683ca35828074cac',
1598+
'url': 'https://chrome-internal.googlesource.com/chrome/src-internal.git@6504d90da6a8f1f0bdbfa53b8730410c82700179',
15981599
'condition': 'checkout_src_internal',
15991600
},
16001601

0 commit comments

Comments
 (0)