Index: test/mac/identical-name/proxy/testlib/testlib.gyp |
diff --git a/test/mac/identical-name/proxy/testlib/testlib.gyp b/test/mac/identical-name/proxy/testlib/testlib.gyp |
new file mode 100644 |
index 0000000000000000000000000000000000000000..ed1c62e982eaf0ee473737aebf30addb85a29121 |
--- /dev/null |
+++ b/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'], |
+ }], |
+} |