Index: test/mac/identical-name/proxy/proxy.gyp |
diff --git a/test/mac/identical-name/proxy/proxy.gyp b/test/mac/identical-name/proxy/proxy.gyp |
new file mode 100644 |
index 0000000000000000000000000000000000000000..38f44af1b57eec4a3b4077d0c0157627bec133bc |
--- /dev/null |
+++ b/test/mac/identical-name/proxy/proxy.gyp |
@@ -0,0 +1,9 @@ |
+{ |
+ 'includes': ['../test.gypi'], |
+ 'targets': [{ |
+ 'target_name': 'testlib', |
+ 'type': 'none', |
+ 'dependencies': ['testlib/testlib.gyp:testlib'], |
+ 'sources': ['proxy.cc'], |
+ }], |
+} |