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

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

Issue 137993010: Added support for properly building and running isolates in recipes. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Added missed files. Created 6 years, 11 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/gpu/api.py ('k') | scripts/slave/recipe_modules/isolate/api.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/recipe_modules/isolate/__init__.py
diff --git a/scripts/slave/recipe_modules/isolate/__init__.py b/scripts/slave/recipe_modules/isolate/__init__.py
index 5890667c91df84d2bd5021c91f79086207914816..dbd5d103401d35b25047e5a8fc0614b45e68b3bb 100644
--- a/scripts/slave/recipe_modules/isolate/__init__.py
+++ b/scripts/slave/recipe_modules/isolate/__init__.py
@@ -6,5 +6,6 @@ DEPS = [
'chromium',
'json',
'path',
+ 'properties',
'python',
]
« no previous file with comments | « scripts/slave/recipe_modules/gpu/api.py ('k') | scripts/slave/recipe_modules/isolate/api.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698