| Index: build/config/features.gni
|
| diff --git a/build/config/features.gni b/build/config/features.gni
|
| index 98b3572b21f05101d85d50e64e72f792ed8b20b6..7ed70342617c9c026accb82efe73f95c008f2438 100644
|
| --- a/build/config/features.gni
|
| +++ b/build/config/features.gni
|
| @@ -47,6 +47,9 @@ declare_args() {
|
| # TODO(GYP) make mac and android work.
|
| enable_webrtc = !is_ios && !is_mac && !is_android
|
|
|
| + # Enables the Media Router.
|
| + enable_media_router = !is_ios && !is_android
|
| +
|
| # Enables proprietary codecs and demuxers; e.g. H264, MOV, AAC, and MP3.
|
| proprietary_codecs = false
|
|
|
|
|