Skip to content

Commit c6c20bc

Browse files
author
chrome-release-bot
committed
Publish DEPS for 92.0.4515.128
1 parent c8fd35c commit c6c20bc

File tree

1 file changed

+11
-10
lines changed

1 file changed

+11
-10
lines changed

DEPS

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ gclient_gn_args = [
5151

5252

5353
vars = {
54+
"buildspec_platforms": "all",
5455
# Variable that can be used to support multiple build scenarios, like having
5556
# Chromium specific targets in a client project's GN file or sync dependencies
5657
# conditionally etc.
@@ -217,27 +218,27 @@ vars = {
217218
# Three lines of non-changing comments so that
218219
# the commit queue can handle CLs rolling Skia
219220
# and whatever else without interference from each other.
220-
'skia_revision': 'refs/heads/chrome/m92',
221+
'skia_revision': 'e411968031a3b4505ecc9ef22ae6414dfb2fd297',
221222
# Three lines of non-changing comments so that
222223
# the commit queue can handle CLs rolling V8
223224
# and whatever else without interference from each other.
224-
'v8_revision': 'refs/heads/9.2-lkgr',
225+
'v8_revision': '40550af241493f29f81fb93e4e0d72b5ca91a556',
225226
# Three lines of non-changing comments so that
226227
# the commit queue can handle CLs rolling swarming_client
227228
# and whatever else without interference from each other.
228229
'swarming_revision': 'a32a1607f6093d338f756c7e7c7b4333b0c50c9c',
229230
# Three lines of non-changing comments so that
230231
# the commit queue can handle CLs rolling ANGLE
231232
# and whatever else without interference from each other.
232-
'angle_revision': 'refs/heads/chromium/4515',
233+
'angle_revision': '6714781d15024cf245cfc643145b6aa9d43f2471',
233234
# Three lines of non-changing comments so that
234235
# the commit queue can handle CLs rolling SwiftShader
235236
# and whatever else without interference from each other.
236237
'swiftshader_revision': '3b9a1a795f1e46862973f145627ce71fb49a16d2',
237238
# Three lines of non-changing comments so that
238239
# the commit queue can handle CLs rolling PDFium
239240
# and whatever else without interference from each other.
240-
'pdfium_revision': 'refs/heads/chromium/4515',
241+
'pdfium_revision': 'dab1161c861cc239e48a17e1a5d729aa12785a53',
241242
# Three lines of non-changing comments so that
242243
# the commit queue can handle CLs rolling BoringSSL
243244
# and whatever else without interference from each other.
@@ -296,7 +297,7 @@ vars = {
296297
# Three lines of non-changing comments so that
297298
# the commit queue can handle CLs rolling devtools-frontend
298299
# and whatever else without interference from each other.
299-
'devtools_frontend_revision': 'refs/heads/chromium/4515',
300+
'devtools_frontend_revision': 'c8878b8a0d204ae5cd86cc0e89a13710b294c9a6',
300301
# Three lines of non-changing comments so that
301302
# the commit queue can handle CLs rolling libprotobuf-mutator
302303
# and whatever else without interference from each other.
@@ -336,7 +337,7 @@ vars = {
336337
# Three lines of non-changing comments so that
337338
# the commit queue can handle CLs rolling feed
338339
# and whatever else without interference from each other.
339-
'dawn_revision': 'refs/heads/chromium/4515',
340+
'dawn_revision': '871b45896f643254d68bb0563482adaac94ee7ac',
340341
# Three lines of non-changing comments so that
341342
# the commit queue can handle CLs rolling feed
342343
# and whatever else without interference from each other.
@@ -1479,7 +1480,7 @@ deps = {
14791480
},
14801481

14811482
'src/third_party/requests/src': {
1482-
'url': Var('chromium_git') + '/external/github.com/kennethreitz/requests.git' + '@' + 'refs/tags/v2.23.0',
1483+
'url': Var('chromium_git') + '/external/github.com/kennethreitz/requests.git' + '@' + 'c7e0fc087ceeadb8b4c84a0953a422c474093d6d',
14831484
'condition': 'checkout_android',
14841485
},
14851486

@@ -1555,7 +1556,7 @@ deps = {
15551556
'src/third_party/usrsctp/usrsctplib':
15561557
Var('chromium_git') + '/external/github.com/sctplab/usrsctp' + '@' + '22ba62ffe79c3881581ab430368bf3764d9533eb',
15571558

1558-
'src/third_party/vulkan-deps': '{chromium_git}/vulkan-deps@refs/heads/chromium/4515',
1559+
'src/third_party/vulkan-deps': '{chromium_git}/vulkan-deps@108d5055b4a3068b1c71cb592a09698d4139c15b',
15591560

15601561
'src/third_party/vulkan_memory_allocator':
15611562
Var('chromium_git') + '/external/github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git' + '@' + '732a76d9d3c70d6aa487216495eeb28518349c3a',
@@ -1582,7 +1583,7 @@ deps = {
15821583
Var('chromium_git') + '/external/github.com/gpuweb/cts.git' + '@' + '6ac8b328a4d1f08cd4069b48d2ddd9634548daf3',
15831584

15841585
'src/third_party/webrtc':
1585-
Var('webrtc_git') + '/src.git' + '@' + 'refs/branch-heads/4515',
1586+
Var('webrtc_git') + '/src.git' + '@' + '2d3ba08513c21dc7aeeee7dc7220800eb4f0f46d',
15861587

15871588
'src/third_party/libgifcodec':
15881589
Var('skia_git') + '/libgifcodec' + '@'+ Var('libgifcodec_revision'),
@@ -1643,7 +1644,7 @@ deps = {
16431644
Var('chromium_git') + '/v8/v8.git' + '@' + Var('v8_revision'),
16441645

16451646
'src-internal': {
1646-
'url': 'https://chrome-internal.googlesource.com/chrome/src-internal.git@refs/heads/chromium/4515',
1647+
'url': 'https://chrome-internal.googlesource.com/chrome/src-internal.git@62a55fecbde066620cbb8ced68ce3be9621a0147',
16471648
'condition': 'checkout_src_internal',
16481649
},
16491650

0 commit comments

Comments
 (0)