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 222 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
233 'base/bitstream_buffer.h', | 233 'base/bitstream_buffer.h', |
234 'base/bit_reader.cc', | 234 'base/bit_reader.cc', |
235 'base/bit_reader.h', | 235 'base/bit_reader.h', |
236 'base/buffers.h', | 236 'base/buffers.h', |
237 'base/byte_queue.cc', | 237 'base/byte_queue.cc', |
238 'base/byte_queue.h', | 238 'base/byte_queue.h', |
239 'base/channel_mixer.cc', | 239 'base/channel_mixer.cc', |
240 'base/channel_mixer.h', | 240 'base/channel_mixer.h', |
241 'base/clock.cc', | 241 'base/clock.cc', |
242 'base/clock.h', | 242 'base/clock.h', |
| 243 'base/container_names.cc', |
| 244 'base/container_names.h', |
243 'base/data_buffer.cc', | 245 'base/data_buffer.cc', |
244 'base/data_buffer.h', | 246 'base/data_buffer.h', |
245 'base/data_source.cc', | 247 'base/data_source.cc', |
246 'base/data_source.h', | 248 'base/data_source.h', |
247 'base/decoder_buffer.cc', | 249 'base/decoder_buffer.cc', |
248 'base/decoder_buffer.h', | 250 'base/decoder_buffer.h', |
249 'base/decoder_buffer_queue.cc', | 251 'base/decoder_buffer_queue.cc', |
250 'base/decoder_buffer_queue.h', | 252 'base/decoder_buffer_queue.h', |
251 'base/decryptor.cc', | 253 'base/decryptor.cc', |
252 'base/decryptor.h', | 254 'base/decryptor.h', |
(...skipping 218 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
471 'yuv_convert', | 473 'yuv_convert', |
472 ], | 474 ], |
473 }], | 475 }], |
474 ['media_use_ffmpeg == 1', { | 476 ['media_use_ffmpeg == 1', { |
475 'dependencies': [ | 477 'dependencies': [ |
476 '../third_party/ffmpeg/ffmpeg.gyp:ffmpeg', | 478 '../third_party/ffmpeg/ffmpeg.gyp:ffmpeg', |
477 ], | 479 ], |
478 }, { # media_use_ffmpeg == 0 | 480 }, { # media_use_ffmpeg == 0 |
479 # Exclude the sources that depend on ffmpeg. | 481 # Exclude the sources that depend on ffmpeg. |
480 'sources!': [ | 482 'sources!': [ |
| 483 'base/container_names.cc', |
| 484 'base/container_names.h', |
481 'base/media_posix.cc', | 485 'base/media_posix.cc', |
482 'ffmpeg/ffmpeg_common.cc', | 486 'ffmpeg/ffmpeg_common.cc', |
483 'ffmpeg/ffmpeg_common.h', | 487 'ffmpeg/ffmpeg_common.h', |
484 'filters/audio_file_reader.cc', | 488 'filters/audio_file_reader.cc', |
485 'filters/audio_file_reader.h', | 489 'filters/audio_file_reader.h', |
486 'filters/blocking_url_protocol.cc', | 490 'filters/blocking_url_protocol.cc', |
487 'filters/blocking_url_protocol.h', | 491 'filters/blocking_url_protocol.h', |
488 'filters/ffmpeg_audio_decoder.cc', | 492 'filters/ffmpeg_audio_decoder.cc', |
489 'filters/ffmpeg_audio_decoder.h', | 493 'filters/ffmpeg_audio_decoder.h', |
490 'filters/ffmpeg_demuxer.cc', | 494 'filters/ffmpeg_demuxer.cc', |
(...skipping 448 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
939 'base/audio_hash_unittest.cc', | 943 'base/audio_hash_unittest.cc', |
940 'base/audio_pull_fifo_unittest.cc', | 944 'base/audio_pull_fifo_unittest.cc', |
941 'base/audio_renderer_mixer_input_unittest.cc', | 945 'base/audio_renderer_mixer_input_unittest.cc', |
942 'base/audio_renderer_mixer_unittest.cc', | 946 'base/audio_renderer_mixer_unittest.cc', |
943 'base/audio_splicer_unittest.cc', | 947 'base/audio_splicer_unittest.cc', |
944 'base/audio_timestamp_helper_unittest.cc', | 948 'base/audio_timestamp_helper_unittest.cc', |
945 'base/bind_to_loop_unittest.cc', | 949 'base/bind_to_loop_unittest.cc', |
946 'base/bit_reader_unittest.cc', | 950 'base/bit_reader_unittest.cc', |
947 'base/channel_mixer_unittest.cc', | 951 'base/channel_mixer_unittest.cc', |
948 'base/clock_unittest.cc', | 952 'base/clock_unittest.cc', |
| 953 'base/container_names_unittest.cc', |
949 'base/data_buffer_unittest.cc', | 954 'base/data_buffer_unittest.cc', |
950 'base/decoder_buffer_queue_unittest.cc', | 955 'base/decoder_buffer_queue_unittest.cc', |
951 'base/decoder_buffer_unittest.cc', | 956 'base/decoder_buffer_unittest.cc', |
952 'base/djb2_unittest.cc', | 957 'base/djb2_unittest.cc', |
953 'base/gmock_callback_support_unittest.cc', | 958 'base/gmock_callback_support_unittest.cc', |
954 'base/multi_channel_resampler_unittest.cc', | 959 'base/multi_channel_resampler_unittest.cc', |
955 'base/pipeline_unittest.cc', | 960 'base/pipeline_unittest.cc', |
956 'base/ranges_unittest.cc', | 961 'base/ranges_unittest.cc', |
957 'base/run_all_unittests.cc', | 962 'base/run_all_unittests.cc', |
958 'base/scoped_histogram_timer_unittest.cc', | 963 'base/scoped_histogram_timer_unittest.cc', |
(...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1041 ['include', '^audio/audio_input_unittest\\.cc$'], | 1046 ['include', '^audio/audio_input_unittest\\.cc$'], |
1042 ['include', '^audio/audio_parameters_unittest\\.cc$'], | 1047 ['include', '^audio/audio_parameters_unittest\\.cc$'], |
1043 ['include', '^audio/ios/audio_manager_ios_unittest\\.cc$'], | 1048 ['include', '^audio/ios/audio_manager_ios_unittest\\.cc$'], |
1044 ['include', '^base/mock_reader\\.h$'], | 1049 ['include', '^base/mock_reader\\.h$'], |
1045 ['include', '^base/run_all_unittests\\.cc$'], | 1050 ['include', '^base/run_all_unittests\\.cc$'], |
1046 ], | 1051 ], |
1047 }], | 1052 }], |
1048 ['OS=="android"', { | 1053 ['OS=="android"', { |
1049 'sources!': [ | 1054 'sources!': [ |
1050 'audio/audio_input_volume_unittest.cc', | 1055 'audio/audio_input_volume_unittest.cc', |
| 1056 'base/container_names_unittest.cc', |
1051 'base/test_data_util.cc', | 1057 'base/test_data_util.cc', |
1052 'base/test_data_util.h', | 1058 'base/test_data_util.h', |
1053 'ffmpeg/ffmpeg_common_unittest.cc', | 1059 'ffmpeg/ffmpeg_common_unittest.cc', |
1054 'filters/audio_file_reader_unittest.cc', | 1060 'filters/audio_file_reader_unittest.cc', |
1055 'filters/blocking_url_protocol_unittest.cc', | 1061 'filters/blocking_url_protocol_unittest.cc', |
1056 'filters/chunk_demuxer_unittest.cc', | 1062 'filters/chunk_demuxer_unittest.cc', |
1057 'filters/ffmpeg_audio_decoder_unittest.cc', | 1063 'filters/ffmpeg_audio_decoder_unittest.cc', |
1058 'filters/ffmpeg_demuxer_unittest.cc', | 1064 'filters/ffmpeg_demuxer_unittest.cc', |
1059 'filters/ffmpeg_glue_unittest.cc', | 1065 'filters/ffmpeg_glue_unittest.cc', |
1060 'filters/ffmpeg_h264_to_annex_b_bitstream_converter_unittest.cc', | 1066 'filters/ffmpeg_h264_to_annex_b_bitstream_converter_unittest.cc', |
(...skipping 659 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1720 ], | 1726 ], |
1721 'sources': [ | 1727 'sources': [ |
1722 'base/simd/sinc_resampler_sse.cc', | 1728 'base/simd/sinc_resampler_sse.cc', |
1723 'base/simd/vector_math_sse.cc', | 1729 'base/simd/vector_math_sse.cc', |
1724 ], | 1730 ], |
1725 }, # end of target media_sse | 1731 }, # end of target media_sse |
1726 ], | 1732 ], |
1727 }], | 1733 }], |
1728 ], | 1734 ], |
1729 } | 1735 } |
OLD | NEW |