Index: tools/clang/scripts/blink_gc_plugin_flags.sh |
diff --git a/tools/clang/scripts/blink_gc_plugin_flags.sh b/tools/clang/scripts/blink_gc_plugin_flags.sh |
deleted file mode 100755 |
index 1c883c51264702d7bcdd38131c807ddef252a65d..0000000000000000000000000000000000000000 |
--- a/tools/clang/scripts/blink_gc_plugin_flags.sh |
+++ /dev/null |
@@ -1,10 +0,0 @@ |
-#!/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" "$@" |