aboutsummaryrefslogtreecommitdiffhomepage
path: root/gn/gypi_to_gn.py
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 /gn/gypi_to_gn.py
parent36e5adbaaac9bfffa5eb377565e5c28659eb51af (diff)
Add executable bit and shebang to python files
Diffstat (limited to 'gn/gypi_to_gn.py')
-rwxr-xr-x[-rw-r--r--]gn/gypi_to_gn.py2
1 files changed, 2 insertions, 0 deletions
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.