Index: recipe_modules/depot_tools/api.py |
diff --git a/recipe_modules/depot_tools/api.py b/recipe_modules/depot_tools/api.py |
index 7ee9e059024daaeb2712c09034cf9e0f2f8224d7..8dfc8a11b8c9932e443476998a03aa06f7845487 100644 |
--- a/recipe_modules/depot_tools/api.py |
+++ b/recipe_modules/depot_tools/api.py |
@@ -8,3 +8,7 @@ class DepotToolsApi(recipe_api.RecipeApi): |
@property |
def download_from_google_storage_path(self): |
return self.package_repo_resource('download_from_google_storage.py') |
+ |
+ @property |
+ def ninja_path(self): |
+ return self.package_repo_resource('ninja') |
iannucci
2016/03/12 01:31:59
what about windows? Does this need to be ninja.exe
Paweł Hajdan Jr.
2016/03/12 01:36:46
I tested on my Windows machine and ninja works. Cu
|