Sha256: 69575bfd2fe9c3f2c051797117d2050666414ec0a0d891a7e2c82f40362b6cbe

Contents?: true

Size: 1.01 KB

Versions: 13

Compression:

Stored size: 1.01 KB

Contents

# Copyright 2016 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.

DEPS = [
  'depot_tools',
  'recipe_engine/step',
  'recipe_engine/path',
  'recipe_engine/platform',
]


def RunSteps(api):
  api.step('root', ['ls', api.depot_tools.root])

  api.step(
      'download_from_google_storage',
      ['ls', api.depot_tools.download_from_google_storage_path])

  api.step(
      'upload_to_google_storage',
      ['ls', api.depot_tools.upload_to_google_storage_path])

  api.step('cros', ['ls', api.depot_tools.cros_path])

  api.step(
      'gn_py_path', ['ls', api.depot_tools.gn_py_path])

  api.step(
      'gsutil_py_path', ['ls', api.depot_tools.gsutil_py_path])

  api.step(
      'ninja_path', ['ls', api.depot_tools.ninja_path])

  api.step(
      'presubmit_support_py_path',
      ['ls', api.depot_tools.presubmit_support_py_path])


def GenTests(api):
  yield api.test('basic')

  yield api.test('win') + api.platform('win', 32)

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
libv8-6.2.414.42.1 vendor/depot_tools/recipes/recipe_modules/depot_tools/examples/full.py
libv8-6.2.414.42.0 vendor/depot_tools/recipes/recipe_modules/depot_tools/examples/full.py
libv8-6.2.414.42.0beta1 vendor/depot_tools/recipes/recipe_modules/depot_tools/examples/full.py
libv8-6.0.286.54.3 vendor/depot_tools/recipes/recipe_modules/depot_tools/examples/full.py
libv8-6.0.286.54.2 vendor/depot_tools/recipes/recipe_modules/depot_tools/examples/full.py
libv8-6.0.286.54.1 vendor/depot_tools/recipes/recipe_modules/depot_tools/examples/full.py
libv8-6.0.286.54.0 vendor/depot_tools/recipes/recipe_modules/depot_tools/examples/full.py
libv8-6.0.286.54.0beta2 vendor/depot_tools/recipes/recipe_modules/depot_tools/examples/full.py
libv8-6.0.286.54.0beta1 vendor/depot_tools/recipes/recipe_modules/depot_tools/examples/full.py
libv8-6.0.286.44.0beta1 vendor/depot_tools/recipes/recipe_modules/depot_tools/examples/full.py
libv8-5.9.211.38.1 vendor/depot_tools/recipes/recipe_modules/depot_tools/examples/full.py
libv8-5.9.211.38.0 vendor/depot_tools/recipes/recipe_modules/depot_tools/examples/full.py
libv8-5.9.211.38.0beta0 vendor/depot_tools/recipes/recipe_modules/depot_tools/examples/full.py