webrtc/tools_webrtc/autoroller/unittests/testdata/roll_deps/DEPS.chromium.new
Byoungchan Lee b1a71aa7c3 Introduce GCS dependencies support in DEPS autoroller
While GCS dependencies aren't currently used, their support is required
to prevent the autoroller from breaking when encountering GCS dep types.

Bug: None
Change-Id: I58601e9eaeb8372058da4d4ee02cd2ca589e02c7
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/349740
Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org>
Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org>
Cr-Commit-Position: refs/heads/main@{#42222}
2024-05-03 11:04:14 +00:00

43 lines
1.1 KiB
Text

# DEPS file for unit tests.
vars = {
'chromium_git': 'https://chromium.googlesource.com',
# This is updated compared to the DEPS file.
'depot_tools_revision': '1206a353e40abb70d8454eb9af53db0ad10b713c',
'fuchsia_version': 'version:11.20230207.1.1',
}
deps = {
'src/third_party/depot_tools':
Var('chromium_git') + '/chromium/tools/depot_tools.git' + '@' + Var('depot_tools_revision'),
'src/buildtools/linux64': {
'packages': [
{
'package': 'gn/gn/linux-amd64',
'version': 'git_revision:new-revision',
}
],
'dep_type': 'cipd',
'condition': 'checkout_linux',
},
# Script expects to find these markers.
# === ANDROID_DEPS Generated Code Start ===
# === ANDROID_DEPS Generated Code End ===
# Entry that uses GCS
'src/third_party/js_code_coverage': {
'dep_type': 'gcs',
'bucket': 'chromium-nodejs',
'objects': [
{
'object_name': 'js_code_coverage/d538975c93eefc7bafd599b50f867e90c1ef17f4',
'sha256sum': '646bb00ced0a930b2eb1e4dbcfac18ebbb8f889bb80599e0254d9d6505427915',
'size_bytes': 1469186,
'generation': 1657780123604339,
},
],
},
}