2017-02-02 14:02:37 +00:00
|
|
|
# Copyright 2014 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 = [
|
|
|
|
'depot_tools/bot_update',
|
|
|
|
'depot_tools/gclient',
|
2018-02-12 19:41:56 +00:00
|
|
|
'depot_tools/git',
|
2017-02-02 14:02:37 +00:00
|
|
|
'depot_tools/tryserver',
|
|
|
|
'flavor',
|
2017-05-13 02:09:38 +00:00
|
|
|
'recipe_engine/context',
|
2017-06-16 17:10:22 +00:00
|
|
|
'recipe_engine/file',
|
2017-02-02 14:02:37 +00:00
|
|
|
'recipe_engine/path',
|
|
|
|
'recipe_engine/properties',
|
|
|
|
'recipe_engine/python',
|
|
|
|
'recipe_engine/step',
|
|
|
|
'run',
|
|
|
|
'vars',
|
|
|
|
]
|