Sha256: 39a52475dea7e5c4015f91e0ad12528e35ed1007d93b95c66448b387d7780889
Contents?: true
Size: 362 Bytes
Versions: 2
Compression:
Stored size: 362 Bytes
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 = [ 'presubmit', 'recipe_engine/json' ] def RunSteps(api): api.presubmit() def GenTests(api): yield ( api.test('basic') + api.step_data('presubmit', api.json.output({})) )
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
libv8-8.4.255.0.1 | vendor/depot_tools/recipes/recipe_modules/presubmit/examples/full.py |
libv8-8.4.255.0 | vendor/depot_tools/recipes/recipe_modules/presubmit/examples/full.py |