Descriptionwebrtc 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
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=287193
Patch Set 1 #
Messages
Total messages: 9 (0 generated)
|