| Index: remoting/remoting_client.gypi
|
| diff --git a/remoting/remoting_client.gypi b/remoting/remoting_client.gypi
|
| index 5883914ca114dbb45b843f546b3bb04cea62c53e..0033c04e60fb3d2b8ca3a1bdf442ca704270757f 100644
|
| --- a/remoting/remoting_client.gypi
|
| +++ b/remoting/remoting_client.gypi
|
| @@ -22,6 +22,13 @@
|
| '<@(remoting_client_sources)',
|
| '<@(remoting_client_standalone_sources)',
|
| ],
|
| + 'conditions': [
|
| + ['buildtype!="Official"', {
|
| + 'defines': [
|
| + 'ENABLE_WEBRTC_REMOTING_CLIENT'
|
| + ]
|
| + }]
|
| + ],
|
| }, # end of target 'remoting_client'
|
|
|
| {
|
|
|