Index: content/content_common.gypi |
diff --git a/content/content_common.gypi b/content/content_common.gypi |
index 5d2e2f7a0d8a660e6b9d79385e165bede6e80923..edbfe8e04e850f440b84592f30c61cf58f39e816 100644 |
--- a/content/content_common.gypi |
+++ b/content/content_common.gypi |
@@ -387,6 +387,22 @@ |
], |
}, |
}], |
+ ['chromeos == 1', { |
+ 'dependencies': [ |
+ '../media/media.gyp:media', |
Ami GONE FROM CHROMIUM
2012/05/03 23:22:53
Unnecessary
Pawel Osciak
2012/05/06 17:49:19
Done.
|
+ ], |
+ 'sources': [ |
+ 'common/gpu/media/h264_dpb.cc', |
+ 'common/gpu/media/h264_dpb.h', |
+ 'common/gpu/media/vaapi_h264_decoder.cc', |
+ 'common/gpu/media/vaapi_h264_decoder.h', |
+ 'common/gpu/media/vaapi_video_decode_accelerator.cc', |
+ 'common/gpu/media/vaapi_video_decode_accelerator.h', |
+ ], |
+ 'include_dirs': [ |
+ '<(DEPTH)/third_party/libva', |
Ami GONE FROM CHROMIUM
2012/05/03 23:22:53
Is this in the tree now?
|
+ ], |
+ }], |
['OS=="win"', { |
'dependencies': [ |
'../media/media.gyp:media', |