Skip to content

Commit 5161a6e

Browse files
committed
Update to 75.0.3770.66 and Node 12.3.1
1 parent 4aef8c2 commit 5161a6e

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

DEPS

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -107,9 +107,9 @@ vars = {
107107
# as an expression.
108108
'cros_download_vm': '"{cros_board}" == "amd64-generic"',
109109

110-
'nw_src_revision': 'eb6379fe7f0d12614e3c2a4505929efec8aa45d3',
111-
'nw_v8_revision': 'f0a40dc9faf00cfdc73c5b0353ffbe19ff025ab1',
112-
'nw_node_revision': '833f941da4b925db8765cec3bee9092644277a6b',
110+
'nw_src_revision': 'c741e853fa8342bb418a54d3515ae5601ec0d774',
111+
'nw_v8_revision': 'e71e677b1e2b33b31c22fe9553074f0b8dd6ac6e',
112+
'nw_node_revision': '6483519975bfe637e0b23cf71998c32f5f49f791',
113113
# ANGLE's deps are relative to the angle_root variable.
114114
'angle_root': 'src/third_party/angle',
115115

@@ -134,27 +134,27 @@ vars = {
134134
# Three lines of non-changing comments so that
135135
# the commit queue can handle CLs rolling Skia
136136
# and whatever else without interference from each other.
137-
'skia_revision': '68046cd7be837bd31bc8f0e821a2f82a02dda9cf',
137+
'skia_revision': '3a2e3e75232d225e6f5e7c3530458be63bbb355a',
138138
# Three lines of non-changing comments so that
139139
# the commit queue can handle CLs rolling V8
140140
# and whatever else without interference from each other.
141-
'v8_revision': '81b7d7e8f5134517128e838d14f4dfd2c2275552',
141+
'v8_revision': 'f7380d154b2d2c57edd03a9b3e36e3bcccf44925',
142142
# Three lines of non-changing comments so that
143143
# the commit queue can handle CLs rolling swarming_client
144144
# and whatever else without interference from each other.
145145
'swarming_revision': 'aa60736aded9fc32a0e21a81f5fc51f6009d01f3',
146146
# Three lines of non-changing comments so that
147147
# the commit queue can handle CLs rolling ANGLE
148148
# and whatever else without interference from each other.
149-
'angle_revision': '85a239d091281be5716baec96f67aed9758b2d3b',
149+
'angle_revision': '1b6a9ca29c8a192ec907fa1a48c54eb20dc524b5',
150150
# Three lines of non-changing comments so that
151151
# the commit queue can handle CLs rolling SwiftShader
152152
# and whatever else without interference from each other.
153153
'swiftshader_revision': '96fbe0810a3fc9b4982d24b6c2c6b04642598e15',
154154
# Three lines of non-changing comments so that
155155
# the commit queue can handle CLs rolling PDFium
156156
# and whatever else without interference from each other.
157-
'pdfium_revision': '4fcc1f28e25ec78d75e33264f1833336c37a3b3e',
157+
'pdfium_revision': '6ce1d132489de5aa420cec9ef83818d5bad81c51',
158158
# Three lines of non-changing comments so that
159159
# the commit queue can handle CLs rolling openmax_dl
160160
# and whatever else without interference from each other.
@@ -185,7 +185,7 @@ vars = {
185185
# Three lines of non-changing comments so that
186186
# the commit queue can handle CLs rolling NaCl
187187
# and whatever else without interference from each other.
188-
'nacl_revision': '6abc006f6760ec49350cd45e8bccbff4809725ac',
188+
'nacl_revision': 'f8d9b46365a16f3ab0ba278139575e2c271964e9',
189189
# Three lines of non-changing comments so that
190190
# the commit queue can handle CLs rolling freetype
191191
# and whatever else without interference from each other.
@@ -217,7 +217,7 @@ vars = {
217217
# Three lines of non-changing comments so that
218218
# the commit queue can handle CLs rolling feed
219219
# and whatever else without interference from each other.
220-
'feed_revision': '7b04f569093e15ecc39b818a89101269ef8d76b5',
220+
'feed_revision': '16811efbf6b3ba9f707c587bcfa942b8f97a82a7',
221221
# Three lines of non-changing comments so that
222222
# the commit queue can handle CLs rolling android_sdk_build-tools_version
223223
# and whatever else without interference from each other.
@@ -715,7 +715,7 @@ deps = {
715715
Var('chromium_git') + '/angle/angle.git' + '@' + Var('angle_revision'),
716716

717717
'src/third_party/dav1d/libdav1d':
718-
Var('chromium_git') + '/external/github.com/videolan/dav1d.git' + '@' + 'f8cac8c56b3e8afec0e356b297c373a352746a1b',
718+
Var('chromium_git') + '/external/github.com/videolan/dav1d.git' + '@' + 'd400361524ce739db30d552a9e54809d812710c6',
719719

720720
'src/third_party/dawn':
721721
Var('dawn_git') + '/dawn.git' + '@' + Var('dawn_revision'),
@@ -986,7 +986,7 @@ deps = {
986986
Var('chromium_git') + '/chromium/deps/hunspell_dictionaries.git' + '@' + '3874188bd69fe67a825d07584c74451e45063e95',
987987

988988
'src/third_party/icu':
989-
Var('chromium_git') + '/chromium/deps/icu.git' + '@' + '35f7e139f33f1ddbfdb68b65dda29aff430c3f6f',
989+
Var('chromium_git') + '/chromium/deps/icu.git' + '@' + 'e3d32ff805c917e6a8a6ed1c6e1acb1f2e83c544',
990990

991991
'src/third_party/icu4j': {
992992
'packages': [
@@ -1082,7 +1082,7 @@ deps = {
10821082
},
10831083

10841084
'src/third_party/libvpx/source/libvpx':
1085-
Var('chromium_git') + '/webm/libvpx.git' + '@' + 'da5be113f3205544658db52201a66273cf7d6e70',
1085+
Var('chromium_git') + '/webm/libvpx.git' + '@' + '98006afc7bdc560ba0419ef92a285d9789fa633e',
10861086

10871087
'src/third_party/libwebm/source':
10881088
Var('chromium_git') + '/webm/libwebm.git' + '@' + '51ca718c3adf0ddedacd7df25fe45f67dc5a9ce1',
@@ -1362,7 +1362,7 @@ deps = {
13621362
Var('chromium_git') + '/external/khronosgroup/webgl.git' + '@' + '3f6583d3fee4ab71866ade794504a20eb6f63f88',
13631363

13641364
'src/third_party/webrtc':
1365-
Var('webrtc_git') + '/src.git' + '@' + 'f67efae5f51d77a8e7ed7b6e5e631ab58981108b',
1365+
Var('webrtc_git') + '/src.git' + '@' + '159c16f3ceea1d02d08d51fc83d843019d773ec6',
13661366

13671367
'src/third_party/xdg-utils': {
13681368
'url': Var('chromium_git') + '/chromium/deps/xdg-utils.git' + '@' + 'd80274d5869b17b8c9067a1022e4416ee7ed5e0d',
@@ -1409,7 +1409,7 @@ deps = {
14091409
# Var('chromium_git') + '/v8/v8.git' + '@' + Var('v8_revision'),
14101410

14111411
'src-internal': {
1412-
'url': 'https://chrome-internal.googlesource.com/chrome/src-internal.git@8b7df2790ca833e29223de588eadadbe2eadf3f5',
1412+
'url': 'https://chrome-internal.googlesource.com/chrome/src-internal.git@30533287878d3249ea92ef431927a32b49381b1b',
14131413
'condition': 'checkout_src_internal',
14141414
},
14151415

0 commit comments

Comments
 (0)