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 913 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
924 'filters/h264_to_annex_b_bitstream_converter.cc', | 924 'filters/h264_to_annex_b_bitstream_converter.cc', |
925 'filters/h264_to_annex_b_bitstream_converter.h', | 925 'filters/h264_to_annex_b_bitstream_converter.h', |
926 'formats/mp2t/es_adapter_video.cc', | 926 'formats/mp2t/es_adapter_video.cc', |
927 'formats/mp2t/es_adapter_video.h', | 927 'formats/mp2t/es_adapter_video.h', |
928 'formats/mp2t/es_parser.cc', | 928 'formats/mp2t/es_parser.cc', |
929 'formats/mp2t/es_parser.h', | 929 'formats/mp2t/es_parser.h', |
930 'formats/mp2t/es_parser_adts.cc', | 930 'formats/mp2t/es_parser_adts.cc', |
931 'formats/mp2t/es_parser_adts.h', | 931 'formats/mp2t/es_parser_adts.h', |
932 'formats/mp2t/es_parser_h264.cc', | 932 'formats/mp2t/es_parser_h264.cc', |
933 'formats/mp2t/es_parser_h264.h', | 933 'formats/mp2t/es_parser_h264.h', |
| 934 'formats/mp2t/es_parser_mpeg1audio.cc', |
| 935 'formats/mp2t/es_parser_mpeg1audio.h', |
934 'formats/mp2t/mp2t_common.h', | 936 'formats/mp2t/mp2t_common.h', |
935 'formats/mp2t/mp2t_stream_parser.cc', | 937 'formats/mp2t/mp2t_stream_parser.cc', |
936 'formats/mp2t/mp2t_stream_parser.h', | 938 'formats/mp2t/mp2t_stream_parser.h', |
937 'formats/mp2t/ts_packet.cc', | 939 'formats/mp2t/ts_packet.cc', |
938 'formats/mp2t/ts_packet.h', | 940 'formats/mp2t/ts_packet.h', |
939 'formats/mp2t/ts_section.h', | 941 'formats/mp2t/ts_section.h', |
940 'formats/mp2t/ts_section_pat.cc', | 942 'formats/mp2t/ts_section_pat.cc', |
941 'formats/mp2t/ts_section_pat.h', | 943 'formats/mp2t/ts_section_pat.h', |
942 'formats/mp2t/ts_section_pes.cc', | 944 'formats/mp2t/ts_section_pes.cc', |
943 'formats/mp2t/ts_section_pes.h', | 945 'formats/mp2t/ts_section_pes.h', |
(...skipping 16 matching lines...) Expand all Loading... |
960 'formats/mp4/mp4_stream_parser.cc', | 962 'formats/mp4/mp4_stream_parser.cc', |
961 'formats/mp4/mp4_stream_parser.h', | 963 'formats/mp4/mp4_stream_parser.h', |
962 'formats/mp4/sample_to_group_iterator.cc', | 964 'formats/mp4/sample_to_group_iterator.cc', |
963 'formats/mp4/sample_to_group_iterator.h', | 965 'formats/mp4/sample_to_group_iterator.h', |
964 'formats/mp4/track_run_iterator.cc', | 966 'formats/mp4/track_run_iterator.cc', |
965 'formats/mp4/track_run_iterator.h', | 967 'formats/mp4/track_run_iterator.h', |
966 'formats/mpeg/adts_constants.cc', | 968 'formats/mpeg/adts_constants.cc', |
967 'formats/mpeg/adts_constants.h', | 969 'formats/mpeg/adts_constants.h', |
968 'formats/mpeg/adts_stream_parser.cc', | 970 'formats/mpeg/adts_stream_parser.cc', |
969 'formats/mpeg/adts_stream_parser.h', | 971 'formats/mpeg/adts_stream_parser.h', |
970 'formats/mpeg/mp3_stream_parser.cc', | |
971 'formats/mpeg/mp3_stream_parser.h', | |
972 'formats/mpeg/mpeg_audio_stream_parser_base.cc', | 972 'formats/mpeg/mpeg_audio_stream_parser_base.cc', |
973 'formats/mpeg/mpeg_audio_stream_parser_base.h', | 973 'formats/mpeg/mpeg_audio_stream_parser_base.h', |
| 974 'formats/mpeg/mpeg1_audio_stream_parser.cc', |
| 975 'formats/mpeg/mpeg1_audio_stream_parser.h', |
974 ], | 976 ], |
975 }], | 977 }], |
976 ['target_arch=="ia32" or target_arch=="x64"', { | 978 ['target_arch=="ia32" or target_arch=="x64"', { |
977 'dependencies': [ | 979 'dependencies': [ |
978 'media_asm', | 980 'media_asm', |
979 'media_sse2', | 981 'media_sse2', |
980 ], | 982 ], |
981 'sources': [ | 983 'sources': [ |
982 'base/simd/convert_yuv_to_rgb_x86.cc', | 984 'base/simd/convert_yuv_to_rgb_x86.cc', |
983 ], | 985 ], |
(...skipping 313 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1297 }], | 1299 }], |
1298 ['proprietary_codecs==1', { | 1300 ['proprietary_codecs==1', { |
1299 'sources': [ | 1301 'sources': [ |
1300 'filters/ffmpeg_h264_to_annex_b_bitstream_converter_unittest.cc', | 1302 'filters/ffmpeg_h264_to_annex_b_bitstream_converter_unittest.cc', |
1301 'filters/h264_to_annex_b_bitstream_converter_unittest.cc', | 1303 'filters/h264_to_annex_b_bitstream_converter_unittest.cc', |
1302 'formats/common/stream_parser_test_base.cc', | 1304 'formats/common/stream_parser_test_base.cc', |
1303 'formats/common/stream_parser_test_base.h', | 1305 'formats/common/stream_parser_test_base.h', |
1304 'formats/mp2t/es_adapter_video_unittest.cc', | 1306 'formats/mp2t/es_adapter_video_unittest.cc', |
1305 'formats/mp2t/es_parser_adts_unittest.cc', | 1307 'formats/mp2t/es_parser_adts_unittest.cc', |
1306 'formats/mp2t/es_parser_h264_unittest.cc', | 1308 'formats/mp2t/es_parser_h264_unittest.cc', |
| 1309 'formats/mp2t/es_parser_mpeg1audio_unittest.cc', |
1307 'formats/mp2t/es_parser_test_base.cc', | 1310 'formats/mp2t/es_parser_test_base.cc', |
1308 'formats/mp2t/es_parser_test_base.h', | 1311 'formats/mp2t/es_parser_test_base.h', |
1309 'formats/mp2t/mp2t_stream_parser_unittest.cc', | 1312 'formats/mp2t/mp2t_stream_parser_unittest.cc', |
1310 'formats/mp4/aac_unittest.cc', | 1313 'formats/mp4/aac_unittest.cc', |
1311 'formats/mp4/avc_unittest.cc', | 1314 'formats/mp4/avc_unittest.cc', |
1312 'formats/mp4/box_reader_unittest.cc', | 1315 'formats/mp4/box_reader_unittest.cc', |
1313 'formats/mp4/es_descriptor_unittest.cc', | 1316 'formats/mp4/es_descriptor_unittest.cc', |
1314 'formats/mp4/mp4_stream_parser_unittest.cc', | 1317 'formats/mp4/mp4_stream_parser_unittest.cc', |
1315 'formats/mp4/sample_to_group_iterator_unittest.cc', | 1318 'formats/mp4/sample_to_group_iterator_unittest.cc', |
1316 'formats/mp4/track_run_iterator_unittest.cc', | 1319 'formats/mp4/track_run_iterator_unittest.cc', |
1317 'formats/mpeg/adts_stream_parser_unittest.cc', | 1320 'formats/mpeg/adts_stream_parser_unittest.cc', |
1318 'formats/mpeg/mp3_stream_parser_unittest.cc', | 1321 'formats/mpeg/mpeg1_audio_stream_parser_unittest.cc', |
1319 ], | 1322 ], |
1320 }], | 1323 }], |
1321 # TODO(wolenetz): Fix size_t to int truncations in win64. See | 1324 # TODO(wolenetz): Fix size_t to int truncations in win64. See |
1322 # http://crbug.com/171009 | 1325 # http://crbug.com/171009 |
1323 ['OS=="win" and target_arch=="x64"', { | 1326 ['OS=="win" and target_arch=="x64"', { |
1324 'msvs_disabled_warnings': [ 4267, ], | 1327 'msvs_disabled_warnings': [ 4267, ], |
1325 }], | 1328 }], |
1326 ['OS=="mac"', { | 1329 ['OS=="mac"', { |
1327 'sources': [ | 1330 'sources': [ |
1328 'video/capture/mac/video_capture_device_factory_mac_unittest.mm', | 1331 'video/capture/mac/video_capture_device_factory_mac_unittest.mm', |
(...skipping 453 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1782 ], | 1785 ], |
1783 }], | 1786 }], |
1784 ], | 1787 ], |
1785 }], | 1788 }], |
1786 ], | 1789 ], |
1787 }, | 1790 }, |
1788 ], | 1791 ], |
1789 }], | 1792 }], |
1790 ], | 1793 ], |
1791 } | 1794 } |
OLD | NEW |