Chromium Code Reviews| Index: build/common.gypi |
| diff --git a/build/common.gypi b/build/common.gypi |
| index 34c6a15e0add1001e4a24712c9c809e3b698a390..521decfa19d102263086ebf4de7c8bac74c95e30 100644 |
| --- a/build/common.gypi |
| +++ b/build/common.gypi |
| @@ -741,6 +741,9 @@ |
| 'google_default_client_secret%': '<(google_default_client_secret)', |
| 'enable_managed_users%': '<(enable_managed_users)', |
| + # Use system ffmpeg instead of bundled one. |
| + 'use_system_ffmpeg%': 0, |
| + |
| # Use system mesa instead of bundled one. |
| 'use_system_mesa%': 0, |