| Index: content/content_common.gypi
|
| diff --git a/content/content_common.gypi b/content/content_common.gypi
|
| index 4b9ec413694fec954708346a69d8f88592f43376..e5b8453ce87516da7722eeb781b7827b99b37c62 100644
|
| --- a/content/content_common.gypi
|
| +++ b/content/content_common.gypi
|
| @@ -855,7 +855,7 @@
|
| },
|
| ],
|
| }],
|
| - ['chromeos==1', {
|
| + ['OS=="linux"', {
|
| 'sources': [
|
| 'common/gpu/media/accelerated_video_decoder.h',
|
| 'common/gpu/media/h264_decoder.cc',
|
| @@ -911,7 +911,7 @@
|
| 'common/gpu/media/tegra_v4l2_device.h',
|
| ],
|
| }],
|
| - ['target_arch != "arm" and chromeos == 1', {
|
| + ['target_arch != "arm" and OS=="linux"', {
|
| 'dependencies': [
|
| '../media/media.gyp:media',
|
| '../third_party/libyuv/libyuv.gyp:libyuv',
|
|
|