Index: infra/recipe_modules/gclient/__init__.py |
diff --git a/infra/recipe_modules/gclient/__init__.py b/infra/recipe_modules/gclient/__init__.py |
new file mode 100644 |
index 0000000000000000000000000000000000000000..1585b65796592e03ed86c536dd6341f5d81bf357 |
--- /dev/null |
+++ b/infra/recipe_modules/gclient/__init__.py |
@@ -0,0 +1,10 @@ |
+DEPS = [ |
+ 'recipe_engine/json', |
+ 'recipe_engine/path', |
+ 'recipe_engine/platform', |
+ 'recipe_engine/properties', |
+ 'recipe_engine/python', |
+ 'recipe_engine/step', |
+ 'hacky_tryserver_detection', |
+ 'depot_tools', |
+] |