Index: build/gyp_chromium |
diff --git a/build/gyp_chromium b/build/gyp_chromium |
new file mode 100755 |
index 0000000000000000000000000000000000000000..4fc62bad9ba19afe3e7624135faab14e91eebb12 |
--- /dev/null |
+++ b/build/gyp_chromium |
@@ -0,0 +1,12 @@ |
+#!/usr/bin/env python |
+# Copyright (c) 2012 The Chromium Authors. All rights reserved. |
+# Use of this source code is governed by a BSD-style license that can be |
+# found in the LICENSE file. |
+ |
+# Simple launcher script for gyp_chromium.py. |
+# TODO(sbc): This should probably be shell script but for historical |
+# reasons (all the python code used to live in this script without a |
+# .py extension, and was often run as 'python gyp_chromium') it is |
+# currently still python. |
+ |
+execfile(__file__ + '.py') |