Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(316)

Unified Diff: remoting/remoting.gyp

Issue 10795075: Created define to switch on/off audio. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Addressed comment Created 8 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « remoting/protocol/session_config.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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': [
« no previous file with comments | « remoting/protocol/session_config.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698