From 2a43fe2723cbf70613f49abaa43a9e2ccd434b6b Mon Sep 17 00:00:00 2001 From: anmittal Date: Thu, 18 Aug 2016 04:36:25 -0700 Subject: 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 --- gn/gypi_to_gn.py | 2 ++ 1 file changed, 2 insertions(+) mode change 100644 => 100755 gn/gypi_to_gn.py (limited to 'gn/gypi_to_gn.py') diff --git a/gn/gypi_to_gn.py b/gn/gypi_to_gn.py old mode 100644 new mode 100755 index 08007088a8..c4f31ae873 --- 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. -- cgit v1.2.3