Add executable bit and shebang to python files

BUG=skia:
GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2253373002

Review-Url: https://codereview.chromium.org/2253373002
This commit is contained in:
anmittal 2016-08-18 04:36:25 -07:00 committed by Commit bot
parent 36e5adbaaa
commit 2a43fe2723
3 changed files with 4 additions and 0 deletions

0
gn/echo_headers.py Normal file → Executable file
View File

2
gn/gypi_to_gn.py Normal file → Executable file
View File

@ -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.

2
gyp/find.py Normal file → Executable file
View File

@ -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