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

Unified Diff: media/media.gyp

Issue 23566013: Mpeg2 TS stream parser for media source. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Clang warning fix Created 7 years, 3 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 | « media/filters/stream_parser_factory.cc ('k') | media/mp2t/es_parser.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/media.gyp
diff --git a/media/media.gyp b/media/media.gyp
index 29f7c6d1fae8d3a8d5dbcaf874360aced441ced7..e67af15670f68d9c407d47deb451bad0999e97da 100644
--- a/media/media.gyp
+++ b/media/media.gyp
@@ -843,6 +843,25 @@
}],
['proprietary_codecs==1 or branding=="Chrome"', {
'sources': [
+ 'mp2t/es_parser.h',
+ 'mp2t/es_parser_adts.cc',
+ 'mp2t/es_parser_adts.h',
+ 'mp2t/es_parser_h264.cc',
+ 'mp2t/es_parser_h264.h',
+ 'mp2t/mp2t_common.h',
+ 'mp2t/mp2t_stream_parser.cc',
+ 'mp2t/mp2t_stream_parser.h',
+ 'mp2t/ts_packet.cc',
+ 'mp2t/ts_packet.h',
+ 'mp2t/ts_section.h',
+ 'mp2t/ts_section_pat.cc',
+ 'mp2t/ts_section_pat.h',
+ 'mp2t/ts_section_pes.cc',
+ 'mp2t/ts_section_pes.h',
+ 'mp2t/ts_section_pmt.cc',
+ 'mp2t/ts_section_pmt.h',
+ 'mp2t/ts_section_psi.cc',
+ 'mp2t/ts_section_psi.h',
'mp4/aac.cc',
'mp4/aac.h',
'mp4/avc.cc',
@@ -1120,6 +1139,7 @@
}],
['proprietary_codecs==1 or branding=="Chrome"', {
'sources': [
+ 'mp2t/mp2t_stream_parser_unittest.cc',
'mp4/aac_unittest.cc',
'mp4/avc_unittest.cc',
'mp4/box_reader_unittest.cc',
« no previous file with comments | « media/filters/stream_parser_factory.cc ('k') | media/mp2t/es_parser.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698