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, 8 insertions, 0 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
new file mode 100644
index 0000000000..ed1c62e982
--- /dev/null
+++ b/deps/gyp/test/mac/identical-name/proxy/testlib/testlib.gyp
@@ -0,0 +1,8 @@
+{
+ 'includes': ['../../test.gypi'],
+ 'targets': [{
+ 'target_name': 'testlib',
+ 'type': 'static_library',
+ 'sources': ['testlib.cc'],
+ }],
+}