Chromium Code Reviews| 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"', { |
|
Sergey Ulanov
2016/03/16 23:15:08
Also please add this for the remoting_client_jni i
Yuwei
2016/03/16 23:31:55
Acknowledged.
Yuwei
2016/03/16 23:58:18
Done.
|
| + 'defines': [ |
| + 'ENABLE_WEBRTC_REMOTING_CLIENT' |
| + ] |
| + }] |
| + ], |
| }, # end of target 'remoting_client' |
| { |