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

Unified Diff: scripts/slave/recipe_modules/chromium_checkout/__init__.py

Issue 2243853002: Drop unwanted dependencies on chromium_tests recipe module (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: TODO 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
Index: scripts/slave/recipe_modules/chromium_checkout/__init__.py
diff --git a/scripts/slave/recipe_modules/libyuv/__init__.py b/scripts/slave/recipe_modules/chromium_checkout/__init__.py
similarity index 74%
copy from scripts/slave/recipe_modules/libyuv/__init__.py
copy to scripts/slave/recipe_modules/chromium_checkout/__init__.py
index 182e35f138555cd55e2602da3d83349273f69390..f868ea3bbb62efa1770103e424ac77a2d4aee182 100644
--- a/scripts/slave/recipe_modules/libyuv/__init__.py
+++ b/scripts/slave/recipe_modules/chromium_checkout/__init__.py
@@ -1,10 +1,10 @@
DEPS = [
'chromium',
+ 'depot_tools/bot_update',
'depot_tools/gclient',
+ 'depot_tools/tryserver',
'recipe_engine/path',
'recipe_engine/platform',
'recipe_engine/properties',
- 'recipe_engine/python',
- 'recipe_engine/step',
- 'depot_tools/tryserver',
+ 'recipe_engine/shutil',
]
« no previous file with comments | « scripts/slave/recipe_modules/auto_bisect/api.py ('k') | scripts/slave/recipe_modules/chromium_checkout/api.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698