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

Unified Diff: infra/bots/recipe_modules/flavor/api.py

Issue 2353483003: Delete unused coverage recipe code. (Closed)
Patch Set: tools/ too Created 4 years, 3 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 | « no previous file | infra/bots/recipe_modules/flavor/coverage_flavor.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: infra/bots/recipe_modules/flavor/api.py
diff --git a/infra/bots/recipe_modules/flavor/api.py b/infra/bots/recipe_modules/flavor/api.py
index 21ee590dc592a1831a13d57d573a501fc99c6b76..4a28a0b57674d6a25dad6695c0be08513cd2324a 100644
--- a/infra/bots/recipe_modules/flavor/api.py
+++ b/infra/bots/recipe_modules/flavor/api.py
@@ -10,7 +10,6 @@ from recipe_engine import recipe_api
from . import android_flavor
from . import cmake_flavor
-from . import coverage_flavor
from . import default_flavor
from . import gn_android_flavor
from . import gn_flavor
@@ -74,8 +73,6 @@ class SkiaFlavorApi(recipe_api.RecipeApi):
return pdfium_flavor.PDFiumFlavorUtils(self.m)
elif is_valgrind(builder_cfg):
return valgrind_flavor.ValgrindFlavorUtils(self.m)
- elif builder_cfg.get('configuration') == 'Coverage':
- return coverage_flavor.CoverageFlavorUtils(self.m)
else:
return default_flavor.DefaultFlavorUtils(self.m)
« no previous file with comments | « no previous file | infra/bots/recipe_modules/flavor/coverage_flavor.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698