Skip to content

Commit

Permalink
Publish DEPS for 102.0.4999.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Chrome Release Bot (LUCI) committed Apr 12, 2022
1 parent babae5d commit f37dff4
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions DEPS
Expand Up @@ -257,19 +257,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/4999',
'v8_revision': 'dc8c3804e4258fcb2e0683d42cb6b1bc2bbc6a53',
# 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/4999',
'angle_revision': 'b120ab6d49f48c9809a33ef522ce4e1eed79be22',
# 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': '620982155d559292506609903880f00014e0f546',
# 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/4999',
'pdfium_revision': '946bf0f664a708d11040f082bd00589aeb5eae42',
# 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 @@ -364,7 +364,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/4999',
'dawn_revision': '566d7f25b864ee5df0a463b06841f3d033049812',
# 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 @@ -1694,7 +1694,7 @@ deps = {
'condition': 'checkout_android',
},

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

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

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

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

Expand Down

0 comments on commit f37dff4

Please sign in to comment.