blob: 1c883c51264702d7bcdd38131c807ddef252a65d [file] [log] [blame]
#!/usr/bin/env bash
# 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.
# TODO(thakis): Remove this script once Source/config.gyp refers the the .py
# file.
THIS_DIR="$(dirname "${0}")"
ABS_THIS_DIR="${PWD}/${THIS_DIR}"
exec python "${ABS_THIS_DIR}/blink_gc_plugin_flags.py" "$@"