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

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. 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 | 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
This is Rietveld 408576698