| Index: remoting/remoting.gyp
|
| diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp
|
| index 79057768c017b464574591f1d6d71be6e0615edf..9c7c8ca07c077b8cb38a7b318063419dc8b5db56 100644
|
| --- a/remoting/remoting.gyp
|
| +++ b/remoting/remoting.gyp
|
| @@ -236,6 +236,7 @@
|
| '../crypto/crypto.gyp:crypto',
|
| '../jingle/jingle.gyp:jingle_glue',
|
| '../net/net.gyp:net',
|
| + '../third_party/boringssl/boringssl.gyp:boringssl',
|
| '../third_party/expat/expat.gyp:expat',
|
| '../third_party/libjingle/libjingle.gyp:libjingle',
|
| '../third_party/libyuv/libyuv.gyp:libyuv',
|
| @@ -250,7 +251,7 @@
|
| '<@(remoting_signaling_sources)',
|
| ],
|
| 'conditions': [
|
| - ['enable_webrtc==1', {
|
| + ['enable_webrtc == 1', {
|
| 'dependencies': [
|
| '../third_party/libjingle/libjingle.gyp:libjingle_webrtc',
|
| '../third_party/libjingle/libjingle.gyp:libpeerconnection',
|
|
|