summaryrefslogtreecommitdiff
path: root/webrtc.gyp
diff options
context:
space:
mode:
authorhenrike@webrtc.org <henrike@webrtc.org>2014-09-10 17:28:19 +0000
committerhenrike@webrtc.org <henrike@webrtc.org>2014-09-10 17:28:19 +0000
commit51b64e47f52e2a927aa067c530af39a84d779c3f (patch)
treed742a874f5db565b94dd0cd8548ced5638f6539c /webrtc.gyp
parent6b3710c09d485b9f9971fbb5f52643030f890912 (diff)
downloadwebrtc-51b64e47f52e2a927aa067c530af39a84d779c3f.tar.gz
Put base tests in webrtc_tests.gyp
BUG=N/A R=andrew@webrtc.org, pbos@webrtc.org Review URL: https://webrtc-codereview.appspot.com/14249004 git-svn-id: http://webrtc.googlecode.com/svn/trunk/webrtc@7140 4adac7df-926f-26a2-2b94-8c16560cd09d
Diffstat (limited to 'webrtc.gyp')
-rw-r--r--webrtc.gyp2
1 files changed, 1 insertions, 1 deletions
diff --git a/webrtc.gyp b/webrtc.gyp
index 12d38dba..b17077bd 100644
--- a/webrtc.gyp
+++ b/webrtc.gyp
@@ -43,7 +43,6 @@
'conditions': [
['include_tests==1', {
'dependencies': [
- 'base/base_tests.gyp:*',
'common_video/common_video_unittests.gyp:*',
'libjingle/xmllite/xmllite_tests.gyp:*',
'sound/sound_tests.gyp:*',
@@ -53,6 +52,7 @@
'test/webrtc_test_common.gyp:webrtc_test_common_unittests',
'tools/tools.gyp:*',
'webrtc_tests',
+ 'rtc_unittests',
],
}],
],