summaryrefslogtreecommitdiff
path: root/deps/gyp/test/mac/identical-name/proxy/proxy.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'deps/gyp/test/mac/identical-name/proxy/proxy.gyp')
-rw-r--r--deps/gyp/test/mac/identical-name/proxy/proxy.gyp9
1 files changed, 0 insertions, 9 deletions
diff --git a/deps/gyp/test/mac/identical-name/proxy/proxy.gyp b/deps/gyp/test/mac/identical-name/proxy/proxy.gyp
deleted file mode 100644
index 38f44af1b5..0000000000
--- a/deps/gyp/test/mac/identical-name/proxy/proxy.gyp
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- 'includes': ['../test.gypi'],
- 'targets': [{
- 'target_name': 'testlib',
- 'type': 'none',
- 'dependencies': ['testlib/testlib.gyp:testlib'],
- 'sources': ['proxy.cc'],
- }],
-}