Chromium Code Reviews| Index: build/common.gypi |
| diff --git a/build/common.gypi b/build/common.gypi |
| index 9f2f91ad20e14c5ab3406debd21f85bc5eb70d36..a584952235e19bd7376fa6c69878f92aaa0dd85f 100644 |
| --- a/build/common.gypi |
| +++ b/build/common.gypi |
| @@ -1244,6 +1244,12 @@ |
| 'android_app_version_code%': '<(android_app_version_code)', |
| 'enable_webvr%': '<(enable_webvr)', |
| + # Enable this to build OpenH264. |
| + # CHECK THE OPENH264 LICENSE BEFORE BUILDING. The default value should be 0, |
| + # the open source version of Chromium should not build this by default due |
| + # to license and patent reasons. |
| + 'use_openh264%': 1, |
|
phoglund_chromium
2015/11/16 14:51:41
Only, it's 1. Is this temporary just to run on the
phoglund_chromium
2015/11/16 14:52:21
Oh, right, you wrote that in the CL desc. Never mi
|
| + |
| # Turns on compiler optimizations in V8 in Debug build. |
| 'v8_optimized_debug%': 1, |