Skip to content

Commit

Permalink
Publish DEPS for 108.0.5327.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Chrome Release Bot (LUCI) committed Sep 28, 2022
1 parent 345d136 commit 45c4073
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 @@ -309,19 +309,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/5327',
'v8_revision': '7721631968064e88bf7bd9c6d8f28d16c48ae5e4',
# 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/5327',
'angle_revision': 'f65554d9554a87fb7a816029daca9ed7093dadfa',
# 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': '52e0004a627b2d7f980cad442b5f55569727bfd5',
# 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/5327',
'pdfium_revision': '77a564fcbdcf497939bbc3dd7dab0f7197b742e9',
# 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 @@ -420,7 +420,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/5327',
'dawn_revision': 'b634dca6d636142e72ab48b28a87170b0afdca32',
# 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 @@ -1230,7 +1230,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/5327',
'url': 'https://chrome-internal.googlesource.com/devtools/devtools-internal.git' + '@' + '36adc6e8dd780513a49ef321e45ff112330414fc',
'condition': 'checkout_src_internal',
},

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

'src/third_party/vulkan-deps': '{chromium_git}/vulkan-deps@refs/heads/chromium/5327',
'src/third_party/vulkan-deps': '{chromium_git}/vulkan-deps@d9371f187fccddc221a56ab94eaf1af17afd4309',

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

'src/third_party/webrtc':
Var('webrtc_git') + '/src.git' + '@' + 'refs/branch-heads/5327',
Var('webrtc_git') + '/src.git' + '@' + '2d0ba28e2521ab1ff907b98f6bb12272b4346823',

'src/third_party/libgifcodec':
Var('skia_git') + '/libgifcodec' + '@'+ Var('libgifcodec_revision'),
Expand Down Expand Up @@ -1900,7 +1900,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/5327',
'url': 'https://chrome-internal.googlesource.com/chrome/src-internal.git@1aa8f87de17d4d8bf3b3c9a44cec6bdc8a935187',
'condition': 'checkout_src_internal',
},

Expand Down

0 comments on commit 45c4073

Please sign in to comment.