diff options
Diffstat (limited to 'media/webrtc/trunk/tools/gyp/test/arflags/test.gyp')
-rw-r--r-- | media/webrtc/trunk/tools/gyp/test/arflags/test.gyp | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/media/webrtc/trunk/tools/gyp/test/arflags/test.gyp b/media/webrtc/trunk/tools/gyp/test/arflags/test.gyp new file mode 100644 index 000000000..f7430fae2 --- /dev/null +++ b/media/webrtc/trunk/tools/gyp/test/arflags/test.gyp @@ -0,0 +1,10 @@ +{ + 'targets': [ + { + 'target_name': 'lib', + 'type': 'static_library', + 'sources': ['lib.cc'], + 'arflags': ['--nonexistent'], + }, + ], +} |