Home | History | Annotate | Download | only in ct
      1 # Copyright 2015 The Chromium Authors. All rights reserved.
      2 # Use of this source code is governed by a BSD-style license that can be
      3 # found in the LICENSE file.
      4 
      5 DEPS = [
      6   'build/file',
      7   'depot_tools/gsutil',
      8   'recipe_engine/path',
      9   'recipe_engine/step',
     10   'run',
     11 ]
     12 
     13 
     14 # TODO(borenet): Add coverage
     15 DISABLE_STRICT_COVERAGE = True
     16