Remove unnecessary dependencies from webrtc_all target.
The xmllite and xmpp dependencies are pulled in when include_tests==1 but I need to be able to do a build without processing them having include_tests==0. BUG=4185 R=andresp@webrtc.org, tommi@webrtc.org Review URL: https://webrtc-codereview.appspot.com/37679004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@8109 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
@ -28,8 +28,6 @@
|
||||
'common.gyp:*',
|
||||
'common_audio/common_audio.gyp:*',
|
||||
'common_video/common_video.gyp:*',
|
||||
'libjingle/xmllite/xmllite.gyp:*',
|
||||
'libjingle/xmpp/xmpp.gyp:*',
|
||||
'modules/modules.gyp:*',
|
||||
'p2p/p2p.gyp:*',
|
||||
'system_wrappers/system_wrappers.gyp:*',
|
||||
|
Reference in New Issue
Block a user