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

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

Issue 1111413005: Some changes to allow recipes and modules to live noncentrally (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Review comments Created 5 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
« no previous file with comments | « scripts/slave/recipe_modules/syzygy/gclient_config.py ('k') | scripts/slave/recipe_modules/v8/api.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/recipe_modules/test_utils/api.py
diff --git a/scripts/slave/recipe_modules/test_utils/api.py b/scripts/slave/recipe_modules/test_utils/api.py
index aeae85f7aa3380e4304ae4e62aefbebdbdcc282a..26b08ee127e0b9226f95cd51c4c85ae976d53053 100644
--- a/scripts/slave/recipe_modules/test_utils/api.py
+++ b/scripts/slave/recipe_modules/test_utils/api.py
@@ -7,7 +7,9 @@ from slave import recipe_util
from .util import GTestResults, TestResults
-from RECIPE_MODULES.json.api import JsonOutputPlaceholder
+# TODO(luqui): Destroy this DEPS hack.
+import DEPS
+JsonOutputPlaceholder = DEPS['json'].api.JsonOutputPlaceholder
class TestResultsOutputPlaceholder(JsonOutputPlaceholder):
def result(self, presentation, test):
« no previous file with comments | « scripts/slave/recipe_modules/syzygy/gclient_config.py ('k') | scripts/slave/recipe_modules/v8/api.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698