2017-02-02 14:02:37 +00:00
|
|
|
# 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',
|
2017-02-27 13:58:13 +00:00
|
|
|
'depot_tools/gsutil',
|
2017-02-02 14:02:37 +00:00
|
|
|
'recipe_engine/path',
|
|
|
|
'recipe_engine/step',
|
|
|
|
'run',
|
|
|
|
]
|
2017-02-21 14:43:05 +00:00
|
|
|
|
|
|
|
|
|
|
|
# TODO(borenet): Add coverage
|
|
|
|
DISABLE_STRICT_COVERAGE = True
|