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

Unified Diff: tools/ninja.py

Issue 2996903002: [infra] Translate _sources.gypi files to _sources.gni files (Closed)
Patch Set: Fix script Created 3 years, 4 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 | « tools/gypi_to_gn.py ('k') | tools/process_gypis.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/ninja.py
diff --git a/tools/ninja.py b/tools/ninja.py
index e334564e41f73a0735bb1bc9f71791f49c56b3fd..a1588914fd7f14be0286a86447c82b666457c952 100755
--- a/tools/ninja.py
+++ b/tools/ninja.py
@@ -20,12 +20,8 @@ DART_ROOT = os.path.realpath(os.path.join(SCRIPT_DIR, '..'))
usage = """\
usage: %%prog [options] [targets]
-This script runs 'make' in the *current* directory. So, run it from
-the Dart repo root,
-
- %s ,
-
-unless you really intend to use a non-default Makefile.""" % DART_ROOT
+This script invokes ninja to build Dart.
+"""
def BuildOptions():
« no previous file with comments | « tools/gypi_to_gn.py ('k') | tools/process_gypis.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698