aboutsummaryrefslogtreecommitdiffhomepage
path: root/infra/bots/recipe_modules/flavor/__init__.py
diff options
context:
space:
mode:
authorGravatar Eric Boren <borenet@google.com>2017-02-02 09:02:37 -0500
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2017-02-02 14:31:45 +0000
commit7e97dc0aa1ff5b03593e689fe1cfdcc3550c169e (patch)
treef29cb093e1fdd069cfc119dfc5b1e24097401bfd /infra/bots/recipe_modules/flavor/__init__.py
parent8233fc82b00763d37a7b0db7890b15c7d58939d4 (diff)
Copy modules back in from skia-recipes repo
BUG=skia:6070 Change-Id: I86b3f039c27bd8287516c1db8bd1cae62888171b Reviewed-on: https://skia-review.googlesource.com/7890 Reviewed-by: Ravi Mistry <rmistry@google.com> Commit-Queue: Eric Boren <borenet@google.com>
Diffstat (limited to 'infra/bots/recipe_modules/flavor/__init__.py')
-rw-r--r--infra/bots/recipe_modules/flavor/__init__.py17
1 files changed, 17 insertions, 0 deletions
diff --git a/infra/bots/recipe_modules/flavor/__init__.py b/infra/bots/recipe_modules/flavor/__init__.py
new file mode 100644
index 0000000000..b532b41f34
--- /dev/null
+++ b/infra/bots/recipe_modules/flavor/__init__.py
@@ -0,0 +1,17 @@
+# Copyright 2016 The Chromium Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+DEPS = [
+ 'build/adb',
+ 'build/file',
+ 'builder_name_schema',
+ 'recipe_engine/path',
+ 'recipe_engine/platform',
+ 'recipe_engine/properties',
+ 'recipe_engine/python',
+ 'recipe_engine/raw_io',
+ 'recipe_engine/step',
+ 'run',
+ 'vars',
+]