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

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

Issue 1151423002: Move recipe engine to third_party/recipe_engine. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Moved field_composer_test with its buddies Created 5 years, 6 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
1 from slave import recipe_test_api 1 from recipe_engine import recipe_test_api
2 2
3 class AOSPTestApi(recipe_test_api.RecipeTestApi): 3 class AOSPTestApi(recipe_test_api.RecipeTestApi):
4 def calculate_blacklist(self): 4 def calculate_blacklist(self):
5 return self.m.json.output({ 5 return self.m.json.output({
6 'blacklist': [ 6 'blacklist': [
7 'blacklist/project/1', 7 'blacklist/project/1',
8 'blacklist/project/2', 8 'blacklist/project/2',
9 ] 9 ]
10 }) 10 })
11 11
OLDNEW
« no previous file with comments | « scripts/slave/recipe_modules/android/config.py ('k') | scripts/slave/recipe_modules/archive/api.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698