Skip to content

Commit

Permalink
Publish DEPS for 113.0.5650.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Chrome Release Bot (LUCI) committed Mar 13, 2023
1 parent 8e6b034 commit 27c22ee
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions DEPS
Expand Up @@ -313,19 +313,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/5650',
'v8_revision': '3bc7b2e9700bc5fa012979ed638ba1fd7ed3aa66',
# 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/5650',
'angle_revision': '006d826dc037f2f74995b0491cdc7f50a8a07b17',
# 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': '3764eb85917a601ca5201e289c37a22054a6d9e6',
# 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/5650',
'pdfium_revision': 'caf4ce163936e37fcb635460c4a6e984514e209f',
# 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 @@ -436,7 +436,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/5650',
'dawn_revision': '286ac27fccb95a2dbd303895c13dca92e9c71a91',
# 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 @@ -784,7 +784,7 @@ deps = {

'src/clank': {
'url': Var('chrome_git') + '/clank/internal/apps.git' + '@' +
'refs/heads/chromium/5650',
'875a4f710e33178c55c2fa59bae74623414dad32',
'condition': 'checkout_android and checkout_src_internal',
},

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

'src/third_party/devtools-frontend-internal': {
'url': Var('chrome_git') + '/devtools/devtools-internal.git' + '@' + 'refs/heads/chromium/5650',
'url': Var('chrome_git') + '/devtools/devtools-internal.git' + '@' + '6175ee983dcf10fc4fe794edcbf086f3b3806788',
'condition': 'checkout_src_internal',
},

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

'src/third_party/vulkan-deps': '{chromium_git}/vulkan-deps@refs/heads/chromium/5650',
'src/third_party/vulkan-deps': '{chromium_git}/vulkan-deps@47ccaa754cba0a31bd892cb5e7ee74a2a91c676e',

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

'src/third_party/webrtc':
Var('webrtc_git') + '/src.git' + '@' + 'refs/branch-heads/5650',
Var('webrtc_git') + '/src.git' + '@' + '492296cc3c41020ed967e3c9e26468c8463ab420',

# 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 @@ -1958,7 +1958,7 @@ deps = {
Var('chromium_git') + '/v8/v8.git' + '@' + Var('v8_revision'),

'src-internal': {
'url': Var('chrome_git') + '/chrome/src-internal.git@refs/heads/chromium/5650',
'url': Var('chrome_git') + '/chrome/src-internal.git@1235a3678d2a9202e81c5d77729bcd4b73a25c18',
'condition': 'checkout_src_internal',
},

Expand Down

0 comments on commit 27c22ee

Please sign in to comment.