| Index: media/media_options.gni
|
| diff --git a/media/media_options.gni b/media/media_options.gni
|
| index 833b904a2459793b4ff86d5f85a1364ce7356feb..f8b1646168897b3eb0fd7c774a355c316130d963 100644
|
| --- a/media/media_options.gni
|
| +++ b/media/media_options.gni
|
| @@ -55,6 +55,6 @@ declare_args() {
|
| # TODO(GYP): This should be a platform define.
|
| is_openbsd = false
|
|
|
| - # Override to omit code that depends on the X11, font, and graphics libraries.
|
| + # Override to omit code that depends on the X11 and fontconfig libraries.
|
| is_ensemble = false
|
| }
|
|
|