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 'msvs_disabled_warnings': [ 4267, ], | 920 'msvs_disabled_warnings': [ 4267, ], |
921 }], | 921 }], |
922 ], | 922 ], |
923 }], | 923 }], |
924 ['proprietary_codecs==1', { | 924 ['proprietary_codecs==1', { |
925 'sources': [ | 925 'sources': [ |
926 'filters/ffmpeg_h264_to_annex_b_bitstream_converter.cc', | 926 'filters/ffmpeg_h264_to_annex_b_bitstream_converter.cc', |
927 'filters/ffmpeg_h264_to_annex_b_bitstream_converter.h', | 927 'filters/ffmpeg_h264_to_annex_b_bitstream_converter.h', |
928 'filters/h264_to_annex_b_bitstream_converter.cc', | 928 'filters/h264_to_annex_b_bitstream_converter.cc', |
929 'filters/h264_to_annex_b_bitstream_converter.h', | 929 'filters/h264_to_annex_b_bitstream_converter.h', |
| 930 'formats/mp2t/es_adapter_video.cc', |
| 931 'formats/mp2t/es_adapter_video.h', |
930 'formats/mp2t/es_parser.h', | 932 'formats/mp2t/es_parser.h', |
931 'formats/mp2t/es_parser_adts.cc', | 933 'formats/mp2t/es_parser_adts.cc', |
932 'formats/mp2t/es_parser_adts.h', | 934 'formats/mp2t/es_parser_adts.h', |
933 'formats/mp2t/es_parser_h264.cc', | 935 'formats/mp2t/es_parser_h264.cc', |
934 'formats/mp2t/es_parser_h264.h', | 936 'formats/mp2t/es_parser_h264.h', |
935 'formats/mp2t/mp2t_common.h', | 937 'formats/mp2t/mp2t_common.h', |
936 'formats/mp2t/mp2t_stream_parser.cc', | 938 'formats/mp2t/mp2t_stream_parser.cc', |
937 'formats/mp2t/mp2t_stream_parser.h', | 939 'formats/mp2t/mp2t_stream_parser.h', |
938 'formats/mp2t/ts_packet.cc', | 940 'formats/mp2t/ts_packet.cc', |
939 'formats/mp2t/ts_packet.h', | 941 'formats/mp2t/ts_packet.h', |
(...skipping 303 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1243 'sources': [ | 1245 'sources': [ |
1244 'base/simd/convert_rgb_to_yuv_unittest.cc', | 1246 'base/simd/convert_rgb_to_yuv_unittest.cc', |
1245 ], | 1247 ], |
1246 }], | 1248 }], |
1247 ['proprietary_codecs==1', { | 1249 ['proprietary_codecs==1', { |
1248 'sources': [ | 1250 'sources': [ |
1249 'filters/ffmpeg_h264_to_annex_b_bitstream_converter_unittest.cc', | 1251 'filters/ffmpeg_h264_to_annex_b_bitstream_converter_unittest.cc', |
1250 'filters/h264_to_annex_b_bitstream_converter_unittest.cc', | 1252 'filters/h264_to_annex_b_bitstream_converter_unittest.cc', |
1251 'formats/common/stream_parser_test_base.cc', | 1253 'formats/common/stream_parser_test_base.cc', |
1252 'formats/common/stream_parser_test_base.h', | 1254 'formats/common/stream_parser_test_base.h', |
| 1255 'formats/mp2t/es_adapter_video_unittest.cc', |
1253 'formats/mp2t/es_parser_h264_unittest.cc', | 1256 'formats/mp2t/es_parser_h264_unittest.cc', |
1254 'formats/mp2t/mp2t_stream_parser_unittest.cc', | 1257 'formats/mp2t/mp2t_stream_parser_unittest.cc', |
1255 'formats/mp4/aac_unittest.cc', | 1258 'formats/mp4/aac_unittest.cc', |
1256 'formats/mp4/avc_unittest.cc', | 1259 'formats/mp4/avc_unittest.cc', |
1257 'formats/mp4/box_reader_unittest.cc', | 1260 'formats/mp4/box_reader_unittest.cc', |
1258 'formats/mp4/es_descriptor_unittest.cc', | 1261 'formats/mp4/es_descriptor_unittest.cc', |
1259 'formats/mp4/mp4_stream_parser_unittest.cc', | 1262 'formats/mp4/mp4_stream_parser_unittest.cc', |
1260 'formats/mp4/sample_to_group_iterator_unittest.cc', | 1263 'formats/mp4/sample_to_group_iterator_unittest.cc', |
1261 'formats/mp4/track_run_iterator_unittest.cc', | 1264 'formats/mp4/track_run_iterator_unittest.cc', |
1262 'formats/mpeg/adts_stream_parser_unittest.cc', | 1265 'formats/mpeg/adts_stream_parser_unittest.cc', |
(...skipping 485 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1748 ], | 1751 ], |
1749 }], | 1752 }], |
1750 ], | 1753 ], |
1751 }], | 1754 }], |
1752 ], | 1755 ], |
1753 }, | 1756 }, |
1754 ], | 1757 ], |
1755 }], | 1758 }], |
1756 ], | 1759 ], |
1757 } | 1760 } |
OLD | NEW |