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

Unified Diff: scripts/slave/recipe_modules/path/config.py

Issue 985273002: Changed recipe_modules base paths to be abstract entities in their own right. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Actual code change Created 5 years, 9 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/path/config.py
diff --git a/scripts/slave/recipe_modules/path/config.py b/scripts/slave/recipe_modules/path/config.py
index b61d82a49497d82ef897b5590f9f5569851f6611..ee77aea4e00f80609811f0e3afade50743396b84 100644
--- a/scripts/slave/recipe_modules/path/config.py
+++ b/scripts/slave/recipe_modules/path/config.py
@@ -3,7 +3,7 @@
# found in the LICENSE file.
from slave.recipe_config import config_item_context, ConfigGroup, Dict, Static
-from slave.recipe_config_types import Path
+from slave.recipe_config_types import Path, NamedBasePath
iannucci 2015/03/07 02:55:03 unused?
luqui 2015/03/09 18:49:28 Done.
def BaseConfig(CURRENT_WORKING_DIR, TEMP_DIR, **_kwargs):
assert CURRENT_WORKING_DIR[0].endswith(('\\', '/'))

Powered by Google App Engine
This is Rietveld 408576698