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

Unified Diff: recipe_modules/depot_tools/__init__.py

Issue 1778243008: depot_tools: use ninja.exe instead of just ninja on Windows (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/depot_tools.git@master
Patch Set: Created 4 years, 9 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 | « no previous file | recipe_modules/depot_tools/api.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: recipe_modules/depot_tools/__init__.py
diff --git a/recipe_modules/depot_tools/__init__.py b/recipe_modules/depot_tools/__init__.py
index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..8e3441f838c0f1cce3a6bf637b4d6f8401baf606 100644
--- a/recipe_modules/depot_tools/__init__.py
+++ b/recipe_modules/depot_tools/__init__.py
@@ -0,0 +1,3 @@
+DEPS = [
+ 'recipe_engine/platform',
+]
« no previous file with comments | « no previous file | recipe_modules/depot_tools/api.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698