Skip to content

Commit

Permalink
Publish DEPS for 113.0.5668.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Chrome Release Bot (LUCI) committed Mar 22, 2023
1 parent 5621628 commit 2dfee4a
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions DEPS
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/5668',
'v8_revision': 'c2840f5f435cbb7ebcb263618e33aabc14d5a1d1',
# 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/5668',
'angle_revision': '1e6dd013ff481cae1571eb17cc3ceb8b258713f8',
# 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': '0cc04d07ab240585873727a80b5845e30fe2a08f',
# 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/5668',
'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/5668',
'dawn_revision': '20b53ccc4434e78fa8c5c4f37de2caac09d8883a',
# 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/5668',
'fef4a8cd501d7aeec7d0916e921f5cef44c3e539',
'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/5668',
'url': Var('chrome_git') + '/devtools/devtools-internal.git' + '@' + '2b52d7578dd75dfe0f9daa2e4b48386ded5d81fd',
'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/5668',
'src/third_party/vulkan-deps': '{chromium_git}/vulkan-deps@cb1ac534dea61b77554f2309f70ec33656aacc25',

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

'src/third_party/webrtc':
Var('webrtc_git') + '/src.git' + '@' + 'refs/branch-heads/5668',
Var('webrtc_git') + '/src.git' + '@' + '62dc65b5375aea6bb846927c2be6ab6893ca89b3',

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

Expand Down

0 comments on commit 2dfee4a

Please sign in to comment.