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

Unified Diff: scripts/slave/recipe_modules/chromium/test_api.py

Issue 1675443002: Delete the GPU recipe and code that only it depended on. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Addressed iannucci's review feedback. Created 4 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
Index: scripts/slave/recipe_modules/chromium/test_api.py
diff --git a/scripts/slave/recipe_modules/chromium/test_api.py b/scripts/slave/recipe_modules/chromium/test_api.py
index cba1f57f60e3bd3dbad3c0bed3b99bcaada95180..84ce0eff8a04cc5c9197714e02a5fd8f8ce219f0 100644
--- a/scripts/slave/recipe_modules/chromium/test_api.py
+++ b/scripts/slave/recipe_modules/chromium/test_api.py
@@ -39,3 +39,14 @@ class ChromiumTestApi(recipe_test_api.RecipeTestApi):
if override_step_data:
test += override_step_data
yield test
+
+ # The following data was generated by running 'gyp_chromium
+ # --analyzer' with input JSON files corresponding to changes
+ # affecting these targets.
+ @property
+ def analyze_builds_nothing(self):
+ return self.m.json.output({
+ 'status': 'No dependencies',
+ 'compile_targets': [],
+ 'test_targets': [],
+ })
« no previous file with comments | « scripts/slave/recipe_modules/chromium/config.py ('k') | scripts/slave/recipe_modules/chromium_tests/steps.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698