Skip to content

Commit 7477105

Browse files
committed
update to chromium 88.0.4324.150
1 parent f414fa5 commit 7477105

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

DEPS

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

5050

5151
vars = {
52-
"buildspec_platforms": "all",
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.
@@ -173,8 +173,8 @@ vars = {
173173
'checkout_simplechrome': '"{cros_boards}" != ""',
174174
'checkout_simplechrome_with_vms': '"{cros_boards_with_qemu_images}" != ""',
175175

176-
'nw_src_revision': '3004242f1e06af6ecd7724566f67e3ab2cb9886c',
177-
'nw_v8_revision': 'b6100bf8c4b9ba951d7f46a2ec6b2b2400f9f667',
176+
'nw_src_revision': '0a4c5643946c935178e1b08f7a3229b5f48bcb58',
177+
'nw_v8_revision': '9c3b184aab76b6f9dc1cd3a9bdfc3c97af02645f',
178178
'nw_node_revision': 'cedd38c8f287c123602c9fc9933243ba8f3e9b30',
179179

180180
# ANGLE's deps are relative to the angle_root variable.
@@ -203,11 +203,11 @@ vars = {
203203
# Three lines of non-changing comments so that
204204
# the commit queue can handle CLs rolling Skia
205205
# and whatever else without interference from each other.
206-
'skia_revision': '21ebdec5170d890bb7fc7ec88d3dc0ee9995e600',
206+
'skia_revision': '433b2a55a5fbc9e3f5a6b457526ad99d73ba6117',
207207
# Three lines of non-changing comments so that
208208
# the commit queue can handle CLs rolling V8
209209
# and whatever else without interference from each other.
210-
'v8_revision': 'e71858f7a080b9bd813876c13be4ce30d993d1d9',
210+
'v8_revision': '7439c236cb1282f351ee5fdec0b4b871d9606aee',
211211
# Three lines of non-changing comments so that
212212
# the commit queue can handle CLs rolling swarming_client
213213
# and whatever else without interference from each other.
@@ -278,7 +278,7 @@ vars = {
278278
# Three lines of non-changing comments so that
279279
# the commit queue can handle CLs rolling devtools-frontend
280280
# and whatever else without interference from each other.
281-
'devtools_frontend_revision': '64b088dd1f2b228550e5bfa8970e91386bb316a1',
281+
'devtools_frontend_revision': '37e581a98f5c8e491588b4803ba4e9a70ce2cf68',
282282
# Three lines of non-changing comments so that
283283
# the commit queue can handle CLs rolling libprotobuf-mutator
284284
# and whatever else without interference from each other.
@@ -1050,7 +1050,7 @@ deps = {
10501050
Var('chromium_git') + '/chromium/deps/hunspell_dictionaries.git' + '@' + '18e09b9197a3b1d771c077c530d1a4ebad04c167',
10511051

10521052
'src/third_party/icu':
1053-
Var('chromium_git') + '/chromium/deps/icu.git' + '@' + '6a33b647c0647c3eb97eae5432153ef2dfca7baa',
1053+
Var('chromium_git') + '/chromium/deps/icu.git' + '@' + 'd1e2bd28c490a92d410c8014b68527941e124212',
10541054

10551055
'src/third_party/icu4j': {
10561056
'packages': [
@@ -1472,7 +1472,7 @@ deps = {
14721472
},
14731473

14741474
'src/third_party/usrsctp/usrsctplib':
1475-
Var('chromium_git') + '/external/github.com/sctplab/usrsctp' + '@' + 'a3c3ef666b7a5e4c93ebae5a7462add6f86f5cf2',
1475+
Var('chromium_git') + '/external/github.com/sctplab/usrsctp' + '@' + '4191ca1784d8774dbf62d48ab9426c7311a91bc5',
14761476

14771477
'src/third_party/vulkan_memory_allocator':
14781478
Var('chromium_git') + '/external/github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git' + '@' + '6c656df63da5995a932aafd45b32af1974e497d9',
@@ -1593,7 +1593,7 @@ deps = {
15931593
# Var('chromium_git') + '/v8/v8.git' + '@' + Var('v8_revision'),
15941594

15951595
'src-internal': {
1596-
'url': 'https://chrome-internal.googlesource.com/chrome/src-internal.git@accec3dc684dfc55a044399fa3ac64dbeb81d194',
1596+
'url': 'https://chrome-internal.googlesource.com/chrome/src-internal.git@ab40b81d82d525f54e6b2af78ad2c8fdb0006d46',
15971597
'condition': 'checkout_src_internal',
15981598
},
15991599

@@ -1612,7 +1612,7 @@ deps = {
16121612
'packages': [
16131613
{
16141614
'package': 'chromeos_internal/apps/media_app/app',
1615-
'version': 'SSN6hnE-dMi9FUYeDxsqZeGfqn6uLehMhkKF0mwWq-UC',
1615+
'version': 'oySoPSsP_--1KC5kxr1jeQ-gTSOKDY_lpNKu3eNucVsC',
16161616
},
16171617
],
16181618
'condition': 'checkout_chromeos and checkout_src_internal',

0 commit comments

Comments
 (0)