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

Unified Diff: third_party/recipe_engine/recipe_modules/properties/example.py

Issue 1241323004: Cross-repo recipe package system. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Moved show_me_the_modules into recipe_engine Created 5 years, 4 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: third_party/recipe_engine/recipe_modules/properties/example.py
diff --git a/scripts/slave/recipe_modules/properties/example.py b/third_party/recipe_engine/recipe_modules/properties/example.py
similarity index 91%
rename from scripts/slave/recipe_modules/properties/example.py
rename to third_party/recipe_engine/recipe_modules/properties/example.py
index 736f90b22cd60dbd55eca7ada01462be351d630b..fb80c29c5cb56e08457450152fbecc7fd1ab9abb 100644
--- a/scripts/slave/recipe_modules/properties/example.py
+++ b/third_party/recipe_engine/recipe_modules/properties/example.py
@@ -4,7 +4,10 @@
from infra.libs.infra_types import thaw
-DEPS = ['properties', 'step']
+DEPS = [
+ 'recipe_engine/properties',
+ 'recipe_engine/step',
+]
def RunSteps(api):
api.step('echo', ['echo'] + [repr(api.properties.thaw()['test_prop'])])

Powered by Google App Engine
This is Rietveld 408576698