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