aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar anmittal <anmittal@chromium.org>2016-08-18 04:36:25 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2016-08-18 04:36:25 -0700
commit2a43fe2723cbf70613f49abaa43a9e2ccd434b6b (patch)
tree740b7343cf73c7dc5f3a45466933fa41bddc36ca
parent36e5adbaaac9bfffa5eb377565e5c28659eb51af (diff)
Add executable bit and shebang to python files
-rwxr-xr-x[-rw-r--r--]gn/echo_headers.py0
-rwxr-xr-x[-rw-r--r--]gn/gypi_to_gn.py2
-rwxr-xr-x[-rw-r--r--]gyp/find.py2
3 files changed, 4 insertions, 0 deletions
diff --git a/gn/echo_headers.py b/gn/echo_headers.py
index 059838a6ff..059838a6ff 100644..100755
--- a/gn/echo_headers.py
+++ b/gn/echo_headers.py
diff --git a/gn/gypi_to_gn.py b/gn/gypi_to_gn.py
index 08007088a8..c4f31ae873 100644..100755
--- a/gn/gypi_to_gn.py
+++ b/gn/gypi_to_gn.py
@@ -1,3 +1,5 @@
+#!/usr/bin/env python
+#
# Copyright 2014 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.
diff --git a/gyp/find.py b/gyp/find.py
index d784dc26b3..e0e012eea1 100644..100755
--- a/gyp/find.py
+++ b/gyp/find.py
@@ -1,3 +1,5 @@
+#!/usr/bin/env python
+#
# Copyright 2015 Google Inc.
#
# Use of this source code is governed by a BSD-style license that can be