Index: content/content_common.gypi |
diff --git a/content/content_common.gypi b/content/content_common.gypi |
index 7196a6f492fffd733caf9cc52aed103df87b63d8..cc27767bf72ea254baf0f12142f2421e929bf771 100644 |
--- a/content/content_common.gypi |
+++ b/content/content_common.gypi |
@@ -378,6 +378,24 @@ |
], |
}, |
}], |
+ ['target_arch=="x64" and chromeos == 1', { |
+ 'dependencies': [ |
+ '../media/media.gyp:media', |
+ ], |
+ 'sources': [ |
+ 'common/gpu/media/h264_dpb.cc', |
Ami GONE FROM CHROMIUM
2012/03/21 13:16:24
l.386-389 are not cros/x64-specific, are they?
(mo
Pawel Osciak
2012/03/21 18:40:35
Do we want to compile them in if they are not used
Ami GONE FROM CHROMIUM
2012/03/22 17:01:36
I'm on the fence. Leave them for now I guess.
Pawel Osciak
2012/04/05 10:37:20
Assuming you meant leave them as is.
|
+ 'common/gpu/media/h264_dpb.h', |
+ 'common/gpu/media/h264_parser.cc', |
+ 'common/gpu/media/h264_parser.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', |
+ ], |
+ }], |
['OS=="win"', { |
'dependencies': [ |
'../media/media.gyp:media', |