Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(26)

Unified Diff: infra/bots/recipe_modules/ct/__init__.py

Issue 2221413002: Move ct_skps recipe from tools repo to Skia repo (Closed) Base URL: https://skia.googlesource.com/skia@master
Patch Set: Address comments Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « infra/bots/ct_skps_skia.isolate ('k') | infra/bots/recipe_modules/ct/api.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
]
« no previous file with comments | « infra/bots/ct_skps_skia.isolate ('k') | infra/bots/recipe_modules/ct/api.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698