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

Unified Diff: scripts/slave/recipe_modules/syzygy/api.py

Issue 1923883003: build: use class path bases, not strings (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: rebase Created 4 years, 8 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/syzygy/api.py
diff --git a/scripts/slave/recipe_modules/syzygy/api.py b/scripts/slave/recipe_modules/syzygy/api.py
index f643bcfc6e8edb022abed2b666faed0b335575ae..580f7c4030a4dc692f875a2efb6314411762e890 100644
--- a/scripts/slave/recipe_modules/syzygy/api.py
+++ b/scripts/slave/recipe_modules/syzygy/api.py
@@ -50,6 +50,11 @@ PATCH=1
# This is populated by the sync step.
self._revision = None
+ def get_config_defaults(self):
+ return {
+ 'CHECKOUT_PATH': self.m.path['checkout'],
+ }
+
@property
def build_dir(self):
"""Returns the build directory for the project."""
« no previous file with comments | « scripts/slave/recipe_modules/libyuv/chromium_config.py ('k') | scripts/slave/recipe_modules/syzygy/config.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698