skia2/infra/bots/recipe_modules/ct/__init__.py
Eric Boren 61b721c449 Roll Recipe DEPS
Yet more upstream breaks

BUG=skia:

Change-Id: I2f38af7da8a1d5c3de61c5d0f52621ce64292e81
Reviewed-on: https://skia-review.googlesource.com/8983
Reviewed-by: Eric Boren <borenet@google.com>
Reviewed-by: Ravi Mistry <rmistry@google.com>
Commit-Queue: Eric Boren <borenet@google.com>
2017-02-27 14:32:26 +00:00

16 lines
334 B
Python

# Copyright 2015 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 = [
'build/file',
'depot_tools/gsutil',
'recipe_engine/path',
'recipe_engine/step',
'run',
]
# TODO(borenet): Add coverage
DISABLE_STRICT_COVERAGE = True