Index: build/gyp_chromium |
diff --git a/build/gyp_chromium b/build/gyp_chromium |
deleted file mode 100755 |
index 4fc62bad9ba19afe3e7624135faab14e91eebb12..0000000000000000000000000000000000000000 |
--- a/build/gyp_chromium |
+++ /dev/null |
@@ -1,12 +0,0 @@ |
-#!/usr/bin/env python |
-# Copyright (c) 2012 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. |
- |
-# Simple launcher script for gyp_chromium.py. |
-# TODO(sbc): This should probably be shell script but for historical |
-# reasons (all the python code used to live in this script without a |
-# .py extension, and was often run as 'python gyp_chromium') it is |
-# currently still python. |
- |
-execfile(__file__ + '.py') |