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

Unified Diff: recipes/infra_internal.py

Issue 901083003: Fix infra and infra_internal fetch recipes. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/depot_tools
Patch Set: Created 5 years, 10 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 | « recipes/infra.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: recipes/infra_internal.py
diff --git a/recipes/infra_internal.py b/recipes/infra_internal.py
index 3801e94f22d824d694b759dd357fb87c7a635b9a..ad6afb9c34271cfadf0a2c87314beeaafa453e90 100644
--- a/recipes/infra_internal.py
+++ b/recipes/infra_internal.py
@@ -25,18 +25,6 @@ class InfraInternal(recipe_util.Recipe):
'deps_file': '.DEPS.git',
'managed': False
},
- {
- 'name': 'testing/expect_tests',
- 'url': url('chromium', 'infra/testing/expect_tests'),
- 'deps_file': '.DEPS.git',
- 'managed': False
- },
- {
- 'name': 'testing/testing_support',
- 'url': url('chromium', 'infra/testing/testing_support'),
- 'deps_file': '.DEPS.git',
- 'managed': False
- },
],
}
return {
« no previous file with comments | « recipes/infra.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698