James Robinson | 646469d | 2014-10-03 15:33:28 -0700 | [diff] [blame] | 1 | #!/usr/bin/env bash |
| 2 | # Copyright 2014 The Chromium Authors. All rights reserved. |
| 3 | # Use of this source code is governed by a BSD-style license that can be |
| 4 | # found in the LICENSE file. |
| 5 | |
James Robinson | c8f302a | 2015-05-14 16:38:33 -0700 | [diff] [blame] | 6 | # TODO(thakis): Remove this script once Source/config.gyp refers the the .py |
| 7 | # file. |
| 8 | THIS_DIR="$(dirname "${0}")" |
| 9 | ABS_THIS_DIR="${PWD}/${THIS_DIR}" |
| 10 | exec python "${ABS_THIS_DIR}/blink_gc_plugin_flags.py" "$@" |