Skip to content

Commit

Permalink
Publish DEPS for 113.0.5667.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Chrome Release Bot (LUCI) committed Mar 21, 2023
1 parent 92630b2 commit 16c8689
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions DEPS
Original file line number Diff line number Diff line change
Expand Up @@ -308,19 +308,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/5667',
'v8_revision': 'f5688755547159999d41b0de2890ae375be40f73',
# 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/5667',
'angle_revision': '1beb6ef883f28ee7844be748b2ea947bbd3b18e6',
# 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': '9c9608fa94a9209f2635c1d821c3652c3fd2a5e8',
# 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/5667',
'pdfium_revision': '15b1203da8e9be060d143a184de6473ca7a68b83',
# 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/5667',
'dawn_revision': '1439f8123139c4dcd1f770c87b6dd0b6a3c2f3a8',
# 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/5667',
'0b47fc45edafb807fe3284820d128ef20f4516fa',
'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/5667',
'url': Var('chrome_git') + '/devtools/devtools-internal.git' + '@' + 'a8219a27383ecdca8dbc29450de5e8acb9774350',
'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/5667',
'src/third_party/vulkan-deps': '{chromium_git}/vulkan-deps@469b8c0e07d5cb623a470eb6c0b373e219256f4d',

'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' + '@' + 'ca81780f0e959aeb07ddd7b0caa8454e0a239c7f',

'src/third_party/webrtc':
Var('webrtc_git') + '/src.git' + '@' + 'refs/branch-heads/5667',
Var('webrtc_git') + '/src.git' + '@' + '649c8186c7e7be64261e64e630d80986a8112794',

# 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/5667',
'url': Var('chrome_git') + '/chrome/src-internal.git@4985a7a09f5e2a13ed198fce591aeb9871015a6d',
'condition': 'checkout_src_internal',
},

Expand Down

0 comments on commit 16c8689

Please sign in to comment.