| Index: remoting/remoting.gyp
|
| diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp
|
| index 3e58552fd0c1ec1f8e6063d53c52553b75b66f7a..7ea3a4c13357e0fe548b40acd006c55f77e55738 100644
|
| --- a/remoting/remoting.gyp
|
| +++ b/remoting/remoting.gyp
|
| @@ -237,6 +237,8 @@
|
| '../net/net.gyp:net',
|
| '../third_party/expat/expat.gyp:expat',
|
| '../third_party/libjingle/libjingle.gyp:libjingle',
|
| + '../third_party/libjingle/libjingle.gyp:libjingle_webrtc',
|
| + '../third_party/libjingle/libjingle.gyp:libpeerconnection',
|
| 'remoting_base',
|
| ],
|
| 'export_dependent_settings': [
|
| @@ -244,6 +246,7 @@
|
| ],
|
| 'sources': [
|
| '<@(remoting_protocol_sources)',
|
| + '<@(remoting_protocol_nonnacl_sources)',
|
| '<@(remoting_signaling_sources)',
|
| ],
|
| 'conditions': [
|
|
|