Moves xmllite's unittests to rtc_unittest.
BUG=3836
R=andrew@webrtc.org, kjellander@webrtc.org
Review URL: https://webrtc-codereview.appspot.com/26669005
git-svn-id: http://webrtc.googlecode.com/svn/trunk/webrtc@7369 4adac7df-926f-26a2-2b94-8c16560cd09d
diff --git a/webrtc.gyp b/webrtc.gyp
index 2d2dc04..bfcec04 100644
--- a/webrtc.gyp
+++ b/webrtc.gyp
@@ -9,6 +9,7 @@
'conditions': [
['include_tests==1', {
'includes': [
+ 'libjingle/xmllite/xmllite_tests.gypi',
'sound/sound_tests.gypi',
'webrtc_tests.gypi',
],
@@ -45,7 +46,6 @@
['include_tests==1', {
'dependencies': [
'common_video/common_video_unittests.gyp:*',
- 'libjingle/xmllite/xmllite_tests.gyp:*',
'system_wrappers/source/system_wrappers_tests.gyp:*',
'test/metrics.gyp:*',
'test/test.gyp:*',