Skip to content

Commit 1b1e13a

Browse files
committed
update to chromium 86.0.4240.111
1 parent 1e6f61f commit 1b1e13a

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

DEPS

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ gclient_gn_args = [
5050

5151

5252
vars = {
53-
"buildspec_platforms": "linux64, mac64, win, win64, android",
53+
"buildspec_platforms": "linux64, mac64, win, win64",
5454
# Variable that can be used to support multiple build scenarios, like having
5555
# Chromium specific targets in a client project's GN file or sync dependencies
5656
# conditionally etc.
@@ -166,8 +166,8 @@ vars = {
166166
'checkout_simplechrome': '"{cros_boards}" != ""',
167167
'checkout_simplechrome_with_vms': '"{cros_boards_with_qemu_images}" != ""',
168168

169-
'nw_src_revision': '17d0a01b8f4c294accba9faac3c1bdbf02166630',
170-
'nw_v8_revision': '6490ec46c90fad709c46ad92b3ca5fe498d11388',
169+
'nw_src_revision': '48d05ff42a4da2960d96a7b828b3631b6d52469e',
170+
'nw_v8_revision': '723f4de66fb46bbafa196f96d1f21d780941b633',
171171
'nw_node_revision': 'd9dfe30216af8cf447b5f93a4178d4cf508daa48',
172172

173173
# ANGLE's deps are relative to the angle_root variable.
@@ -201,11 +201,11 @@ vars = {
201201
# Three lines of non-changing comments so that
202202
# the commit queue can handle CLs rolling Skia
203203
# and whatever else without interference from each other.
204-
'skia_revision': 'fe61f1806d406858a2ed399b6dfeef1c40d06284',
204+
'skia_revision': 'b939c288f3d6479d88d1444fafbe7441d11348aa',
205205
# Three lines of non-changing comments so that
206206
# the commit queue can handle CLs rolling V8
207207
# and whatever else without interference from each other.
208-
'v8_revision': '18b0abf704ef3da393cf0b7a4cad4887a1596dda',
208+
'v8_revision': '7565e93eb72cea4268028fc20186d415c22b1cff',
209209
# Three lines of non-changing comments so that
210210
# the commit queue can handle CLs rolling swarming_client
211211
# and whatever else without interference from each other.
@@ -221,7 +221,7 @@ vars = {
221221
# Three lines of non-changing comments so that
222222
# the commit queue can handle CLs rolling PDFium
223223
# and whatever else without interference from each other.
224-
'pdfium_revision': 'd080048b1c862d222f4893936f48a65405397723',
224+
'pdfium_revision': '9591642a0896c0bd7377ce1eadf782eccc0e0b9b',
225225
# Three lines of non-changing comments so that
226226
# the commit queue can handle CLs rolling BoringSSL
227227
# and whatever else without interference from each other.
@@ -252,7 +252,7 @@ vars = {
252252
# Three lines of non-changing comments so that
253253
# the commit queue can handle CLs rolling freetype
254254
# and whatever else without interference from each other.
255-
'freetype_revision': 'f9f6adb625c48ef15b5d61a3ac1709a068ea95a3',
255+
'freetype_revision': 'b977dff8c99b19d92f10f20c02acfe8101ce4d6f',
256256
# Three lines of non-changing comments so that
257257
# the commit queue can handle CLs rolling HarfBuzz
258258
# and whatever else without interference from each other.
@@ -272,7 +272,7 @@ vars = {
272272
# Three lines of non-changing comments so that
273273
# the commit queue can handle CLs rolling devtools-frontend
274274
# and whatever else without interference from each other.
275-
'devtools_frontend_revision': '681134f3294b74d5f60a4712215fe9d59fed2cb7',
275+
'devtools_frontend_revision': 'd10dfdcb2069dba669023b4cccf8633209a61d65',
276276
# Three lines of non-changing comments so that
277277
# the commit queue can handle CLs rolling libprotobuf-mutator
278278
# and whatever else without interference from each other.
@@ -1393,7 +1393,7 @@ deps = {
13931393
Var('chromium_git') + '/external/github.com/google/snappy.git' + '@' + 'f16eda3466633b88d0a55199deb00aa5429c6219',
13941394

13951395
'src/third_party/sqlite/src':
1396-
Var('chromium_git') + '/chromium/deps/sqlite.git' + '@' + '5e8c30a1e0e03172fa46305d0ec0cdd13df4780e',
1396+
Var('chromium_git') + '/chromium/deps/sqlite.git' + '@' + '0324bd3ef1af08b478c9e9f82722d7e1e565d6bc',
13971397

13981398
'src/third_party/sqlite4java': {
13991399
'packages': [
@@ -1479,7 +1479,7 @@ deps = {
14791479
},
14801480

14811481
'src/third_party/webrtc':
1482-
Var('webrtc_git') + '/src.git' + '@' + '8e775e3917513f21c9bca012b5bce35635a84096',
1482+
Var('webrtc_git') + '/src.git' + '@' + '5f7ee18f25f020098fd999e3dfee02fe38c445f1',
14831483

14841484
'src/third_party/libgifcodec':
14851485
Var('skia_git') + '/libgifcodec' + '@'+ Var('libgifcodec_revision'),
@@ -1557,7 +1557,7 @@ deps = {
15571557
# Var('chromium_git') + '/v8/v8.git' + '@' + Var('v8_revision'),
15581558

15591559
'src-internal': {
1560-
'url': 'https://chrome-internal.googlesource.com/chrome/src-internal.git@8b3099630dbee34ac31bf325b115a8f607d7e98b',
1560+
'url': 'https://chrome-internal.googlesource.com/chrome/src-internal.git@aaf240b92c199251e3cfffaddef3cdcc658d2f3b',
15611561
'condition': 'checkout_src_internal',
15621562
},
15631563

0 commit comments

Comments
 (0)