2017-02-02 14:02:37 +00:00
|
|
|
# Copyright 2016 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 = [
|
2017-04-24 17:22:56 +00:00
|
|
|
'env',
|
2017-06-16 17:10:22 +00:00
|
|
|
'recipe_engine/file',
|
2017-02-02 14:02:37 +00:00
|
|
|
'recipe_engine/json',
|
|
|
|
'recipe_engine/path',
|
|
|
|
'recipe_engine/platform',
|
2018-03-19 20:52:37 +00:00
|
|
|
'recipe_engine/properties',
|
2017-02-02 14:02:37 +00:00
|
|
|
'recipe_engine/python',
|
|
|
|
'recipe_engine/step',
|
|
|
|
'vars',
|
|
|
|
]
|