61b721c449
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>
16 lines
334 B
Python
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
|