| Index: infra/bots/recipe_modules/ct/__init__.py
|
| diff --git a/infra/bots/recipe_modules/run/__init__.py b/infra/bots/recipe_modules/ct/__init__.py
|
| similarity index 54%
|
| copy from infra/bots/recipe_modules/run/__init__.py
|
| copy to infra/bots/recipe_modules/ct/__init__.py
|
| index cb4c1ae0eee06a4b7ac3790eb1a324388d970ec5..b1dfd6886ac3f9e3c4f11c4f0510c30cba9a2bc3 100644
|
| --- a/infra/bots/recipe_modules/run/__init__.py
|
| +++ b/infra/bots/recipe_modules/ct/__init__.py
|
| @@ -1,13 +1,11 @@
|
| -# Copyright 2016 The Chromium Authors. All rights reserved.
|
| +# Copyright 2015 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 = [
|
| 'build/file',
|
| - 'recipe_engine/json',
|
| + 'build/gsutil',
|
| 'recipe_engine/path',
|
| - 'recipe_engine/platform',
|
| - 'recipe_engine/python',
|
| 'recipe_engine/step',
|
| - 'vars',
|
| + 'run',
|
| ]
|
|
|