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

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

Issue 2355483004: Add CIPD GAE SDK recipe module and packager. (Closed)
Patch Set: pylint Created 4 years, 2 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
Index: scripts/slave/recipe_modules/gae_sdk/__init__.py
diff --git a/scripts/slave/recipe_modules/trigger/__init__.py b/scripts/slave/recipe_modules/gae_sdk/__init__.py
similarity index 50%
copy from scripts/slave/recipe_modules/trigger/__init__.py
copy to scripts/slave/recipe_modules/gae_sdk/__init__.py
index 1124da4e96e62621f62db5130eb0e418b768c5bb..7d896d55fe6a6d84e1c3f1f99f1b812c1f278a59 100644
--- a/scripts/slave/recipe_modules/trigger/__init__.py
+++ b/scripts/slave/recipe_modules/gae_sdk/__init__.py
@@ -1,7 +1,8 @@
-# Copyright 2014 The Chromium Authors. All rights reserved.
+# 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 = [
- 'recipe_engine/step'
+ 'depot_tools/cipd',
+ 'recipe_engine/platform',
]

Powered by Google App Engine
This is Rietveld 408576698