Add #! lines and +x scripts run by the build system

Landing https://codereview.chromium.org/2151053002/ for jamesr.

Review URL: https://codereview.chromium.org/2152913002 .
This commit is contained in:
Zachary Anderson 2016-07-14 12:46:57 -07:00
parent ce55b927fc
commit 87e1fc7859
4 changed files with 2 additions and 0 deletions

0
runtime/tools/create_resources.py Normal file → Executable file
View file

0
runtime/tools/gen_library_src_paths.py Normal file → Executable file
View file

1
tools/gypi_to_gn.py Normal file → Executable file
View file

@ -1,3 +1,4 @@
#!/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.

1
tools/make_version.py Normal file → Executable file
View file

@ -1,3 +1,4 @@
#!/usr/bin/env python
# Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file
# for details. All rights reserved. Use of this source code is governed by a
# BSD-style license that can be found in the LICENSE file.