Chromium Code Reviews| Index: build/config/features.gni |
| diff --git a/build/config/features.gni b/build/config/features.gni |
| index 16c4d3f88d5f7c08bad4f5a64f215af2065357eb..0d84ab38a0faf6fe9383980e1a5f9449bf29a9c8 100644 |
| --- a/build/config/features.gni |
| +++ b/build/config/features.gni |
| @@ -53,6 +53,11 @@ declare_args() { |
| # TODO(GYP) make mac work. |
| enable_webrtc = !is_ios && !is_mac |
| + # TODO(hbos): where to place this? |
| + # Enable this to build OpenH264. |
| + # CHECK THE OPENH264 LICENSE BEFORE BUILDING. |
| + build_openh264 = true |
|
torbjorng
2015/11/05 13:18:24
See comment in .gypi file.
|
| + |
| # Enables the Media Router. |
| enable_media_router = !is_ios |