1# Copyright 2019 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
5from recipe_engine.config import ConfigGroup, Single
6from recipe_engine.recipe_api import Property
7
8from PB.recipe_modules.depot_tools.presubmit import properties
9
10
11DEPS = [
12  'bot_update',
13  'depot_tools',
14  'gclient',
15  'git',
16  'recipe_engine/context',
17  'recipe_engine/cq',
18  'recipe_engine/json',
19  'recipe_engine/path',
20  'recipe_engine/properties',
21  'recipe_engine/python',
22  'recipe_engine/step',
23  'recipe_engine/resultdb',
24  'tryserver',
25]
26
27
28PROPERTIES = properties.InputProperties
29