commit | 2a43fe2723cbf70613f49abaa43a9e2ccd434b6b | [log] [tgz] |
---|---|---|
author | anmittal <anmittal@chromium.org> | Thu Aug 18 04:36:25 2016 -0700 |
committer | Commit bot <commit-bot@chromium.org> | Thu Aug 18 04:36:25 2016 -0700 |
tree | 740b7343cf73c7dc5f3a45466933fa41bddc36ca | |
parent | 36e5adbaaac9bfffa5eb377565e5c28659eb51af [diff] [blame] |
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
diff --git a/gn/gypi_to_gn.py b/gn/gypi_to_gn.py old mode 100644 new mode 100755 index 0800708..c4f31ae --- 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.