summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authormichaelbai@chromium.org <michaelbai@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-02-25 10:00:49 +0000
committermichaelbai@chromium.org <michaelbai@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-02-25 10:00:49 +0000
commit30b41c6b968df903541fb1713e5e8e532f9b361d (patch)
tree04139131adfcfef46a980ac3ad74b18eb0de0dbe /build
parent8f6327746a3af4947567bc451ce3868d24d95902 (diff)
downloadchromium_src-30b41c6b968df903541fb1713e5e8e532f9b361d.zip
chromium_src-30b41c6b968df903541fb1713e5e8e532f9b361d.tar.gz
chromium_src-30b41c6b968df903541fb1713e5e8e532f9b361d.tar.bz2
Enable webrtc for webview.
BUG=316499 Review URL: https://codereview.chromium.org/171463002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@253110 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
-rw-r--r--build/common.gypi9
1 files changed, 1 insertions, 8 deletions
diff --git a/build/common.gypi b/build/common.gypi
index 4d68880..51436bf 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -654,17 +654,10 @@
'enable_autofill_dialog%': 1
}],
- ['OS=="android" and android_webview_build==0', {
+ ['OS=="android"', {
'enable_webrtc%': 1,
}],
- # Disable WebRTC for building WebView as part of Android system.
- # TODO(boliu): Decide if we want WebRTC, and if so, also merge
- # the necessary third_party repositories.
- ['OS=="android" and android_webview_build==1', {
- 'enable_webrtc%': 0,
- }],
-
['OS=="ios"', {
'disable_ftp_support%': 1,
'enable_automation%': 0,