| Index: content/content_common.gypi
|
| diff --git a/content/content_common.gypi b/content/content_common.gypi
|
| index 2a23d522e5341056dbab81ad4377e5b9324fd1d5..5ed51cb121527be88caa9a0c3f9b776d73b79fe5 100644
|
| --- a/content/content_common.gypi
|
| +++ b/content/content_common.gypi
|
| @@ -568,7 +568,7 @@
|
| ],
|
| },
|
| }],
|
| - ['target_arch != "arm" and chromeos == 1 and use_x11 == 1', {
|
| + ['(chromeos==1 or OS=="linux") and use_x11==1 and target_arch != "arm"', {
|
| 'sources': [
|
| 'common/gpu/media/h264_dpb.cc',
|
| 'common/gpu/media/h264_dpb.h',
|
|
|