Index: infra/bots/recipe_modules/skia_swarming/__init__.py |
diff --git a/infra/bots/recipe_modules/skia_swarming/__init__.py b/infra/bots/recipe_modules/skia_swarming/__init__.py |
new file mode 100644 |
index 0000000000000000000000000000000000000000..78051368f5d815b14b702f8808a568b050c7c8a2 |
--- /dev/null |
+++ b/infra/bots/recipe_modules/skia_swarming/__init__.py |
@@ -0,0 +1,16 @@ |
+# 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/file', |
+ 'build/isolate', |
+ 'build/swarming', |
+ 'build/swarming_client', |
+ 'recipe_engine/json', |
+ 'recipe_engine/path', |
+ 'recipe_engine/python', |
+ 'recipe_engine/raw_io', |
+ 'recipe_engine/step', |
+ 'skia', |
+] |