summaryrefslogtreecommitdiffstats
path: root/media/webrtc/trunk/tools/gyp/test/mac/identical-name/proxy/testlib/testlib.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'media/webrtc/trunk/tools/gyp/test/mac/identical-name/proxy/testlib/testlib.gyp')
-rw-r--r--media/webrtc/trunk/tools/gyp/test/mac/identical-name/proxy/testlib/testlib.gyp8
1 files changed, 8 insertions, 0 deletions
diff --git a/media/webrtc/trunk/tools/gyp/test/mac/identical-name/proxy/testlib/testlib.gyp b/media/webrtc/trunk/tools/gyp/test/mac/identical-name/proxy/testlib/testlib.gyp
new file mode 100644
index 000000000..ed1c62e98
--- /dev/null
+++ b/media/webrtc/trunk/tools/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'],
+ }],
+}