diff options
Diffstat (limited to 'build')
-rw-r--r-- | build/common.gypi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/build/common.gypi b/build/common.gypi index c50b175..3cf0606 100644 --- a/build/common.gypi +++ b/build/common.gypi @@ -188,6 +188,9 @@ # Smooth scrolling is disabled by default. 'enable_smooth_scrolling%': 0, + # Webrtc compilation is enabled by default. Set to 0 to disable. + 'enable_webrtc%': 1, + 'conditions': [ # Use Skia as WebKit renderer on Mac ['OS=="mac"', { @@ -281,6 +284,7 @@ 'use_titlecase_in_grd_files%': '<(use_titlecase_in_grd_files)', 'use_third_party_translations%': '<(use_third_party_translations)', 'remoting%': '<(remoting)', + 'enable_webrtc%': '<(enable_webrtc)', 'p2p_apis%': '<(p2p_apis)', 'configuration_policy%': '<(configuration_policy)', 'safe_browsing%': '<(safe_browsing)', |