Sha256: 75a29ba57cac044cda7deed6e2599ff6b7aca5091c07f4f6916a41cc6b536da6
Contents?: true
Size: 275 Bytes
Versions: 45
Compression:
Stored size: 275 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', ] def RunSteps(api): api.presubmit() def GenTests(api): yield api.test('basic')
Version data entries
45 entries across 45 versions & 1 rubygems