summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorwjia@chromium.org <wjia@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-02-09 18:19:32 +0000
committerwjia@chromium.org <wjia@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-02-09 18:19:32 +0000
commit5b87e78a9fe96844df9ac3368b109c0a46e54de1 (patch)
treebf844c46e3f5b37340753d96cb68e031c025e757 /build
parentd14a8e6e5c0ef60ad64eb8d06305c92d2e660bc5 (diff)
downloadchromium_src-5b87e78a9fe96844df9ac3368b109c0a46e54de1.zip
chromium_src-5b87e78a9fe96844df9ac3368b109c0a46e54de1.tar.gz
chromium_src-5b87e78a9fe96844df9ac3368b109c0a46e54de1.tar.bz2
disable media stream creation when enable_webrtc=0
BUG=110581 Review URL: https://chromiumcodereview.appspot.com/9369022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@121252 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
-rw-r--r--build/common.gypi3
1 files changed, 3 insertions, 0 deletions
diff --git a/build/common.gypi b/build/common.gypi
index 5c5847e..60e982b 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -1105,6 +1105,9 @@
['remoting==1', {
'defines': ['ENABLE_REMOTING=1'],
}],
+ ['enable_webrtc==1', {
+ 'defines': ['ENABLE_WEBRTC=1'],
+ }],
['p2p_apis==1', {
'defines': ['ENABLE_P2P_APIS=1'],
}],