Index: remoting/remoting.gyp |
diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp |
index a2a39a8c10ad07fec7ea7553d947147e62697234..e924482ca42bc15a361eb2fad433eb6bd3bf3d18 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 |
@@ -197,6 +198,13 @@ |
'include_dirs': [ |
'..', # Root of Chrome checkout |
], |
+ 'conditions': [ |
+ ['remoting_audio == 1', { |
+ 'defines': [ |
+ 'ENABLE_REMOTING_AUDIO', |
+ ], |
+ }], |
+ ], |
}, |
'conditions': [ |