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

Unified Diff: scripts/slave/recipe_util.py

Issue 14602020: Add an AOSP builder recipe. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: move deps whitelist to chromum tree and use repo from Android tree Created 7 years, 7 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_util.py
diff --git a/scripts/slave/recipe_util.py b/scripts/slave/recipe_util.py
index a67cd054e54e282c524e3693c82009247c347810..9dc8ee9f123b55322a83fd06e84e14652653162c 100644
--- a/scripts/slave/recipe_util.py
+++ b/scripts/slave/recipe_util.py
@@ -185,7 +185,6 @@ class PropertyPlaceholder(object):
pass
PropertyPlaceholder = PropertyPlaceholder()
-
def _url_method(name):
"""Returns a shortcut static method which functions like os.path.join and uses
a fixed first url component which is chosen from the urls defined in

Powered by Google App Engine
This is Rietveld 408576698