| Index: content/content_common.gypi
|
| diff --git a/content/content_common.gypi b/content/content_common.gypi
|
| index 96ca1f6add29c420ea8adef94a407bf353e1d296..8ac5e629b8f597ee0b4ec60f6014c106cccc6d7f 100644
|
| --- a/content/content_common.gypi
|
| +++ b/content/content_common.gypi
|
| @@ -792,7 +792,7 @@
|
| },
|
| ],
|
| }],
|
| - ['chromeos==1', {
|
| + ['chromeos==1 or OS=="linux"', {
|
| 'sources': [
|
| 'common/gpu/media/accelerated_video_decoder.h',
|
| 'common/gpu/media/h264_decoder.cc',
|
| @@ -848,7 +848,7 @@
|
| 'common/gpu/media/tegra_v4l2_device.h',
|
| ],
|
| }],
|
| - ['target_arch != "arm" and chromeos == 1', {
|
| + ['target_arch != "arm" and (chromeos == 1 or OS == "linux")', {
|
| 'dependencies': [
|
| '../media/media.gyp:media',
|
| '../third_party/libyuv/libyuv.gyp:libyuv',
|
|
|