diff options
Diffstat (limited to 'content/content_common.gypi')
-rw-r--r-- | content/content_common.gypi | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/content/content_common.gypi b/content/content_common.gypi index cb3156e..7a04117 100644 --- a/content/content_common.gypi +++ b/content/content_common.gypi @@ -389,6 +389,12 @@ ], }, }], + ['chromeos == 1', { + 'sources': [ + 'common/gpu/media/h264_parser.cc', + 'common/gpu/media/h264_parser.h', + ], + }], ['OS=="win"', { 'dependencies': [ '../media/media.gyp:media', |