Skip to content

Commit

Permalink
Publish DEPS for 113.0.5672.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Chrome Release Bot (LUCI) committed Mar 25, 2023
1 parent 1b4ff84 commit 22059f2
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions DEPS
Expand Up @@ -304,23 +304,23 @@ vars = {
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling Skia
# and whatever else without interference from each other.
'skia_revision': 'refs/heads/chrome/m113',
'skia_revision': 'd13352a7937791d666f770ac7026085dc844c006',
# 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': '4fb61b8b92462813c860fc32078c28de658e08d4',
# 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/5672',
'angle_revision': '997c4c7b3d6bf1d0bc1e92267ae50d372f76a502',
# 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': 'c85d70d97009a264fc5e7747316743a1abac5f67',
# 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/5672',
'pdfium_revision': 'a066864b6e4f48f013204605bbb52dfcc28d0ee6',
# 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 @@ -431,7 +431,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/5672',
'dawn_revision': 'a0456433619385c6c03e634d6069161bcb80d535',
# 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 @@ -790,7 +790,7 @@ deps = {

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

Expand Down Expand Up @@ -1236,7 +1236,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/5672',
'url': Var('chrome_git') + '/devtools/devtools-internal.git' + '@' + 'd15a34fb753b3869587656abd41c779773f5fb7d',
'condition': 'checkout_src_internal',
},

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

'src/third_party/vulkan-deps': '{chromium_git}/vulkan-deps@refs/heads/chromium/5672',
'src/third_party/vulkan-deps': '{chromium_git}/vulkan-deps@7fa3159d78e09b7761f1cc5558bcd014529b4630',

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

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

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

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

Expand Down

0 comments on commit 22059f2

Please sign in to comment.