summaryrefslogtreecommitdiff
path: root/libjingle_tests.gyp
diff options
context:
space:
mode:
authormallinath@webrtc.org <mallinath@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d>2014-03-20 15:09:09 +0000
committermallinath@webrtc.org <mallinath@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d>2014-03-20 15:09:09 +0000
commit2472aec021c45623494f8df7aa886139b4e1316a (patch)
treedac727239760026a12b115ba8948ceb6cfe0a691 /libjingle_tests.gyp
parent84c6e3c1afec56005a015955d68cab895341f190 (diff)
downloadtalk-2472aec021c45623494f8df7aa886139b4e1316a.tar.gz
Add system wrapper dependency to libjingle targets.
This is necessary to handle usage of STR_CASE_CMP in common_types.h ( as in https://webrtc-codereview.appspot.com/10099005/) TBR=wu@webrtc.org Review URL: https://webrtc-codereview.appspot.com/10309004 git-svn-id: http://webrtc.googlecode.com/svn/trunk/talk@5737 4adac7df-926f-26a2-2b94-8c16560cd09d
Diffstat (limited to 'libjingle_tests.gyp')
-rwxr-xr-xlibjingle_tests.gyp4
1 files changed, 4 insertions, 0 deletions
diff --git a/libjingle_tests.gyp b/libjingle_tests.gyp
index 31dc551..2deddd4 100755
--- a/libjingle_tests.gyp
+++ b/libjingle_tests.gyp
@@ -60,6 +60,7 @@
'target_name': 'libjingle_unittest_main',
'type': 'static_library',
'dependencies': [
+ '<(DEPTH)/webrtc/system_wrappers/source/system_wrappers.gyp:system_wrappers',
'<(DEPTH)/third_party/libyuv/libyuv.gyp:libyuv',
'gunit',
],
@@ -256,6 +257,7 @@
'gunit',
'libjingle.gyp:libjingle_media',
'libjingle_unittest_main',
+ '<(DEPTH)/webrtc/system_wrappers/source/system_wrappers.gyp:system_wrappers',
],
# TODO(ronghuawu): Avoid the copies.
# https://code.google.com/p/libjingle/issues/detail?id=398
@@ -330,6 +332,7 @@
'libjingle.gyp:libjingle',
'libjingle.gyp:libjingle_p2p',
'libjingle_unittest_main',
+ '<(DEPTH)/webrtc/system_wrappers/source/system_wrappers.gyp:system_wrappers',
],
'include_dirs': [
'<(DEPTH)/third_party/libsrtp/srtp',
@@ -388,6 +391,7 @@
'libjingle.gyp:libjingle_p2p',
'libjingle.gyp:libjingle_peerconnection',
'libjingle_unittest_main',
+ '<(DEPTH)/webrtc/system_wrappers/source/system_wrappers.gyp:system_wrappers',
],
# TODO(ronghuawu): Reenable below unit tests that require gmock.
'sources': [