Index: build/config/features.gni |
diff --git a/build/config/features.gni b/build/config/features.gni |
index 3811e27cfe733ec6c41fd70006015cd729ac69bf..83efcc89ad8c982180ebb21b9f87060f76d2a224 100644 |
--- a/build/config/features.gni |
+++ b/build/config/features.gni |
@@ -35,7 +35,7 @@ declare_args() { |
# Enables WebRTC. |
#enable_webrtc = !is_ios TODO(GYP) use this condition when WebRTC works in |
# the GN build. |
- enable_webrtc = false |
+ enable_webrtc = !is_ios |
kjellander_chromium
2015/02/10 12:01:49
Shouldn't you remove the commented lines above if
Dirk Pranke
2015/02/10 17:36:06
Whoops. Yes :).
|
# Enables proprietary codecs and demuxers; e.g. H264, MOV, AAC, and MP3. |
proprietary_codecs = false |