[skia] convert recipes and module to new context module
authorRobert Iannucci <iannucci@google.com>
Sat, 13 May 2017 02:09:38 +0000 (19:09 -0700)
committerSkia Commit-Bot <skia-commit-bot@chromium.org>
Mon, 15 May 2017 13:46:22 +0000 (13:46 +0000)
commit297a7efd54495a06a7473eb8d99b211fd511766c
tree44b09641b37f75abe50d849a1082b6d9b6c6a459
parent9018952290a468886c819405c6d9495b4aa5d7d4
[skia] convert recipes and module to new context module

This is a syntax-only change to convert to the new (documented) context
module.

R=borenet@google.com

Bug: skia:
Change-Id: Id907c309d3cf38b85a46f6d8d7ce90ed58ba026f
Reviewed-on: https://skia-review.googlesource.com/16840
Commit-Queue: Eric Boren <borenet@google.com>
Reviewed-by: Eric Boren <borenet@google.com>
27 files changed:
infra/bots/recipe_modules/core/__init__.py
infra/bots/recipe_modules/core/api.py
infra/bots/recipe_modules/env/__init__.py
infra/bots/recipe_modules/env/api.py
infra/bots/recipe_modules/env/example.py
infra/bots/recipe_modules/flavor/__init__.py
infra/bots/recipe_modules/flavor/flutter_flavor.py
infra/bots/recipe_modules/flavor/gn_android_flavor.py
infra/bots/recipe_modules/flavor/gn_chromebook_flavor.py
infra/bots/recipe_modules/flavor/gn_flavor.py
infra/bots/recipe_modules/flavor/pdfium_flavor.py
infra/bots/recipe_modules/infra/__init__.py
infra/bots/recipe_modules/infra/api.py
infra/bots/recipe_modules/run/example.py
infra/bots/recipe_modules/swarming/__init__.py
infra/bots/recipe_modules/swarming/api.py
infra/bots/recipe_modules/vars/__init__.py
infra/bots/recipe_modules/vars/api.py
infra/bots/recipes/bundle_recipes.py
infra/bots/recipes/compile.py
infra/bots/recipes/ct_skps.py
infra/bots/recipes/housekeeper.py
infra/bots/recipes/infra.py
infra/bots/recipes/recreate_skps.py
infra/bots/recipes/skpbench.py
infra/bots/recipes/test.py
infra/bots/recipes/upload_nano_results.py