| Index: content/content_common.gypi
|
| diff --git a/content/content_common.gypi b/content/content_common.gypi
|
| index 3a91365a3e98593c84fbf1aed6533d2e721ab91e..5a91b27fec5b69bf03f745651bcceaf3e7f4480c 100644
|
| --- a/content/content_common.gypi
|
| +++ b/content/content_common.gypi
|
| @@ -673,6 +673,10 @@
|
| },
|
| }],
|
| ['target_arch != "arm" and chromeos == 1 and use_x11 == 1', {
|
| + 'dependencies': [
|
| + '../media/media.gyp:media',
|
| + '../third_party/libyuv/libyuv.gyp:libyuv',
|
| + ],
|
| 'sources': [
|
| 'common/gpu/media/h264_dpb.cc',
|
| 'common/gpu/media/h264_dpb.h',
|
| @@ -681,6 +685,8 @@
|
| 'common/gpu/media/vaapi_h264_decoder.h',
|
| 'common/gpu/media/vaapi_video_decode_accelerator.cc',
|
| 'common/gpu/media/vaapi_video_decode_accelerator.h',
|
| + 'common/gpu/media/vaapi_video_encode_accelerator.cc',
|
| + 'common/gpu/media/vaapi_video_encode_accelerator.h',
|
| 'common/gpu/media/vaapi_wrapper.cc',
|
| 'common/gpu/media/vaapi_wrapper.h',
|
| ],
|
| @@ -696,6 +702,7 @@
|
| },
|
| 'include_dirs': [
|
| '<(DEPTH)/third_party/libva',
|
| + '<(DEPTH)/third_party/libyuv',
|
| '<(output_root)',
|
| ],
|
| 'actions': [
|
|
|