Chromium Code Reviews| Index: remoting/remoting.gyp |
| diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp |
| index a2a39a8c10ad07fec7ea7553d947147e62697234..a7cec9d3018beee54552b3b02e79bf916817907d 100644 |
| --- a/remoting/remoting.gyp |
| +++ b/remoting/remoting.gyp |
| @@ -7,6 +7,7 @@ |
| # TODO(dmaclach): can we pick this up some other way? Right now it's |
| # duplicated from chrome.gyp |
| 'chromium_code': 1, |
| + 'remoting_audio': 0, |
| # Use consistent strings across all platforms. Note that the plugin name |
| # is brand-dependent and is defined further down. |
| # Must match host/plugin/constants.h |
| @@ -192,6 +193,13 @@ |
| }, |
| 'target_defaults': { |
| + 'conditions': [ |
|
Sergey Ulanov
2012/07/24 20:26:21
nit: it's more common to put conditions at then en
kxing
2012/07/24 20:29:22
Done.
|
| + ['remoting_audio == 1', { |
| + 'defines': [ |
| + 'ENABLE_REMOTING_AUDIO', |
| + ], |
| + }], |
| + ], |
| 'defines': [ |
| ], |
| 'include_dirs': [ |