Index: build/config/features.gni |
diff --git a/build/config/features.gni b/build/config/features.gni |
index ba69371aa71d6cb03291fde847369d3aa57af517..4eaca42fa40e8160d96dcf4d43f2a0688273a2c3 100644 |
--- a/build/config/features.gni |
+++ b/build/config/features.gni |
@@ -33,9 +33,8 @@ declare_args() { |
debug_devtools = false |
# Enables WebRTC. |
- #enable_webrtc = !is_ios TODO(GYP) use this condition when WebRTC works in |
- # the GN build. |
- enable_webrtc = false |
+ # TODO(GYP) make mac and android work. |
+ enable_webrtc = !is_ios && !is_mac && !is_android |
# Enables proprietary codecs and demuxers; e.g. H264, MOV, AAC, and MP3. |
proprietary_codecs = false |