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

Unified Diff: scripts/slave/recipe_modules/test_results/__init__.py

Issue 1934223003: build: add explicit dependency on path recipe module and roll https://codereview.chromium.org/19204… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: 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/test_results/__init__.py
diff --git a/scripts/slave/recipe_modules/test_results/__init__.py b/scripts/slave/recipe_modules/test_results/__init__.py
index 02f3b9db03b5f3aec592909ecd7a6d77d39ddb88..24655a2e26046d1929f4434759ce859d23ba92db 100644
--- a/scripts/slave/recipe_modules/test_results/__init__.py
+++ b/scripts/slave/recipe_modules/test_results/__init__.py
@@ -3,6 +3,7 @@
# found in the LICENSE file.
DEPS = [
+ 'recipe_engine/path',
'recipe_engine/properties',
'recipe_engine/python',
'recipe_engine/step',

Powered by Google App Engine
This is Rietveld 408576698