blob: 1c883c51264702d7bcdd38131c807ddef252a65d [file] [log] [blame]
James Robinson646469d2014-10-03 15:33:28 -07001#!/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 Robinsonc8f302a2015-05-14 16:38:33 -07006# TODO(thakis): Remove this script once Source/config.gyp refers the the .py
7# file.
8THIS_DIR="$(dirname "${0}")"
9ABS_THIS_DIR="${PWD}/${THIS_DIR}"
10exec python "${ABS_THIS_DIR}/blink_gc_plugin_flags.py" "$@"