diff options
Diffstat (limited to 'third_party/python/gyp/test/mac/identical-name/test-should-fail.gyp')
-rw-r--r-- | third_party/python/gyp/test/mac/identical-name/test-should-fail.gyp | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/third_party/python/gyp/test/mac/identical-name/test-should-fail.gyp b/third_party/python/gyp/test/mac/identical-name/test-should-fail.gyp new file mode 100644 index 0000000000..72bfc7af0f --- /dev/null +++ b/third_party/python/gyp/test/mac/identical-name/test-should-fail.gyp @@ -0,0 +1,10 @@ +{ + 'targets': [{ + 'target_name': 'test', + 'type': 'executable', + 'dependencies': [ + 'testlib/testlib.gyp:proxy', + 'proxy/proxy.gyp:testlib', + ], + }], +} |