| Index: build/common.gypi
|
| diff --git a/build/common.gypi b/build/common.gypi
|
| index 67fc8e5b554a3bad4a41115cada9f3a0f95b4921..364d7adc300a8d3777e68381f3cb095cf8f4c6da 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,
|
| +
|
| # Turns on compiler optimizations in V8 in Debug build.
|
| 'v8_optimized_debug%': 1,
|
|
|
|
|