Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1468)

Unified Diff: content/content_common.gypi

Issue 10411085: Build AVC decoder configuration record (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix compontent build Created 8 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/common/gpu/media/video_decode_accelerator_unittest.cc ('k') | content/content_tests.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content_common.gypi
diff --git a/content/content_common.gypi b/content/content_common.gypi
index 767602ce0f5a035f5cefdbf28f309e6e3560bf65..0503dde3968f8ed15939cb7b6ea4f97f30ca51ac 100644
--- a/content/content_common.gypi
+++ b/content/content_common.gypi
@@ -195,6 +195,10 @@
'common/gpu/image_transport_surface_linux.cc',
'common/gpu/image_transport_surface_mac.cc',
'common/gpu/image_transport_surface_win.cc',
+ 'common/gpu/media/avc_config_record_builder.cc',
+ 'common/gpu/media/avc_config_record_builder.h',
+ 'common/gpu/media/h264_parser.cc',
+ 'common/gpu/media/h264_parser.h',
'common/gpu/media/mac_video_decode_accelerator.h',
'common/gpu/media/mac_video_decode_accelerator.mm',
'common/gpu/media/gpu_video_decode_accelerator.cc',
@@ -392,12 +396,6 @@
],
},
}],
- ['chromeos == 1', {
- 'sources': [
- 'common/gpu/media/h264_parser.cc',
- 'common/gpu/media/h264_parser.h',
- ],
- }],
['OS=="win"', {
'dependencies': [
'../media/media.gyp:media',
« no previous file with comments | « content/common/gpu/media/video_decode_accelerator_unittest.cc ('k') | content/content_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698