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

Unified Diff: scripts/slave/recipe_modules/cipd/__init__.py

Issue 1193813004: cipd recipe_module (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: coverage -> 100% 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | scripts/slave/recipe_modules/cipd/api.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/recipe_modules/cipd/__init__.py
diff --git a/scripts/slave/recipe_modules/cipd/__init__.py b/scripts/slave/recipe_modules/cipd/__init__.py
new file mode 100644
index 0000000000000000000000000000000000000000..ced2606e51051c2cc3a677ce3ba792722c939aff
--- /dev/null
+++ b/scripts/slave/recipe_modules/cipd/__init__.py
@@ -0,0 +1,9 @@
+DEPS = [
+ "file",
+ "json",
+ "path",
+ "python",
+ "properties",
+ "raw_io",
+ "step",
+]
« no previous file with comments | « no previous file | scripts/slave/recipe_modules/cipd/api.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698