Home | History | Annotate | Download | only in build
      1 # Copyright 2018 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   'depot_tools/gclient',
      7   'env',
      8   'infra',
      9   'recipe_engine/context',
     10   'recipe_engine/file',
     11   'recipe_engine/path',
     12   'recipe_engine/python',
     13   'recipe_engine/step',
     14   'run',
     15   'vars',
     16 ]
     17 
     18 from recipe_engine.recipe_api import Property
     19 
     20 PROPERTIES = {
     21   'buildername': Property(default=None),
     22 }
     23