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

Side by Side Diff: scripts/slave/recipe_modules/android/test_api.py

Issue 23889036: Refactor the way that TestApi works so that it is actually useful. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: License headers Created 7 years, 2 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 from slave import recipe_test_api
2
3 class AOSPTestApi(recipe_test_api.RecipeTestApi):
4 def calculate_trimmed_deps(self):
5 return self.m.json.output({
6 'blacklist': {
7 'src/blacklist/project/1': None,
8 'src/blacklist/project/2': None,
9 }
10 })
11
OLDNEW
« no previous file with comments | « scripts/slave/recipe_modules/android/config.py ('k') | scripts/slave/recipe_modules/chromite/example.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698