Skip to content

Commit ea4fbf1

Browse files
committed
update to chromium 88.0.4324.96
1 parent 9357c94 commit ea4fbf1

File tree

1 file changed

+19
-19
lines changed

1 file changed

+19
-19
lines changed

DEPS

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -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': '0ff5e6985894fc4fe13a977af18f62984da44a76',
177-
'nw_v8_revision': '620934fabc13d7fd333e3aacafb8e5fbb40c952f',
176+
'nw_src_revision': '6dff1c1837ce90d8f50ae2421845b57eba84107d',
177+
'nw_v8_revision': '91f81a47cb3f1865b79e04bcdcbefb90f06f1156',
178178
'nw_node_revision': 'd168d6d2f33b9f824b7ff4edd4850dad7da250bd',
179179

180180
# ANGLE's deps are relative to the angle_root variable.
@@ -203,15 +203,15 @@ 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': '59bafeeaa7de9eb753e3778c414e01dcf013dcd8',
206+
'skia_revision': '21ebdec5170d890bb7fc7ec88d3dc0ee9995e600',
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': '2dbcdc105b963ee2501c82139eef7e0603977ff0',
210+
'v8_revision': 'e71858f7a080b9bd813876c13be4ce30d993d1d9',
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.
214-
'swarming_revision': 'd46ea7635f2911208268170512cb611412488fd8',
214+
'swarming_revision': 'f3caa9b547c47585ccdc79c3aca57182873ce912',
215215
# Three lines of non-changing comments so that
216216
# the commit queue can handle CLs rolling ANGLE
217217
# 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': '6a79629904ea3a2e31bc55156ee2396337da82a8',
281+
'devtools_frontend_revision': '64b088dd1f2b228550e5bfa8970e91386bb316a1',
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.
@@ -358,7 +358,7 @@ vars = {
358358
# Three lines of non-changing comments so that
359359
# the commit queue can handle CLs rolling nearby
360360
# and whatever else without interference from each other.
361-
'nearby_revision': '4f962db40e0d9ff7bc7a0e8e2d2184e0949af17e',
361+
'nearby_revision': '03db3f121129434cd1298c098b6d14444e488c01',
362362
# Three lines of non-changing comments so that
363363
# the commit queue can handle CLs rolling securemessage
364364
# and whatever else without interference from each other.
@@ -911,7 +911,7 @@ deps = {
911911

912912
# For Linux and Chromium OS.
913913
'src/third_party/cros_system_api': {
914-
'url': Var('chromium_git') + '/chromiumos/platform2/system_api.git' + '@' + 'ea8666738ad0e382636fc73f91101fc0e29e8b3b',
914+
'url': Var('chromium_git') + '/chromiumos/platform2/system_api.git' + '@' + 'dfd19c1b9bbc15cf406bb524640182649be2733d',
915915
'condition': 'checkout_linux',
916916
},
917917

@@ -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' + '@' + 'c2a4cae149aae7fd30c4cbe3cf1b30df03b386f1',
1053+
Var('chromium_git') + '/chromium/deps/icu.git' + '@' + '6a33b647c0647c3eb97eae5432153ef2dfca7baa',
10541054

10551055
'src/third_party/icu4j': {
10561056
'packages': [
@@ -1172,7 +1172,7 @@ deps = {
11721172
},
11731173

11741174
'src/third_party/libvpx/source/libvpx':
1175-
Var('chromium_git') + '/webm/libvpx.git' + '@' + '94384b5c685ad3baac8989f19ee587eb72093a7f',
1175+
Var('chromium_git') + '/webm/libvpx.git' + '@' + '12059d9566fff24ef12e4154438b046abd3a8da7',
11761176

11771177
'src/third_party/libwebm/source':
11781178
Var('chromium_git') + '/webm/libwebm.git' + '@' + '51ca718c3adf0ddedacd7df25fe45f67dc5a9ce1',
@@ -1386,7 +1386,7 @@ deps = {
13861386
'packages': [
13871387
{
13881388
'package': 'chromium/third_party/r8',
1389-
'version': 'jIJhJ4I22Dx5V-URd7bp-x1RILv5vrLEJdjjt77MRPcC',
1389+
'version': 'GXNupZ4wd3_EsDohjcNOss3iuVb5gcv0rAeHUiH05JkC',
13901390
},
13911391
],
13921392
'condition': 'checkout_android',
@@ -1429,7 +1429,7 @@ deps = {
14291429
Var('chromium_git') + '/external/github.com/google/snappy.git' + '@' + 'f16eda3466633b88d0a55199deb00aa5429c6219',
14301430

14311431
'src/third_party/sqlite/src':
1432-
Var('chromium_git') + '/chromium/deps/sqlite.git' + '@' + '0324bd3ef1af08b478c9e9f82722d7e1e565d6bc',
1432+
Var('chromium_git') + '/chromium/deps/sqlite.git' + '@' + '702a79c7d77331cbe2838c4b3c5fab529f75f7c2',
14331433

14341434
'src/third_party/sqlite4java': {
14351435
'packages': [
@@ -1446,7 +1446,7 @@ deps = {
14461446
Var('swiftshader_git') + '/SwiftShader.git' + '@' + Var('swiftshader_revision'),
14471447

14481448
'src/third_party/text-fragments-polyfill/src': {
1449-
'url': Var('chromium_git') + '/external/github.com/GoogleChromeLabs/text-fragments-polyfill.git' + '@' + 'b2df6bf7b4dc1665989306a8119eb041f013f567',
1449+
'url': Var('chromium_git') + '/external/github.com/GoogleChromeLabs/text-fragments-polyfill.git' + '@' + '90a76f78e73579ab6bc4f300953cec39b27d058b',
14501450
'condition': 'checkout_ios',
14511451
},
14521452

@@ -1472,14 +1472,14 @@ deps = {
14721472
},
14731473

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

14771477
'src/third_party/vulkan_memory_allocator':
14781478
Var('chromium_git') + '/external/github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git' + '@' + '6c656df63da5995a932aafd45b32af1974e497d9',
14791479

14801480
# Display server protocol for Linux.
14811481
'src/third_party/wayland/src': {
1482-
'url': Var('chromium_git') + '/external/anongit.freedesktop.org/git/wayland/wayland.git' + '@' + 'e091839dd08354289e501a47219e0c7a6472dff3',
1482+
'url': Var('chromium_git') + '/external/anongit.freedesktop.org/git/wayland/wayland.git' + '@' + 'eb1339edd398b9f5328816931e585db4229aa132',
14831483
'condition': 'checkout_linux',
14841484
},
14851485

@@ -1515,7 +1515,7 @@ deps = {
15151515
},
15161516

15171517
'src/third_party/webrtc':
1518-
Var('webrtc_git') + '/src.git' + '@' + 'daab6896e2938e28f01e305ce2fff038f47554c4',
1518+
Var('webrtc_git') + '/src.git' + '@' + 'b15b29151fe3a2affe70ee584fdb015c60ce4f6a',
15191519

15201520
'src/third_party/libgifcodec':
15211521
Var('skia_git') + '/libgifcodec' + '@'+ Var('libgifcodec_revision'),
@@ -1593,15 +1593,15 @@ 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@de1c396ebc668a2f04c2333c1427c42198255628',
1596+
'url': 'https://chrome-internal.googlesource.com/chrome/src-internal.git@accec3dc684dfc55a044399fa3ac64dbeb81d194',
15971597
'condition': 'checkout_src_internal',
15981598
},
15991599

16001600
'src/chromeos/components/help_app_ui/resources/prod': {
16011601
'packages': [
16021602
{
16031603
'package': 'chromeos_internal/apps/help_app/app',
1604-
'version': 'q6S1Q6V4_M64y2wv8AI6ZmwjOFY46EgVtPz9XcWJVRsC',
1604+
'version': 'wFlc9014sefHUqCm0-yLcIUUxa9JHqC3HM3_FLHQWn0C',
16051605
},
16061606
],
16071607
'condition': 'checkout_chromeos and checkout_src_internal',
@@ -1612,7 +1612,7 @@ deps = {
16121612
'packages': [
16131613
{
16141614
'package': 'chromeos_internal/apps/media_app/app',
1615-
'version': 'zEk7od1CGIAvNadYXhYDI7qpfAAM33azYj-p5y578RUC',
1615+
'version': 'SSN6hnE-dMi9FUYeDxsqZeGfqn6uLehMhkKF0mwWq-UC',
16161616
},
16171617
],
16181618
'condition': 'checkout_chromeos and checkout_src_internal',

0 commit comments

Comments
 (0)