Add executable bit and shebang to python files
authoranmittal <anmittal@chromium.org>
Thu, 18 Aug 2016 11:36:25 +0000 (04:36 -0700)
committerCommit bot <commit-bot@chromium.org>
Thu, 18 Aug 2016 11:36:25 +0000 (04:36 -0700)
BUG=skia:
GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2253373002

Review-Url: https://codereview.chromium.org/2253373002

gn/echo_headers.py [changed mode: 0644->0755]
gn/gypi_to_gn.py [changed mode: 0644->0755]
gyp/find.py [changed mode: 0644->0755]

old mode 100644 (file)
new mode 100755 (executable)
old mode 100644 (file)
new mode 100755 (executable)
index 0800708..c4f31ae
@@ -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.
old mode 100644 (file)
new mode 100755 (executable)
index d784dc2..e0e012e
@@ -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