OLD | NEW |
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. |
2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
4 | 4 |
5 { | 5 { |
6 'variables': { | 6 'variables': { |
7 'chromium_code': 1, | 7 'chromium_code': 1, |
8 # Override to dynamically link the cras (ChromeOS audio) library. | 8 # Override to dynamically link the cras (ChromeOS audio) library. |
9 'use_cras%': 0, | 9 'use_cras%': 0, |
10 # Option e.g. for Linux distributions to link pulseaudio directly | 10 # Option e.g. for Linux distributions to link pulseaudio directly |
(...skipping 909 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
920 'filters/ffmpeg_h264_to_annex_b_bitstream_converter.h', | 920 'filters/ffmpeg_h264_to_annex_b_bitstream_converter.h', |
921 'filters/h264_to_annex_b_bitstream_converter.cc', | 921 'filters/h264_to_annex_b_bitstream_converter.cc', |
922 'filters/h264_to_annex_b_bitstream_converter.h', | 922 'filters/h264_to_annex_b_bitstream_converter.h', |
923 'formats/mp2t/es_adapter_video.cc', | 923 'formats/mp2t/es_adapter_video.cc', |
924 'formats/mp2t/es_adapter_video.h', | 924 'formats/mp2t/es_adapter_video.h', |
925 'formats/mp2t/es_parser.h', | 925 'formats/mp2t/es_parser.h', |
926 'formats/mp2t/es_parser_adts.cc', | 926 'formats/mp2t/es_parser_adts.cc', |
927 'formats/mp2t/es_parser_adts.h', | 927 'formats/mp2t/es_parser_adts.h', |
928 'formats/mp2t/es_parser_h264.cc', | 928 'formats/mp2t/es_parser_h264.cc', |
929 'formats/mp2t/es_parser_h264.h', | 929 'formats/mp2t/es_parser_h264.h', |
| 930 'formats/mp2t/es_parser_mpeg1audio.cc', |
| 931 'formats/mp2t/es_parser_mpeg1audio.h', |
930 'formats/mp2t/mp2t_common.h', | 932 'formats/mp2t/mp2t_common.h', |
931 'formats/mp2t/mp2t_stream_parser.cc', | 933 'formats/mp2t/mp2t_stream_parser.cc', |
932 'formats/mp2t/mp2t_stream_parser.h', | 934 'formats/mp2t/mp2t_stream_parser.h', |
933 'formats/mp2t/ts_packet.cc', | 935 'formats/mp2t/ts_packet.cc', |
934 'formats/mp2t/ts_packet.h', | 936 'formats/mp2t/ts_packet.h', |
935 'formats/mp2t/ts_section.h', | 937 'formats/mp2t/ts_section.h', |
936 'formats/mp2t/ts_section_pat.cc', | 938 'formats/mp2t/ts_section_pat.cc', |
937 'formats/mp2t/ts_section_pat.h', | 939 'formats/mp2t/ts_section_pat.h', |
938 'formats/mp2t/ts_section_pes.cc', | 940 'formats/mp2t/ts_section_pes.cc', |
939 'formats/mp2t/ts_section_pes.h', | 941 'formats/mp2t/ts_section_pes.h', |
(...skipping 805 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1745 ], | 1747 ], |
1746 }], | 1748 }], |
1747 ], | 1749 ], |
1748 }], | 1750 }], |
1749 ], | 1751 ], |
1750 }, | 1752 }, |
1751 ], | 1753 ], |
1752 }], | 1754 }], |
1753 ], | 1755 ], |
1754 } | 1756 } |
OLD | NEW |