webrtc deps in remoting should be inside a webrtc condition
commit7ab1107865a45ade8cacd6ca11cc5324943af1e0
authormostynb@opera.com <mostynb@opera.com@0039d316-1c4b-4281-b951-d872f2087c98>
Sat, 2 Aug 2014 11:18:59 +0000 (2 11:18 +0000)
committermostynb@opera.com <mostynb@opera.com@0039d316-1c4b-4281-b951-d872f2087c98>
Sat, 2 Aug 2014 11:18:59 +0000 (2 11:18 +0000)
treee20d6eea793526c5c6166ee49e81e196c9c25dfb
parent855d7d572fb4d4aaf97464771661c6805e0347a5
webrtc deps in remoting should be inside a webrtc condition

If you try to build with enable_webrtc=0 and remoting=1, gyp will fail:
libjingle.gyp:libpeerconnection#target' when processing
remoting.gyp:remoting_host#target.  This happens because the
libpeerconnnection target is defined inside an enable_webrtc==1 condition.
Therefore, these dependencies in remoting.gyp should be too.

BUG=399413

Review URL: https://codereview.chromium.org/431163002

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287193 0039d316-1c4b-4281-b951-d872f2087c98
remoting/remoting_host.gypi