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

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: 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
« remoting/protocol/session_config.cc ('K') | « 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 feaebad6ee1b9f5b8185f156597ecd3719f401a4..e663b963cd8d9c7dbef8f25173819c5cf8ce294d 100644
--- a/remoting/remoting.gyp
+++ b/remoting/remoting.gyp
@@ -1507,6 +1507,9 @@
'target_name': 'remoting_protocol',
'type': 'static_library',
'variables': { 'enable_wexit_time_destructors': 1, },
+ 'defines': [
+ 'ENABLE_AUDIO=0',
Sergey Ulanov 2012/07/23 22:17:48 ENABLE_REMOTING_AUDIO
Sergey Ulanov 2012/07/23 22:17:48 It's preferred to define ENABLE_AUDIO=1 when it's
kxing 2012/07/24 15:02:16 Done.
kxing 2012/07/24 15:02:16 Done.
+ ],
'dependencies': [
'remoting_base',
'remoting_jingle_glue',
« remoting/protocol/session_config.cc ('K') | « remoting/protocol/session_config.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698