summaryrefslogtreecommitdiff
path: root/deps/gyp/gyp
diff options
context:
space:
mode:
Diffstat (limited to 'deps/gyp/gyp')
-rwxr-xr-xdeps/gyp/gyp8
1 files changed, 0 insertions, 8 deletions
diff --git a/deps/gyp/gyp b/deps/gyp/gyp
deleted file mode 100755
index 1b8b9bdfb0..0000000000
--- a/deps/gyp/gyp
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/bin/sh
-# Copyright 2013 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.
-
-set -e
-base=$(dirname "$0")
-exec python "${base}/gyp_main.py" "$@"