Chromium Code Reviews

Unified Diff: ninja

Issue 9212017: Check in a ninja binary for Linux x64 and Mac. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/depot_tools
Patch Set: fix Created 8 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « no previous file | ninja-linux64 » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ninja
diff --git a/ninja b/ninja
new file mode 100755
index 0000000000000000000000000000000000000000..aeda2f08c47d1a65dc35642d12d66495a169569a
--- /dev/null
+++ b/ninja
@@ -0,0 +1,3 @@
+#!/bin/sh
+
+exec ninja-linux64 "$@"
« no previous file with comments | « no previous file | ninja-linux64 » ('j') | no next file with comments »

Powered by Google App Engine