Skip to content

Commit

Permalink
Publish DEPS for 110.0.5448.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Chrome Release Bot (LUCI) committed Nov 30, 2022
1 parent 6d687eb commit c46a36a
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions DEPS
Expand Up @@ -299,19 +299,19 @@ vars = {
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling V8
# and whatever else without interference from each other.
'v8_revision': 'refs/heads/chromium/5448',
'v8_revision': '172608cd0d063ebfe6ce341b599b833fb157aa0b',
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling ANGLE
# and whatever else without interference from each other.
'angle_revision': 'refs/heads/chromium/5448',
'angle_revision': '541cdcbf094fd900f085d14cb896f11240393f0c',
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling SwiftShader
# and whatever else without interference from each other.
'swiftshader_revision': '6a259c87ef52ffbcdca88c32a5e5f2798f70ad03',
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling PDFium
# and whatever else without interference from each other.
'pdfium_revision': 'refs/heads/chromium/5448',
'pdfium_revision': 'f4bdb41b40e6de4bde33a1b4ab79f3ab79092a1b',
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling BoringSSL
# and whatever else without interference from each other.
Expand Down Expand Up @@ -410,7 +410,7 @@ vars = {
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling feed
# and whatever else without interference from each other.
'dawn_revision': 'refs/heads/chromium/5448',
'dawn_revision': 'f9c6633006e84f697996fb72e570114576cc32c3',
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling feed
# and whatever else without interference from each other.
Expand Down Expand Up @@ -782,7 +782,7 @@ deps = {

'src/clank': {
'url': 'https://chrome-internal.googlesource.com/clank/internal/apps.git' + '@' +
'refs/heads/chromium/5448',
'c52848b5866622d1b96683cd20b1f2a5fe7e80ed',
'condition': 'checkout_android and checkout_src_internal',
},

Expand Down Expand Up @@ -1220,7 +1220,7 @@ deps = {
Var('chromium_git') + '/devtools/devtools-frontend' + '@' + Var('devtools_frontend_revision'),

'src/third_party/devtools-frontend-internal': {
'url': 'https://chrome-internal.googlesource.com/devtools/devtools-internal.git' + '@' + 'refs/heads/chromium/5448',
'url': 'https://chrome-internal.googlesource.com/devtools/devtools-internal.git' + '@' + '3009f1be3b8793e62df0d2232381758305ba0e1f',
'condition': 'checkout_src_internal',
},

Expand Down Expand Up @@ -1780,7 +1780,7 @@ deps = {
'dep_type': 'cipd',
},

'src/third_party/vulkan-deps': '{chromium_git}/vulkan-deps@refs/heads/chromium/5448',
'src/third_party/vulkan-deps': '{chromium_git}/vulkan-deps@4b2c47fa5f324c0c3ea9b976a37c80aa76a2c596',

'src/third_party/vulkan_memory_allocator':
Var('chromium_git') + '/external/github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git' + '@' + 'ebe84bec02c041d28f902da0214bf442743fc907',
Expand Down Expand Up @@ -1820,7 +1820,7 @@ deps = {
Var('chromium_git') + '/external/github.com/gpuweb/cts.git' + '@' + '40abc040aa4a5fbeb40cb7b1924c18a91fe6ec7e',

'src/third_party/webrtc':
Var('webrtc_git') + '/src.git' + '@' + 'refs/branch-heads/5448',
Var('webrtc_git') + '/src.git' + '@' + 'f25076751bd20f630db113c6d61eda6b59afe574',

# Wuffs' canonical repository is at github.com/google/wuffs, but we use
# Skia's mirror of Wuffs, the same as in upstream Skia's DEPS file.
Expand Down Expand Up @@ -1890,7 +1890,7 @@ deps = {
Var('chromium_git') + '/v8/v8.git' + '@' + Var('v8_revision'),

'src-internal': {
'url': 'https://chrome-internal.googlesource.com/chrome/src-internal.git@refs/heads/chromium/5448',
'url': 'https://chrome-internal.googlesource.com/chrome/src-internal.git@b322290d5576b06879eacf676e5cea6fd45fa143',
'condition': 'checkout_src_internal',
},

Expand Down

0 comments on commit c46a36a

Please sign in to comment.