Skip to content

Commit

Permalink
Publish DEPS for 108.0.5353.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Chrome Release Bot (LUCI) committed Oct 11, 2022
1 parent 5c1ae99 commit 3ebf52e
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions DEPS
Original file line number Diff line number Diff line change
Expand Up @@ -312,19 +312,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/5353',
'v8_revision': '91ee0de8ddc7f182e2f6b0f138c4186a675fc14a',
# 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/5353',
'angle_revision': '702440964b21671c3331e8ff0335778575ae1527',
# 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': 'acdfa394561fda026e627704d16565f36d162749',
# 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/5353',
'pdfium_revision': '9e4521d1fd5c8f06dffebb6c5f46d1cfc4b5a3c3',
# 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 @@ -423,7 +423,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/5353',
'dawn_revision': '112d7614483a266869cb74891a8bdb9c5b5bb1ee',
# 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 @@ -1246,7 +1246,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/5353',
'url': 'https://chrome-internal.googlesource.com/devtools/devtools-internal.git' + '@' + '683e8963d4a413cb76beefd1476c2010912928f9',
'condition': 'checkout_src_internal',
},

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

'src/third_party/vulkan-deps': '{chromium_git}/vulkan-deps@refs/heads/chromium/5353',
'src/third_party/vulkan-deps': '{chromium_git}/vulkan-deps@6d9d58e17148094a87338237373e03b627d6cbc1',

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

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

# 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 @@ -1916,7 +1916,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/5353',
'url': 'https://chrome-internal.googlesource.com/chrome/src-internal.git@16e1a9f8245d48a0ec337a3903ea2b4ee04aef6b',
'condition': 'checkout_src_internal',
},

Expand Down

0 comments on commit 3ebf52e

Please sign in to comment.