Source code
Revision control
Copy as Markdown
Other Tools
# DEPS file for unit tests.
vars = {
  'chromium_revision': '1b9c098a08e40114e44b6c1ec33ddf95c40b901d',
  'fuchsia_version': 'version:10.20221201.3.1',
}
deps = {
  # Entry that is a directory in Chromium, so we're using a Git subtree mirror for it.
  'src/build':
    Var('chromium_git') + '/chromium/src/build' + '@' + '52f7afeca991d96d68cf0507e20dbdd5b845691f',
  # Entry that's also a DEPS entry in the Chromium DEPS file.
  'src/third_party/depot_tools':
      Var('chromium_git') + '/chromium/tools/depot_tools.git' + '@' + 'b9ae2ca9a55d9b754c313f4c9e9f0f3b804a5e44',
  # Entry that's also a CIPD entry in the Chromium DEPS file.
  'src/buildtools/linux64': {
    'packages': [
      {
        'package': 'gn/gn/linux-amd64',
        'version': 'git_revision:69ec4fca1fa69ddadae13f9e6b7507efa0675263',
      }
    ],
    '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/d538975c93eefc7bafd599b50f867e90c1ef17f3',
        'sha256sum': '646bb00ced0a930b2eb1e4dbcfac18ebbb8f889bb80599e0254d9d6505427914',
        'size_bytes': 1469185,
        'generation': 1657780123604338,
      },
    ],
  },
}
deps_os = {
  # Entry only present in WebRTC, not Chromium.
  'android': {
    'src/examples/androidtests/third_party/gradle':
      Var('chromium_git') + '/external/github.com/gradle/gradle.git' + '@' +
        '89af43c4d0506f69980f00dde78c97b2f81437f8',
  },
}